/external/virglrenderer/src/venus/venus-protocol/ |
D | vn_protocol_renderer_queue.h | 298 … 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/ |
D | VkQueue.cpp | 83 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()
|
D | VkStructConversion.hpp | 411 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/ |
D | vk_android_native_buffer.h | 96 …ROID)(VkQueue queue, uint32_t waitSemaphoreCount, const VkSemaphore* pWaitSemaphores, VkImage imag… 125 const VkSemaphore* pWaitSemaphores,
|
/external/angle/src/tests/perf_tests/ |
D | VulkanCommandBufferPerf.cpp | 208 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/ |
D | vktSparseResourcesTestsUtil.hpp | 201 const vk::VkSemaphore* pWaitSemaphores = DE_NULL, 211 const vk::VkSemaphore* pWaitSemaphores = DE_NULL,
|
D | vktSparseResourcesTestsUtil.cpp | 321 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/ |
D | anv_android.c | 780 const VkSemaphore* pWaitSemaphores, in anv_QueueSignalReleaseImageANDROID() argument 793 .pWaitSemaphores = pWaitSemaphores, in anv_QueueSignalReleaseImageANDROID()
|
D | anv_wsi.c | 316 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/ |
D | tu_kgsl.c | 373 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()
|
D | tu_drm.c | 649 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/ |
D | Swapchain.cpp | 82 presentInfo.pWaitSemaphores = &waitSemaphore; in queuePresent()
|
D | DrawTester.cpp | 92 submitInfo.pWaitSemaphores = &presentCompleteSemaphore; in renderFrame()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_batch.c | 94 si.pWaitSemaphores = NULL; in zink_end_batch()
|
/external/vulkan-validation-layers/layers/generated/ |
D | vk_safe_struct.cpp | 644 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 …]
|
D | object_tracker.cpp | 235 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()
|
D | layer_chassis_dispatch.cpp | 437 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/ |
D | radv_android.c | 427 const VkSemaphore* pWaitSemaphores, in radv_QueueSignalReleaseImageANDROID() argument 448 .semaphore = pWaitSemaphores[i], in radv_QueueSignalReleaseImageANDROID()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | CommandProcessor.cpp | 39 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/ |
D | wsi_common.c | 613 submit_info.pWaitSemaphores = pPresentInfo->pWaitSemaphores; in wsi_common_queue_present()
|
/external/skia/tests/ |
D | SurfaceSemaphoreTest.cpp | 343 submitInfo.pWaitSemaphores = &vkSem; in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
|
/external/skia/src/gpu/graphite/vk/ |
D | VulkanCommandBuffer.cpp | 145 submitInfo.pWaitSemaphores = waitSemaphores; in submit_to_queue()
|
/external/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1378 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/ |
D | vktGlobalPriorityQueueUtils.cpp | 408 sparseInfo.pWaitSemaphores = nullptr; in BufferWithMemory()
|
/external/vulkan-validation-layers/tests/ |
D | vkpositivelayertests.cpp | 544 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 …]
|