Searched refs:vk_pipeline_cache_create (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_pipeline_cache.h | 184 vk_pipeline_cache_create(struct vk_device *device,
|
D | vk_pipeline_cache.c | 573 vk_pipeline_cache_create(struct vk_device *device, in vk_pipeline_cache_create() function 650 cache = vk_pipeline_cache_create(device, &info, pAllocator); in vk_common_CreatePipelineCache()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 3480 vk_pipeline_cache_create(&device->vk, &pcc_info, NULL); in anv_CreateDevice() 3493 vk_pipeline_cache_create(&device->vk, &pcc_info, NULL); in anv_CreateDevice()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 1945 device->mem_cache = vk_pipeline_cache_create(&device->vk, &pcc_info, in tu_CreateDevice()
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.2.0.rst | 4334 - vk/cache: unbreak vk_pipeline_cache_create with flags
|