Searched refs:DestroyPipelineCache (Results 1 – 12 of 12) sorted by relevance
/external/vulkan-validation-layers/layers/generated/ |
D | vk_layer_dispatch_table.h | 284 PFN_vkDestroyPipelineCache DestroyPipelineCache; member
|
D | vk_dispatch_table_helper.h | 444 … table->DestroyPipelineCache = (PFN_vkDestroyPipelineCache) gpa(device, "vkDestroyPipelineCache"); in layer_init_device_dispatch_table()
|
D | layer_chassis_dispatch.cpp | 1994 …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()
|
D | chassis.cpp | 2201 VKAPI_ATTR void VKAPI_CALL DestroyPipelineCache( in DestroyPipelineCache() function 9328 {"vkDestroyPipelineCache", {false, (void*)DestroyPipelineCache}},
|
D | chassis.h | 393 VKAPI_ATTR void VKAPI_CALL DestroyPipelineCache(
|
/external/skqp/src/gpu/vk/ |
D | GrVkResourceProvider.cpp | 419 GR_VK_CALL(fGpu->vkInterface(), DestroyPipelineCache(fGpu->device(), fPipelineCache, nullptr)); in destroyResources()
|
D | GrVkInterface.cpp | 94 ACQUIRE_PROC(DestroyPipelineCache, VK_NULL_HANDLE, device); in GrVkInterface()
|
/external/skia/src/gpu/vk/ |
D | GrVkResourceProvider.cpp | 499 GR_VK_CALL(fGpu->vkInterface(), DestroyPipelineCache(fGpu->device(), fPipelineCache, nullptr)); in destroyResources()
|
D | GrVkInterface.cpp | 94 ACQUIRE_PROC(DestroyPipelineCache, VK_NULL_HANDLE, device); in GrVkInterface()
|
/external/mesa3d/prebuilt-intermediates/util/ |
D | vk_enum_to_str.h | 719 PFN_vkDestroyPipelineCache DestroyPipelineCache; member
|
D | vk_enum_to_str.c | 4742 … table->DestroyPipelineCache = (PFN_vkDestroyPipelineCache) gpa(device, "vkDestroyPipelineCache"); in vk_load_device_commands()
|
/external/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 263 - v3dv: stubs for Create/DestroyPipelineCache
|