Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/include/vulkan/
Dvk_layer.h85 PFN_vkDestroyPipelineCache DestroyPipelineCache; member
/external/skia/src/gpu/vk/
DGrVkResourceProvider.cpp361 GR_VK_CALL(fGpu->vkInterface(), DestroyPipelineCache(fGpu->device(), fPipelineCache, nullptr)); in destroyResources()
DGrVkInterface.cpp114 ACQUIRE_PROC(DestroyPipelineCache, VK_NULL_HANDLE, device); in GrVkInterface()
/external/vulkan-validation-layers/loader/
Dtable_ops.h121 table->DestroyPipelineCache = in loader_init_device_dispatch_table()
Dtrampoline.c1429 disp->DestroyPipelineCache(device, pipelineCache, pAllocator);
/external/vulkan-validation-layers/layers/
Dobject_tracker.cpp1288 VKAPI_ATTR void VKAPI_CALL DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, in DestroyPipelineCache() function
1304 …get_dispatch_table(ot_device_table_map, device)->DestroyPipelineCache(device, pipelineCache, pAllo… in DestroyPipelineCache()
3858 return (PFN_vkVoidFunction)DestroyPipelineCache; in InterceptCoreDeviceCommand()
Dparameter_validation.cpp2729 VKAPI_ATTR void VKAPI_CALL DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, in DestroyPipelineCache() function
2738 …get_dispatch_table(pc_device_table_map, device)->DestroyPipelineCache(device, pipelineCache, pAllo… in DestroyPipelineCache()
5336 {"vkDestroyPipelineCache", reinterpret_cast<PFN_vkVoidFunction>(DestroyPipelineCache)}, in intercept_core_device_command()
Dcore_validation.cpp6558 DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks *p… in DestroyPipelineCache() function
6560 dev_data->dispatch_table.DestroyPipelineCache(device, pipelineCache, pAllocator); in DestroyPipelineCache()
11965 {"vkDestroyPipelineCache", reinterpret_cast<PFN_vkVoidFunction>(DestroyPipelineCache)}, in intercept_core_device_command()
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp507 device_dispatch_table(device)->DestroyPipelineCache(device, pipelineCache, pAllocator); in vkDestroyPipelineCache()