Searched refs:DestroyPipelineCache (Results 1 – 9 of 9) sorted by relevance
/external/vulkan-validation-layers/include/vulkan/ |
D | vk_layer.h | 85 PFN_vkDestroyPipelineCache DestroyPipelineCache; member
|
/external/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 86 GET_DEV_PROC(DestroyPipelineCache); in GrVkCreateInterface()
|
D | GrVkResourceProvider.cpp | 353 GR_VK_CALL(fGpu->vkInterface(), DestroyPipelineCache(fGpu->device(), fPipelineCache, nullptr)); in destroyResources()
|
/external/vulkan-validation-layers/loader/ |
D | table_ops.h | 121 table->DestroyPipelineCache = in loader_init_device_dispatch_table()
|
D | trampoline.c | 1429 disp->DestroyPipelineCache(device, pipelineCache, pAllocator);
|
/external/vulkan-validation-layers/layers/ |
D | object_tracker.cpp | 1288 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()
|
D | parameter_validation.cpp | 2729 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()
|
D | core_validation.cpp | 6558 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/ |
D | wrap_objects.cpp | 507 device_dispatch_table(device)->DestroyPipelineCache(device, pipelineCache, pAllocator); in vkDestroyPipelineCache()
|