Home
last modified time | relevance | path

Searched refs:agx_scratch_alloc (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/asahi/lib/
H A Dagx_scratch.h40 void agx_scratch_alloc(struct agx_scratch *scratch, uint32_t dwords,
H A Dagx_scratch.c203 agx_scratch_alloc(struct agx_scratch *scratch, unsigned dwords, in agx_scratch_alloc() function
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_device.h147 agx_scratch_alloc(hk_device_scratch_locked(dev, stage), size, 0); in hk_device_alloc_scratch()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.c2972 agx_scratch_alloc(&ctx->scratch_fs, max_scratch_size, max_subgroups); in agx_build_pipeline()
2978 agx_scratch_alloc(&ctx->scratch_vs, max_scratch_size, max_subgroups); in agx_build_pipeline()
2984 agx_scratch_alloc(&ctx->scratch_cs, max_scratch_size, max_subgroups); in agx_build_pipeline()