Searched defs:agx_context (Results 1 – 2 of 2) sorted by relevance
147 struct agx_context { struct148 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 * argument182 agx_context(struct pipe_context *pctx) in agx_context() function
416 } agx_context; typedef