~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/drivers/freedreno/a6xx/fd6_context.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:
38
38
 
39
39
#include "a6xx.xml.h"
40
40
 
41
 
BEGINC;
42
 
 
43
41
struct fd6_lrz_state {
44
42
   union {
45
43
      struct {
154
152
   return (struct fd6_context *)ctx;
155
153
}
156
154
 
 
155
template <chip CHIP>
157
156
struct pipe_context *fd6_context_create(struct pipe_screen *pscreen, void *priv,
158
157
                                        unsigned flags);
159
158
 
197
196
   return (struct fd6_vertex_stateobj *)p;
198
197
}
199
198
 
200
 
ENDC;
201
 
 
202
199
#endif /* FD6_CONTEXT_H_ */