Home
last modified time | relevance | path

Searched refs:agx_push (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/asahi/compiler/
Dagx_uniforms.c39 struct agx_push push = ctx->out->push[i]; in agx_indexed_sysval()
56 ctx->out->push[ctx->out->push_ranges++] = (struct agx_push) { in agx_indexed_sysval()
Dagx_compile.h59 struct agx_push { struct
94 struct agx_push push[AGX_MAX_PUSH_RANGES]; argument
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_uniforms.c49 agx_push_location_direct(struct agx_context *ctx, struct agx_push push, in agx_push_location_direct()
117 agx_push_location(struct agx_context *ctx, struct agx_push push, in agx_push_location()
Dagx_state.h317 agx_push_location(struct agx_context *ctx, struct agx_push push,
Dagx_state.c1089 struct agx_push push = cs->info.push[i]; in agx_build_pipeline()