Searched refs:anv_scratch_pool_init (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 819 anv_scratch_pool_init(device, &device->scratch_pool, false); in anv_CreateDevice() 820 anv_scratch_pool_init(device, &device->protected_scratch_pool, true); in anv_CreateDevice()
|
H A D | anv_allocator.c | 1310 anv_scratch_pool_init(struct anv_device *device, struct anv_scratch_pool *pool, in anv_scratch_pool_init() function
|
H A D | anv_private.h | 916 void anv_scratch_pool_init(struct anv_device *device,
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/ |
H A D | anv_allocator.c | 1411 anv_scratch_pool_init(struct anv_device *device, struct anv_scratch_pool *pool) in anv_scratch_pool_init() function
|
H A D | anv_private.h | 781 void anv_scratch_pool_init(struct anv_device *device,
|
H A D | anv_device.c | 2678 anv_scratch_pool_init(device, &device->scratch_pool); in anv_CreateDevice()
|