/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_fence.c | 41 VKSCR(DestroySemaphore)(screen->dev, mfence->sem, NULL); in destroy_fence() 280 VKSCR(DestroySemaphore)(screen->dev, mfence->sem, NULL); in zink_create_fence_fd() 326 VKSCR(DestroySemaphore)(screen->dev, mfence->sem, NULL); in zink_create_fence_win32()
|
D | zink_kopper.c | 141 VKSCR(DestroySemaphore)(screen->dev, cswap->images[i].acquire, NULL); in destroy_swapchain() 147 VKSCR(DestroySemaphore)(screen->dev, util_dynarray_pop(arr, VkSemaphore), NULL); in destroy_swapchain() 512 VKSCR(DestroySemaphore)(screen->dev, acquire, NULL); in kopper_acquire() 659 VKSCR(DestroySemaphore)(screen->dev, cpi->sem, NULL); in kopper_present() 665 VKSCR(DestroySemaphore)(screen->dev, cpi->sem, NULL); in kopper_present() 695 VKSCR(DestroySemaphore)(screen->dev, util_dynarray_pop(arr, VkSemaphore), NULL); in kopper_present()
|
D | zink_batch.c | 95 … VKSCR(DestroySemaphore)(screen->dev, util_dynarray_pop(&bs->wait_semaphores, VkSemaphore), NULL); in zink_reset_batch_state() 100 VKSCR(DestroySemaphore)(screen->dev, util_dynarray_pop(&bs->acquires, VkSemaphore), NULL); in zink_reset_batch_state()
|
D | zink_bo.c | 756 VKSCR(DestroySemaphore)(screen->dev, sem, NULL); in buffer_commit_single() 895 VKSCR(DestroySemaphore)(screen->dev, sem, NULL); in texture_commit_single() 927 VKSCR(DestroySemaphore)(screen->dev, sem, NULL); in texture_commit_miptail()
|
D | zink_screen.c | 1286 VKSCR(DestroySemaphore)(screen->dev, screen->sem, NULL); in zink_destroy_screen()
|
/third_party/skia/tools/sk_app/ |
D | VulkanWindowContext.cpp | 412 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/ |
D | GrVkSemaphore.cpp | 65 DestroySemaphore(fGpu->device(), fSemaphore, nullptr)); in freeGPUData()
|
D | GrVkInterface.cpp | 73 ACQUIRE_PROC(DestroySemaphore, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | DeviceVk.cpp | 831 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()
|
D | FencedDeleter.cpp | 163 mDevice->fn.DestroySemaphore(vkDevice, semaphore, nullptr); in Tick()
|
D | VulkanFunctions.cpp | 258 GET_DEVICE_PROC(DestroySemaphore); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 235 PFN_vkDestroySemaphore DestroySemaphore = nullptr; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_semaphore/ |
D | SemaphoreServiceZirconHandle.cpp | 91 mDevice->fn.DestroySemaphore(mDevice->GetVkDevice(), semaphore, nullptr); in ImportSemaphore()
|
D | SemaphoreServiceFD.cpp | 95 mDevice->fn.DestroySemaphore(mDevice->GetVkDevice(), semaphore, nullptr); in ImportSemaphore()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common.h | 208 WSI_CB(DestroySemaphore);
|
D | wsi_common.c | 146 WSI_GET_CB(DestroySemaphore); in wsi_device_init() 394 … chain->wsi->DestroySemaphore(chain->device, chain->buffer_blit_semaphores[i], &chain->alloc); in wsi_swapchain_finish() 398 chain->wsi->DestroySemaphore(chain->device, chain->dma_buf_semaphore, in wsi_swapchain_finish()
|
/third_party/skia/tests/ |
D | SurfaceSemaphoreTest.cpp | 328 GR_VK_CALL(interface, DestroySemaphore(device, vkSem, nullptr)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | VkHardwareBufferTest.cpp | 490 DECLARE_VK_PROC(DestroySemaphore); 578 ACQUIRE_DEVICE_VK_PROC(DestroySemaphore); in init()
|
/third_party/vulkan-loader/loader/generated/ |
D | vk_layer_dispatch_table.h | 319 PFN_vkDestroySemaphore DestroySemaphore; member
|
D | vk_loader_extensions.c | 369 table->DestroySemaphore = (PFN_vkDestroySemaphore)gpa(dev, "vkDestroySemaphore"); in loader_init_device_dispatch_table() 1428 if (!strcmp(name, "DestroySemaphore")) return (void *)table->DestroySemaphore; in loader_lookup_device_dispatch_table()
|
D | vk_dispatch_table_helper.h | 455 table->DestroySemaphore = (PFN_vkDestroySemaphore) gpa(device, "vkDestroySemaphore"); in layer_init_device_dispatch_table()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1795 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()
|
/third_party/vulkan-loader/loader/ |
D | trampoline.c | 1252 disp->DestroySemaphore(device, semaphore, pAllocator); in vkDestroySemaphore()
|