Home
last modified time | relevance | path

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

123

/external/virglrenderer/src/venus/venus-protocol/
Dvn_protocol_renderer_queue.h298 … val->pWaitSemaphores = vn_cs_decoder_alloc_temp(dec, sizeof(*val->pWaitSemaphores) * iter_count); in vn_decode_VkSubmitInfo_self_temp()
299 if (!val->pWaitSemaphores) return; in vn_decode_VkSubmitInfo_self_temp()
301 vn_decode_VkSemaphore_lookup(dec, &((VkSemaphore *)val->pWaitSemaphores)[i]); in vn_decode_VkSubmitInfo_self_temp()
304 val->pWaitSemaphores = NULL; in vn_decode_VkSubmitInfo_self_temp()
359 if (val->pWaitSemaphores) { in vn_replace_VkSubmitInfo_handle_self()
361 vn_replace_VkSemaphore_handle(&((VkSemaphore *)val->pWaitSemaphores)[i]); in vn_replace_VkSubmitInfo_handle_self()
644 … val->pWaitSemaphores = vn_cs_decoder_alloc_temp(dec, sizeof(*val->pWaitSemaphores) * iter_count); in vn_decode_VkBindSparseInfo_self_temp()
645 if (!val->pWaitSemaphores) return; in vn_decode_VkBindSparseInfo_self_temp()
647 vn_decode_VkSemaphore_lookup(dec, &((VkSemaphore *)val->pWaitSemaphores)[i]); in vn_decode_VkBindSparseInfo_self_temp()
650 val->pWaitSemaphores = NULL; in vn_decode_VkBindSparseInfo_self_temp()
[all …]
/external/swiftshader/src/Vulkan/
DVkQueue.cpp83 if(auto *sem = DynamicCast<TimelineSemaphore>(submitInfo.pWaitSemaphores[j])) in submitQueue()
88 else if(auto *sem = DynamicCast<BinarySemaphore>(submitInfo.pWaitSemaphores[j])) in submitQueue()
205 auto *semaphore = vk::DynamicCast<BinarySemaphore>(presentInfo->pWaitSemaphores[i]); in present()
DVkStructConversion.hpp411 submits[i].pWaitSemaphores = nullptr; in Allocate()
419 submits[i].pWaitSemaphores = reinterpret_cast<VkSemaphore *>(mem); in Allocate()
420 memcpy(mem, pSubmits[i].pWaitSemaphores, size); in Allocate()
541 submits[i].pWaitSemaphores = nullptr; in Allocate()
551 submits[i].pWaitSemaphores = reinterpret_cast<VkSemaphore *>(mem); in Allocate()
564 submits[i].pWaitSemaphores[j] = pSubmits[i].pWaitSemaphoreInfos[j].semaphore; in Allocate()
609 VkSemaphore *pWaitSemaphores; member
/external/mesa3d/include/vulkan/
Dvk_android_native_buffer.h96 …ROID)(VkQueue queue, uint32_t waitSemaphoreCount, const VkSemaphore* pWaitSemaphores, VkImage imag…
125 const VkSemaphore* pWaitSemaphores,
/external/angle/src/tests/perf_tests/
DVulkanCommandBufferPerf.cpp208 present.pWaitSemaphores = NULL; in Present()
277 submitInfo[0].pWaitSemaphores = &imageAcquiredSemaphore; in PrimaryCommandBufferBenchmarkHundredIndividual()
344 submitInfo[0].pWaitSemaphores = &imageAcquiredSemaphore; in PrimaryCommandBufferBenchmarkOneWithOneHundred()
436 submitInfo[0].pWaitSemaphores = &imageAcquiredSemaphore; in SecondaryCommandBufferBenchmark()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.hpp201 const vk::VkSemaphore* pWaitSemaphores = DE_NULL,
211 const vk::VkSemaphore* pWaitSemaphores = DE_NULL,
DvktSparseResourcesTestsUtil.cpp321 const VkSemaphore* pWaitSemaphores, in submitCommands() argument
331 pWaitSemaphores, // const VkSemaphore* pWaitSemaphores; in submitCommands()
347 const VkSemaphore* pWaitSemaphores, in submitCommandsAndWait() argument
380 pWaitSemaphores, // const VkSemaphore* pWaitSemaphores; in submitCommandsAndWait()
/external/mesa3d/src/intel/vulkan/
Danv_android.c780 const VkSemaphore* pWaitSemaphores, in anv_QueueSignalReleaseImageANDROID() argument
793 .pWaitSemaphores = pWaitSemaphores, in anv_QueueSignalReleaseImageANDROID()
Danv_wsi.c316 ANV_FROM_HANDLE(anv_semaphore, semaphore, pPresentInfo->pWaitSemaphores[i]); in anv_QueuePresentKHR()
347 ANV_FROM_HANDLE(anv_semaphore, semaphore, pPresentInfo->pWaitSemaphores[i]); in anv_QueuePresentKHR()
/external/mesa3d/src/freedreno/vulkan/
Dtu_kgsl.c373 struct tu_syncobj s = sync_merge(submit->pWaitSemaphores, in tu_QueueSubmit()
621 const VkSemaphore *pWaitSemaphores, in tu_QueueSignalReleaseImageANDROID() argument
629 struct tu_syncobj s = sync_merge(pWaitSemaphores, waitSemaphoreCount, true, true); in tu_QueueSignalReleaseImageANDROID()
Dtu_drm.c649 TU_FROM_HANDLE(tu_syncobj, sem, submit->pWaitSemaphores[i]); in tu_QueueSubmit()
732 TU_FROM_HANDLE(tu_syncobj, sem, submit->pWaitSemaphores[i]); in tu_QueueSubmit()
926 const VkSemaphore *pWaitSemaphores, in tu_QueueSignalReleaseImageANDROID() argument
948 .semaphore = pWaitSemaphores[i], in tu_QueueSignalReleaseImageANDROID()
/external/swiftshader/tests/VulkanWrapper/
DSwapchain.cpp82 presentInfo.pWaitSemaphores = &waitSemaphore; in queuePresent()
DDrawTester.cpp92 submitInfo.pWaitSemaphores = &presentCompleteSemaphore; in renderFrame()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_batch.c94 si.pWaitSemaphores = NULL; in zink_end_batch()
/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.cpp644 pWaitSemaphores(nullptr), in safe_VkSubmitInfo()
652 if (waitSemaphoreCount && in_struct->pWaitSemaphores) { in safe_VkSubmitInfo()
653 pWaitSemaphores = new VkSemaphore[waitSemaphoreCount]; in safe_VkSubmitInfo()
655 pWaitSemaphores[i] = in_struct->pWaitSemaphores[i]; in safe_VkSubmitInfo()
676 pWaitSemaphores(nullptr), in safe_VkSubmitInfo()
686 pWaitSemaphores = nullptr; in safe_VkSubmitInfo()
693 if (waitSemaphoreCount && src.pWaitSemaphores) { in safe_VkSubmitInfo()
694 pWaitSemaphores = new VkSemaphore[waitSemaphoreCount]; in safe_VkSubmitInfo()
696 pWaitSemaphores[i] = src.pWaitSemaphores[i]; in safe_VkSubmitInfo()
719 if (pWaitSemaphores) in operator =()
[all …]
Dobject_tracker.cpp235 if (pSubmits[index0].pWaitSemaphores) { in PreCallValidateQueueSubmit()
237 …skip |= ValidateObject(queue, pSubmits[index0].pWaitSemaphores[index1], kVulkanObjectTypeSemaphore… in PreCallValidateQueueSubmit()
464 if (pBindInfo[index0].pWaitSemaphores) { in PreCallValidateQueueBindSparse()
466 …skip |= ValidateObject(queue, pBindInfo[index0].pWaitSemaphores[index1], kVulkanObjectTypeSemaphor… in PreCallValidateQueueBindSparse()
2447 if (pPresentInfo->pWaitSemaphores) { in PreCallValidateQueuePresentKHR()
2449 …skip |= ValidateObject(queue, pPresentInfo->pWaitSemaphores[index1], kVulkanObjectTypeSemaphore, f… in PreCallValidateQueuePresentKHR()
Dlayer_chassis_dispatch.cpp437 if (local_pPresentInfo->pWaitSemaphores) { in DispatchQueuePresentKHR()
439 …local_pPresentInfo->pWaitSemaphores[index1] = layer_data->Unwrap(pPresentInfo->pWaitSemaphores[ind… in DispatchQueuePresentKHR()
1146 if (local_pSubmits[index0].pWaitSemaphores) { in DispatchQueueSubmit()
1148 …local_pSubmits[index0].pWaitSemaphores[index1] = layer_data->Unwrap(local_pSubmits[index0].pWaitSe… in DispatchQueueSubmit()
1431 if (local_pBindInfo[index0].pWaitSemaphores) { in DispatchQueueBindSparse()
1433 …local_pBindInfo[index0].pWaitSemaphores[index1] = layer_data->Unwrap(local_pBindInfo[index0].pWait… in DispatchQueueBindSparse()
/external/mesa3d/src/amd/vulkan/
Dradv_android.c427 const VkSemaphore* pWaitSemaphores, in radv_QueueSignalReleaseImageANDROID() argument
448 .semaphore = pWaitSemaphores[i], in radv_QueueSignalReleaseImageANDROID()
/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp39 submitInfo->pWaitSemaphores = waitSemaphores.empty() ? nullptr : waitSemaphores.data(); in InitializeSubmitInfo()
223 mPresentInfo.pWaitSemaphores = nullptr; in initTask()
292 mWaitSemaphore = other.pWaitSemaphores[0]; in copyPresentInfo()
293 mPresentInfo.pWaitSemaphores = &mWaitSemaphore; in copyPresentInfo()
1469 submitInfo.pWaitSemaphores = &waitSemaphore; in queueSubmitOneOff()
/external/mesa3d/src/vulkan/wsi/
Dwsi_common.c613 submit_info.pWaitSemaphores = pPresentInfo->pWaitSemaphores; in wsi_common_queue_present()
/external/skia/tests/
DSurfaceSemaphoreTest.cpp343 submitInfo.pWaitSemaphores = &vkSem; in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
/external/skia/src/gpu/graphite/vk/
DVulkanCommandBuffer.cpp145 submitInfo.pWaitSemaphores = waitSemaphores; in submit_to_queue()
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1378 submit_info.pWaitSemaphores = &draw->cross_engine_semaphore; in render_swapchain_display()
1397 submit_info.pWaitSemaphores = wait_semaphores; in render_swapchain_display()
1950 pPresentInfo->pWaitSemaphores, in overlay_QueuePresentKHR()
1979 pPresentInfo->pWaitSemaphores, in overlay_QueuePresentKHR()
1988 present_info.pWaitSemaphores = &draw->semaphore; in overlay_QueuePresentKHR()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktGlobalPriorityQueueUtils.cpp408 sparseInfo.pWaitSemaphores = nullptr; in BufferWithMemory()
/external/vulkan-validation-layers/tests/
Dvkpositivelayertests.cpp544 submit_info.pWaitSemaphores = NULL; in TEST_F()
2888 submit_info[1].pWaitSemaphores = &semaphore1; in TEST_F()
2897 submit_info[2].pWaitSemaphores = &semaphore2; in TEST_F()
4087 submit_info.pWaitSemaphores = &semaphore; in TEST_F()
4192 submit_info.pWaitSemaphores = &semaphore; in TEST_F()
4298 submit_info.pWaitSemaphores = &semaphore; in TEST_F()
4472 submit_info.pWaitSemaphores = &semaphore; in TEST_F()
4570 submit_info.pWaitSemaphores = &semaphore; in TEST_F()
4663 submit_info.pWaitSemaphores = VK_NULL_HANDLE; in TEST_F()
4758 submit_info.pWaitSemaphores = VK_NULL_HANDLE; in TEST_F()
[all …]

123