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

/external/vulkan-validation-layers/include/vulkan/
H A Dvk_layer.h85 PFN_vkDestroyPipelineCache DestroyPipelineCache; member in struct:VkLayerDispatchTable_
/external/skia/src/gpu/vk/
H A DGrVkInterface.cpp114 ACQUIRE_PROC(DestroyPipelineCache, VK_NULL_HANDLE, device);
H A DGrVkResourceProvider.cpp361 GR_VK_CALL(fGpu->vkInterface(), DestroyPipelineCache(fGpu->device(), fPipelineCache, nullptr));
/external/vulkan-validation-layers/loader/
H A Dtable_ops.h121 table->DestroyPipelineCache =
392 if (!strcmp(name, "DestroyPipelineCache"))
H A Dtrampoline.c1429 disp->DestroyPipelineCache(device, pipelineCache, pAllocator);
/external/vulkan-validation-layers/layers/
H A Dobject_tracker.cpp1288 VKAPI_ATTR void VKAPI_CALL DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, function in namespace:object_tracker
1304 get_dispatch_table(ot_device_table_map, device)->DestroyPipelineCache(device, pipelineCache, pAllocator);
3857 if (!strcmp(name, "DestroyPipelineCache"))
3858 return (PFN_vkVoidFunction)DestroyPipelineCache;
H A Dparameter_validation.cpp2729 VKAPI_ATTR void VKAPI_CALL DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, function in namespace:parameter_validation
2738 get_dispatch_table(pc_device_table_map, device)->DestroyPipelineCache(device, pipelineCache, pAllocator);
5336 {"vkDestroyPipelineCache", reinterpret_cast<PFN_vkVoidFunction>(DestroyPipelineCache)},
H A Dcore_validation.cpp6558 DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks *pAllocator) { function in struct:core_validation::spirv_inst_iter
6560 dev_data->dispatch_table.DestroyPipelineCache(device, pipelineCache, pAllocator);
11965 {"vkDestroyPipelineCache", reinterpret_cast<PFN_vkVoidFunction>(DestroyPipelineCache)},
/external/vulkan-validation-layers/tests/layers/
H A Dwrap_objects.cpp507 device_dispatch_table(device)->DestroyPipelineCache(device, pipelineCache, pAllocator);
1269 if (!strcmp(name, "DestroyPipelineCache"))

Completed in 355 milliseconds