Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_device.c820 anv_scratch_pool_init(device, &device->protected_scratch_pool, true); in anv_CreateDevice()
1008 anv_scratch_pool_finish(device, &device->protected_scratch_pool); in anv_CreateDevice()
1149 anv_scratch_pool_finish(device, &device->protected_scratch_pool); in anv_DestroyDevice()
H A DgenX_cmd_compute.c59 &cmd_buffer->device->protected_scratch_pool : in genX()
H A DgenX_pipeline.c1199 &pipeline->device->protected_scratch_pool : in get_scratch_surf()
H A Danv_private.h1908 struct anv_scratch_pool protected_scratch_pool; member