Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h284 PFN_vkDestroyPipelineCache DestroyPipelineCache; member
Dvk_dispatch_table_helper.h444 … table->DestroyPipelineCache = (PFN_vkDestroyPipelineCache) gpa(device, "vkDestroyPipelineCache"); in layer_init_device_dispatch_table()
Dlayer_chassis_dispatch.cpp1994 …if (!wrap_handles) return layer_data->device_dispatch_table.DestroyPipelineCache(device, pipelineC… in DispatchDestroyPipelineCache()
2002 layer_data->device_dispatch_table.DestroyPipelineCache(device, pipelineCache, pAllocator); in DispatchDestroyPipelineCache()
Dchassis.cpp2201 VKAPI_ATTR void VKAPI_CALL DestroyPipelineCache( in DestroyPipelineCache() function
9328 {"vkDestroyPipelineCache", {false, (void*)DestroyPipelineCache}},
Dchassis.h393 VKAPI_ATTR void VKAPI_CALL DestroyPipelineCache(
/external/skqp/src/gpu/vk/
DGrVkResourceProvider.cpp419 GR_VK_CALL(fGpu->vkInterface(), DestroyPipelineCache(fGpu->device(), fPipelineCache, nullptr)); in destroyResources()
DGrVkInterface.cpp94 ACQUIRE_PROC(DestroyPipelineCache, VK_NULL_HANDLE, device); in GrVkInterface()
/external/skia/src/gpu/vk/
DGrVkResourceProvider.cpp499 GR_VK_CALL(fGpu->vkInterface(), DestroyPipelineCache(fGpu->device(), fPipelineCache, nullptr)); in destroyResources()
DGrVkInterface.cpp94 ACQUIRE_PROC(DestroyPipelineCache, VK_NULL_HANDLE, device); in GrVkInterface()
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h719 PFN_vkDestroyPipelineCache DestroyPipelineCache; member
Dvk_enum_to_str.c4742 … table->DestroyPipelineCache = (PFN_vkDestroyPipelineCache) gpa(device, "vkDestroyPipelineCache"); in vk_load_device_commands()
/external/mesa3d/docs/relnotes/
D20.3.0.rst263 - v3dv: stubs for Create/DestroyPipelineCache