Home
last modified time | relevance | path

Searched refs:anv_scratch_pool_init (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_device.c819 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 Danv_allocator.c1310 anv_scratch_pool_init(struct anv_device *device, struct anv_scratch_pool *pool, in anv_scratch_pool_init() function
H A Danv_private.h916 void anv_scratch_pool_init(struct anv_device *device,
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_allocator.c1411 anv_scratch_pool_init(struct anv_device *device, struct anv_scratch_pool *pool) in anv_scratch_pool_init() function
H A Danv_private.h781 void anv_scratch_pool_init(struct anv_device *device,
H A Danv_device.c2678 anv_scratch_pool_init(device, &device->scratch_pool); in anv_CreateDevice()