Home
last modified time | relevance | path

Searched refs:DestroyPipelineCache (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp253 GET_DEVICE_PROC(DestroyPipelineCache); in LoadDeviceProcs()
DVulkanFunctions.h230 PFN_vkDestroyPipelineCache DestroyPipelineCache = nullptr; member
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_program.c724 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/
DGrVkResourceProvider.cpp501 GR_VK_CALL(fGpu->vkInterface(), DestroyPipelineCache(fGpu->device(), fPipelineCache, nullptr)); in destroyResources()
DGrVkInterface.cpp94 ACQUIRE_PROC(DestroyPipelineCache, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h340 PFN_vkDestroyPipelineCache DestroyPipelineCache; member
Dvk_loader_extensions.c390 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()
Dvk_dispatch_table_helper.h476 … table->DestroyPipelineCache = (PFN_vkDestroyPipelineCache) gpa(device, "vkDestroyPipelineCache"); in layer_init_device_dispatch_table()
/third_party/vulkan-loader/loader/
Dtrampoline.c1503 disp->DestroyPipelineCache(device, pipelineCache, pAllocator); in vkDestroyPipelineCache()
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst263 - v3dv: stubs for Create/DestroyPipelineCache