Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/
DgenX_pipeline.c1483 &pipeline->device->scratch_pool, in get_scratch_address()
1505 &pipeline->device->scratch_pool, in get_scratch_surf()
1510 &pipeline->device->scratch_pool, in get_scratch_surf()
Danv_device.c3469 anv_scratch_pool_init(device, &device->scratch_pool); in anv_CreateDevice()
3522 anv_scratch_pool_finish(device, &device->scratch_pool); in anv_CreateDevice()
3611 anv_scratch_pool_finish(device, &device->scratch_pool); in anv_DestroyDevice()
Danv_private.h1232 struct anv_scratch_pool scratch_pool; member