Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.h608 struct agx_context { struct
609 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 …]
/aosp_15_r20/external/mesa3d/src/asahi/compiler/
H A Dagx_compiler.h507 } agx_context; typedef