Searched refs:agx_scratch_alloc (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/mesa3d/src/asahi/lib/ |
H A D | agx_scratch.h | 40 void agx_scratch_alloc(struct agx_scratch *scratch, uint32_t dwords,
|
H A D | agx_scratch.c | 203 agx_scratch_alloc(struct agx_scratch *scratch, unsigned dwords, in agx_scratch_alloc() function
|
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/ |
H A D | hk_device.h | 147 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 D | agx_state.c | 2972 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()
|