Searched defs:agx_context (Results 1 – 2 of 2) sorted by relevance
608 struct agx_context { struct609 struct pipe_context base;610 struct agx_compiled_shader *vs, *fs, *gs, *tcs, *tes;611 struct {613 } linked;614 uint32_t dirty;617 struct pipe_resource *heap;620 struct agx_oq_heap *oq;623 bool support_lod_bias;624 bool robust;[all …]
507 } agx_context; typedef