Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_fence.c41 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()
H A Dzink_kopper.c141 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()
H A Dzink_batch.c95 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()
H A Dzink_bo.c756 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()
H A Dzink_screen.c1286 VKSCR(DestroySemaphore)(screen->dev, screen->sem, NULL); in zink_destroy_screen()
/third_party/skia/tools/sk_app/
H A 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/
H A DGrVkSemaphore.cpp65 DestroySemaphore(fGpu->device(), fSemaphore, nullptr)); in freeGPUData()
H A DGrVkInterface.cpp73 ACQUIRE_PROC(DestroySemaphore, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A 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()
H A DFencedDeleter.cpp163 mDevice->fn.DestroySemaphore(vkDevice, semaphore, nullptr); in Tick()
H A DVulkanFunctions.h235 PFN_vkDestroySemaphore DestroySemaphore = nullptr; member
H A DVulkanFunctions.cpp258 GET_DEVICE_PROC(DestroySemaphore); in LoadDeviceProcs()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_semaphore/
H A DSemaphoreServiceZirconHandle.cpp91 mDevice->fn.DestroySemaphore(mDevice->GetVkDevice(), semaphore, nullptr); in ImportSemaphore()
H A DSemaphoreServiceFD.cpp95 mDevice->fn.DestroySemaphore(mDevice->GetVkDevice(), semaphore, nullptr); in ImportSemaphore()
/third_party/ffmpeg/libavutil/
H A Dvulkan_functions.h98 MACRO(1, 1, FF_VK_EXT_NO_FLAG, DestroySemaphore) \
H A Dhwcontext_vulkan.c1773 vk->DestroySemaphore(hwctx->act_dev, f->sem[i], hwctx->alloc); in vulkan_frame_free()
2604 vk->DestroySemaphore(hwctx->act_dev, f->sem[i], hwctx->alloc); in vulkan_unmap_from_drm()
2897 vk->DestroySemaphore(hwctx->act_dev, f->sem[i], hwctx->alloc); in vulkan_map_from_drm_frame_desc()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common.h208 WSI_CB(DestroySemaphore);
H A Dwsi_common.c146 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/
H A DSurfaceSemaphoreTest.cpp328 GR_VK_CALL(interface, DestroySemaphore(device, vkSem, nullptr)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H A DVkHardwareBufferTest.cpp490 DECLARE_VK_PROC(DestroySemaphore);
578 ACQUIRE_DEVICE_VK_PROC(DestroySemaphore); in init()
/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h329 PFN_vkDestroySemaphore DestroySemaphore; member
H A Dvk_dispatch_table_helper.h63 table->DestroySemaphore = (PFN_vkDestroySemaphore)gpa(device, "vkDestroySemaphore"); in layer_init_device_dispatch_table()
/third_party/mesa3d/src/vulkan/overlay-layer/
H A 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()
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h63 table->DestroySemaphore = (PFN_vkDestroySemaphore)gpa(device, "vkDestroySemaphore"); in layer_init_device_dispatch_table()
/third_party/vulkan-loader/loader/
H A Dtrampoline.c1401 disp->DestroySemaphore(device, semaphore, pAllocator); in vkDestroySemaphore()

Completed in 42 milliseconds

12