Searched refs:DestroyPipelineCache (Results 1 – 12 of 12) sorted by relevance
/external/virglrenderer/src/venus/ |
D | vkr_device.c | 200 vk->DestroyPipelineCache(device, obj->handle.pipeline_cache, NULL); in vkr_device_object_destroy()
|
/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/virglrenderer/src/venus/venus-protocol/ |
D | vn_protocol_renderer_util.h | 158 PFN_vkDestroyPipelineCache DestroyPipelineCache; member 545 proc_table->DestroyPipelineCache = VN_GDPA(dev, vkDestroyPipelineCache); in vn_util_init_device_proc_table()
|
/external/skia/src/gpu/ganesh/vk/ |
D | GrVkResourceProvider.cpp | 525 GR_VK_CALL(fGpu->vkInterface(), DestroyPipelineCache(fGpu->device(), fPipelineCache, nullptr)); in destroyResources()
|
/external/skia/src/gpu/vk/ |
D | VulkanInterface.cpp | 100 ACQUIRE_PROC(DestroyPipelineCache, VK_NULL_HANDLE, device); in VulkanInterface()
|
/external/skia/src/gpu/graphite/vk/ |
D | VulkanResourceProvider.cpp | 87 DestroyPipelineCache(this->vulkanSharedContext()->device(), in ~VulkanResourceProvider()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_program.c | 1626 VKSCR(DestroyPipelineCache)(screen->dev, pg->pipeline_cache, NULL); in deinit_program()
|
/external/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 263 - v3dv: stubs for Create/DestroyPipelineCache
|