Home
last modified time | relevance | path

Searched refs:DestroySemaphore (Results 1 – 25 of 25) sorted by relevance

/third_party/flutter/skia/tools/sk_app/
DVulkanWindowContext.cpp387 DestroySemaphore(fDevice, in destroyBuffers()
482 GR_VK_CALL(fInterface, DestroySemaphore(fDevice, semaphore, nullptr)); in getBackbufferSurface()
488 GR_VK_CALL(fInterface, DestroySemaphore(fDevice, semaphore, nullptr)); in getBackbufferSurface()
499 GR_VK_CALL(fInterface, DestroySemaphore(fDevice, semaphore, nullptr)); in getBackbufferSurface()
/third_party/skia/tools/sk_app/
DVulkanWindowContext.cpp412 DestroySemaphore(fDevice, in destroyBuffers()
509 GR_VK_CALL(fInterface, DestroySemaphore(fDevice, semaphore, nullptr)); in getBackbufferSurface()
515 GR_VK_CALL(fInterface, DestroySemaphore(fDevice, semaphore, nullptr)); in getBackbufferSurface()
526 GR_VK_CALL(fInterface, DestroySemaphore(fDevice, semaphore, nullptr)); in getBackbufferSurface()
/third_party/skia/src/gpu/vk/
DGrVkSemaphore.cpp65 DestroySemaphore(fGpu->device(), fSemaphore, nullptr)); in freeGPUData()
DGrVkInterface.cpp73 ACQUIRE_PROC(DestroySemaphore, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/flutter/skia/src/gpu/vk/
DGrVkSemaphore.cpp72 DestroySemaphore(gpu->device(), fSemaphore, nullptr)); in freeGPUData()
DGrVkInterface.cpp73 ACQUIRE_PROC(DestroySemaphore, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_proc_table.h86 DEFINE_PROC(DestroySemaphore);
Dvulkan_backbuffer.cc57 vk.DestroySemaphore(device_, semaphore, nullptr); in CreateSemaphores()
Dvulkan_proc_table.cc120 ACQUIRE_PROC(DestroySemaphore, handle); in SetupDeviceProcAddresses()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_semaphore/
DSemaphoreServiceZirconHandle.cpp91 mDevice->fn.DestroySemaphore(mDevice->GetVkDevice(), semaphore, nullptr); in ImportSemaphore()
DSemaphoreServiceFD.cpp95 mDevice->fn.DestroySemaphore(mDevice->GetVkDevice(), semaphore, nullptr); in ImportSemaphore()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDeviceVk.cpp831 fn.DestroySemaphore(GetVkDevice(), signalSemaphore, nullptr); in CreateTextureWrappingVulkanImage()
838 fn.DestroySemaphore(GetVkDevice(), semaphore, nullptr); in CreateTextureWrappingVulkanImage()
935 fn.DestroySemaphore(mVkDevice, semaphore, nullptr); in DestroyImpl()
940 fn.DestroySemaphore(mVkDevice, semaphore, nullptr); in DestroyImpl()
DFencedDeleter.cpp163 mDevice->fn.DestroySemaphore(vkDevice, semaphore, nullptr); in Tick()
DVulkanFunctions.cpp258 GET_DEVICE_PROC(DestroySemaphore); in LoadDeviceProcs()
DVulkanFunctions.h235 PFN_vkDestroySemaphore DestroySemaphore = nullptr; member
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DFencedDeleter.cpp158 mDevice->fn.DestroySemaphore(vkDevice, semaphore, nullptr); in Tick()
DVulkanFunctions.cpp176 GET_DEVICE_PROC(DestroySemaphore); in LoadDeviceProcs()
DVulkanFunctions.h172 PFN_vkDestroySemaphore DestroySemaphore = nullptr; member
/third_party/flutter/skia/tests/
DSurfaceSemaphoreTest.cpp318 GR_VK_CALL(interface, DestroySemaphore(device, vkSem, nullptr)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DVkHardwareBufferTest.cpp486 DECLARE_VK_PROC(DestroySemaphore);
574 ACQUIRE_DEVICE_VK_PROC(DestroySemaphore); in init()
/third_party/skia/tests/
DSurfaceSemaphoreTest.cpp328 GR_VK_CALL(interface, DestroySemaphore(device, vkSem, nullptr)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DVkHardwareBufferTest.cpp490 DECLARE_VK_PROC(DestroySemaphore);
578 ACQUIRE_DEVICE_VK_PROC(DestroySemaphore); in init()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dvulkan_surface.cc187 vulkan_provider.vk().DestroySemaphore(vulkan_provider.vk_device(), in SemaphoreFromEvent()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c1123 VKSCR(DestroySemaphore)(screen->dev, screen->sem, NULL); in zink_destroy_screen()
1125 VKSCR(DestroySemaphore)(screen->dev, screen->prev_sem, NULL); in zink_destroy_screen()
1565 VKSCR(DestroySemaphore)(screen->dev, screen->prev_sem, NULL); in zink_screen_init_semaphore()
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1795 device_data->vtable.DestroySemaphore(device_data->device, draw->cross_engine_semaphore, NULL); in shutdown_swapchain_data()
1796 device_data->vtable.DestroySemaphore(device_data->device, draw->semaphore, NULL); in shutdown_swapchain_data()