Home
last modified time | relevance | path

Searched defs:agx_context (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_state.h147 struct agx_context { struct
148 struct pipe_context base;
149 struct agx_compiled_shader *vs, *fs;
150 uint32_t dirty;
152 struct agx_batch *batch;
154 struct pipe_vertex_buffer vertex_buffers[PIPE_MAX_ATTRIBS];
155 uint32_t vb_mask;
157 struct agx_stage stage[PIPE_SHADER_TYPES];
181 static inline struct agx_context * argument
182 agx_context(struct pipe_context *pctx) in agx_context() function
/third_party/mesa3d/src/asahi/compiler/
Dagx_compiler.h416 } agx_context; typedef