Searched refs:DestroyPipelineCache (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 253 GET_DEVICE_PROC(DestroyPipelineCache); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 230 PFN_vkDestroyPipelineCache DestroyPipelineCache = nullptr; member
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_program.c | 724 VKSCR(DestroyPipelineCache)(screen->dev, prog->base.pipeline_cache, NULL); in zink_destroy_gfx_program() 754 VKSCR(DestroyPipelineCache)(screen->dev, comp->base.pipeline_cache, NULL); in zink_destroy_compute_program()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkResourceProvider.cpp | 501 GR_VK_CALL(fGpu->vkInterface(), DestroyPipelineCache(fGpu->device(), fPipelineCache, nullptr)); in destroyResources()
|
D | GrVkInterface.cpp | 94 ACQUIRE_PROC(DestroyPipelineCache, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/vulkan-loader/loader/generated/ |
D | vk_layer_dispatch_table.h | 340 PFN_vkDestroyPipelineCache DestroyPipelineCache; member
|
D | vk_loader_extensions.c | 390 table->DestroyPipelineCache = (PFN_vkDestroyPipelineCache)gpa(dev, "vkDestroyPipelineCache"); in loader_init_device_dispatch_table() 1449 if (!strcmp(name, "DestroyPipelineCache")) return (void *)table->DestroyPipelineCache; in loader_lookup_device_dispatch_table()
|
D | vk_dispatch_table_helper.h | 476 … table->DestroyPipelineCache = (PFN_vkDestroyPipelineCache) gpa(device, "vkDestroyPipelineCache"); in layer_init_device_dispatch_table()
|
/third_party/vulkan-loader/loader/ |
D | trampoline.c | 1503 disp->DestroyPipelineCache(device, pipelineCache, pAllocator); in vkDestroyPipelineCache()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 263 - v3dv: stubs for Create/DestroyPipelineCache
|