~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/drivers/freedreno/a6xx/fd6_program.h

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
      return state->vs;
100
100
}
101
101
 
102
 
BEGINC;
103
 
 
104
102
void fd6_emit_shader(struct fd_context *ctx, struct fd_ringbuffer *ring,
105
103
                     const struct ir3_shader_variant *so) assert_dt;
106
104
 
107
105
struct fd_ringbuffer *fd6_program_interp_state(struct fd6_emit *emit) assert_dt;
108
106
 
 
107
template <chip CHIP>
109
108
void fd6_prog_init(struct pipe_context *pctx);
110
109
 
111
 
ENDC;
112
 
 
113
110
#endif /* FD6_PROGRAM_H_ */