Home
last modified time | relevance | path

Searched refs:scratch_pool (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A DgenX_cmd_compute.c57 struct anv_scratch_pool *scratch_pool = in genX() local
60 &cmd_buffer->device->scratch_pool; in genX()
62 anv_scratch_pool_alloc(cmd_buffer->device, scratch_pool, in genX()
66 scratch_surf = anv_scratch_pool_get_surf(cmd_buffer->device, scratch_pool, in genX()
1040 &device->scratch_pool, in cmd_buffer_trace_rays()
1047 &device->scratch_pool, in cmd_buffer_trace_rays()
H A Danv_device.c819 anv_scratch_pool_init(device, &device->scratch_pool, false); in anv_CreateDevice()
1007 anv_scratch_pool_finish(device, &device->scratch_pool); in anv_CreateDevice()
1148 anv_scratch_pool_finish(device, &device->scratch_pool); in anv_DestroyDevice()
H A DgenX_simple_shader.c647 &device->scratch_pool, in genX()
H A DgenX_pipeline.c1177 &pipeline->device->scratch_pool, in get_scratch_address()
1200 &pipeline->device->scratch_pool; in get_scratch_surf()
H A Danv_private.h1907 struct anv_scratch_pool scratch_pool; member
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_device.c2678 anv_scratch_pool_init(device, &device->scratch_pool); in anv_CreateDevice()
2724 anv_scratch_pool_finish(device, &device->scratch_pool); in anv_CreateDevice()
2796 anv_scratch_pool_finish(device, &device->scratch_pool); in anv_DestroyDevice()
H A DgenX_pipeline.c1310 &pipeline->device->scratch_pool, in get_scratch_address()
H A Danv_private.h1070 struct anv_scratch_pool scratch_pool; member