/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkQueue.cpp | 42 totalSize += pSubmits[i].signalSemaphoreCount * sizeof(VkSemaphore); in DeepCopySubmitInfo() 80 submits[i].signalSemaphoreCount = pSubmits[i].signalSemaphoreCount; in DeepCopySubmitInfo() 101 if(pSubmits[i].signalSemaphoreCount > 0) in DeepCopySubmitInfo() 103 size_t size = pSubmits[i].signalSemaphoreCount * sizeof(VkSemaphore); in DeepCopySubmitInfo() 240 for(uint32_t j = 0; j < submitInfo.signalSemaphoreCount; j++) in submitQueue()
|
H A D | VkQueue.hpp | 71 uint32_t signalSemaphoreCount; member
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_queue.h | 42 size += vn_sizeof_uint32_t(&val->signalSemaphoreCount); in vn_sizeof_VkDeviceGroupSubmitInfo_self() 44 size += vn_sizeof_array_size(val->signalSemaphoreCount); in vn_sizeof_VkDeviceGroupSubmitInfo_self() 45 size += vn_sizeof_uint32_t_array(val->pSignalSemaphoreDeviceIndices, val->signalSemaphoreCount); in vn_sizeof_VkDeviceGroupSubmitInfo_self() 89 vn_encode_uint32_t(enc, &val->signalSemaphoreCount); in vn_encode_VkDeviceGroupSubmitInfo_self() 91 vn_encode_array_size(enc, val->signalSemaphoreCount); in vn_encode_VkDeviceGroupSubmitInfo_self() 92 vn_encode_uint32_t_array(enc, val->pSignalSemaphoreDeviceIndices, val->signalSemaphoreCount); in vn_encode_VkDeviceGroupSubmitInfo_self() 305 size += vn_sizeof_uint32_t(&val->signalSemaphoreCount); in vn_sizeof_VkSubmitInfo_self() 307 size += vn_sizeof_array_size(val->signalSemaphoreCount); in vn_sizeof_VkSubmitInfo_self() 308 for (uint32_t i = 0; i < val->signalSemaphoreCount; i++) in vn_sizeof_VkSubmitInfo_self() 390 vn_encode_uint32_t(enc, &val->signalSemaphoreCount); in vn_encode_VkSubmitInfo_self() [all...] |
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_synchronization2.c | 303 n_signal_semaphores += pSubmits[s].signalSemaphoreCount; in vk_common_QueueSubmit() 329 * signalSemaphoreCount" in vk_common_QueueSubmit() 345 assert(timeline_info->signalSemaphoreValueCount == pSubmits[s].signalSemaphoreCount); in vk_common_QueueSubmit() 368 for (uint32_t i = 0; i < pSubmits[s].signalSemaphoreCount; i++) { in vk_common_QueueSubmit() 389 .signalSemaphoreInfoCount = pSubmits[s].signalSemaphoreCount, in vk_common_QueueSubmit() 413 n_signal_semaphores += pSubmits[s].signalSemaphoreCount; in vk_common_QueueSubmit()
|
H A D | vk_queue.c | 1198 * signalSemaphoreCount" in vk_common_QueueBindSparse() 1214 assert(timeline_info->signalSemaphoreValueCount == pBindInfo[i].signalSemaphoreCount); in vk_common_QueueBindSparse() 1221 pBindInfo[i].signalSemaphoreCount); in vk_common_QueueBindSparse() 1237 for (uint32_t j = 0; j < pBindInfo[i].signalSemaphoreCount; j++) { in vk_common_QueueBindSparse() 1248 .signal_count = pBindInfo[i].signalSemaphoreCount, in vk_common_QueueBindSparse()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_batch.c | 399 si[1].signalSemaphoreCount = !!bs->signal_semaphore; in submit_queue() 407 signal_values[si[1].signalSemaphoreCount] = batch_id; in submit_queue() 408 signals[si[1].signalSemaphoreCount++] = screen->sem; in submit_queue() 409 tsi.signalSemaphoreValueCount = si[1].signalSemaphoreCount; in submit_queue() 412 signals[si[1].signalSemaphoreCount++] = bs->present; in submit_queue() 413 tsi.signalSemaphoreValueCount = si[1].signalSemaphoreCount; in submit_queue()
|
H A D | zink_bo.c | 734 sparse.signalSemaphoreCount = 1; in buffer_commit_single() 883 sparse.signalSemaphoreCount = 1; in texture_commit_single() 908 sparse.signalSemaphoreCount = 1; in texture_commit_miptail()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesTestsUtil.hpp | 203 const deUint32 signalSemaphoreCount = 0, 213 const deUint32 signalSemaphoreCount = 0,
|
H A D | vktSparseResourcesTestsUtil.cpp | 323 const deUint32 signalSemaphoreCount, in submitCommands() 335 signalSemaphoreCount, // deUint32 signalSemaphoreCount; in submitCommands() 349 const deUint32 signalSemaphoreCount, in submitCommandsAndWait() 372 0u, // uint32_t signalSemaphoreCount in submitCommandsAndWait() 384 signalSemaphoreCount, // deUint32 signalSemaphoreCount; in submitCommandsAndWait() 317 submitCommands(const DeviceInterface& vk, const VkQueue queue, const VkCommandBuffer commandBuffer, const deUint32 waitSemaphoreCount, const VkSemaphore* pWaitSemaphores, const VkPipelineStageFlags* pWaitDstStageMask, const deUint32 signalSemaphoreCount, const VkSemaphore* pSignalSemaphores) submitCommands() argument 342 submitCommandsAndWait(const DeviceInterface& vk, const VkDevice device, const VkQueue queue, const VkCommandBuffer commandBuffer, const deUint32 waitSemaphoreCount, const VkSemaphore* pWaitSemaphores, const VkPipelineStageFlags* pWaitDstStageMask, const deUint32 signalSemaphoreCount, const VkSemaphore* pSignalSemaphores, const bool useDeviceGroups, const deUint32 physicalDeviceID) submitCommandsAndWait() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesTestsUtil.hpp | 203 const deUint32 signalSemaphoreCount = 0, 213 const deUint32 signalSemaphoreCount = 0,
|
H A D | vktSparseResourcesTestsUtil.cpp | 323 const deUint32 signalSemaphoreCount, in submitCommands() 335 signalSemaphoreCount, // deUint32 signalSemaphoreCount; in submitCommands() 349 const deUint32 signalSemaphoreCount, in submitCommandsAndWait() 372 0u, // uint32_t signalSemaphoreCount in submitCommandsAndWait() 384 signalSemaphoreCount, // deUint32 signalSemaphoreCount; in submitCommandsAndWait() 317 submitCommands(const DeviceInterface& vk, const VkQueue queue, const VkCommandBuffer commandBuffer, const deUint32 waitSemaphoreCount, const VkSemaphore* pWaitSemaphores, const VkPipelineStageFlags* pWaitDstStageMask, const deUint32 signalSemaphoreCount, const VkSemaphore* pSignalSemaphores) submitCommands() argument 342 submitCommandsAndWait(const DeviceInterface& vk, const VkDevice device, const VkQueue queue, const VkCommandBuffer commandBuffer, const deUint32 waitSemaphoreCount, const VkSemaphore* pWaitSemaphores, const VkPipelineStageFlags* pWaitDstStageMask, const deUint32 signalSemaphoreCount, const VkSemaphore* pSignalSemaphores, const bool useDeviceGroups, const deUint32 physicalDeviceID) submitCommandsAndWait() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | VulkanCommandBufferPerf.cpp | 296 submitInfo[0].signalSemaphoreCount = 0; in PrimaryCommandBufferBenchmarkHundredIndividual() 363 submitInfo[0].signalSemaphoreCount = 0; in PrimaryCommandBufferBenchmarkOneWithOneHundred() 455 submitInfo[0].signalSemaphoreCount = 0; in SecondaryCommandBufferBenchmark()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationUtil.cpp | 402 deUint32 signalSemaphoreCount; member 848 si.signalSemaphoreCount = data.signalSemaphoreCount; 865 data.signalSemaphoreCount, // deUint32 signalSemaphoreValueCount 880 if (data.signalSemaphoreCount)
|
H A D | vktGlobalPriorityQueueUtils.cpp | 307 sparseInfo.signalSemaphoreCount = 0; in BufferWithMemory()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationUtil.cpp | 402 deUint32 signalSemaphoreCount; member 848 si.signalSemaphoreCount = data.signalSemaphoreCount; 865 data.signalSemaphoreCount, // deUint32 signalSemaphoreValueCount 880 if (data.signalSemaphoreCount)
|
H A D | vktGlobalPriorityQueueUtils.cpp | 415 sparseInfo.signalSemaphoreCount = 0; in BufferWithMemory()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_queue.c | 645 if (desc->signalSemaphoreCount) { in pvr_QueueSubmit() 649 desc->signalSemaphoreCount); in pvr_QueueSubmit()
|
/third_party/skia/tests/ |
H A D | SurfaceSemaphoreTest.cpp | 319 submitInfo.signalSemaphoreCount = 0; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | VulkanHelper.cpp | 846 constexpr uint32_t signalSemaphoreCount = std::extent<decltype(signalSemaphores)>(); 857 /* .signalSemaphoreCount = */ signalSemaphoreCount, 923 /* .signalSemaphoreCount = */ 0, 1083 /* .signalSemaphoreCount = */ 0,
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common.c | 1085 submit_info.signalSemaphoreCount = 1; in wsi_common_queue_present() 1099 submit_info.signalSemaphoreCount = 0; in wsi_common_queue_present() 1113 assert(submit_info.signalSemaphoreCount == 0); in wsi_common_queue_present() 1114 submit_info.signalSemaphoreCount = 1; in wsi_common_queue_present()
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/ |
H A D | main.cpp | 310 info.signalSemaphoreCount = 1; in FrameRender()
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
H A D | main.cpp | 318 info.signalSemaphoreCount = 1; in FrameRender()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | CommandProcessor.cpp | 30 ASSERT(submitInfo->signalSemaphoreCount == 0); in InitializeSubmitInfo() 41 submitInfo->signalSemaphoreCount = 1; in InitializeSubmitInfo()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | DrawTester.cpp | 95 submitInfo.signalSemaphoreCount = 1; in renderFrame()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | DeviceVk.cpp | 263 submitInfo.signalSemaphoreCount = in SubmitPendingCommands()
|