Home
last modified time | relevance | path

Searched refs:pSemaphores (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_semaphore.h181 if (val->pSemaphores) { in vn_sizeof_VkSemaphoreWaitInfo_self()
184 size += vn_sizeof_VkSemaphore(&val->pSemaphores[i]); in vn_sizeof_VkSemaphoreWaitInfo_self()
222 if (val->pSemaphores) { in vn_encode_VkSemaphoreWaitInfo_self()
225 vn_encode_VkSemaphore(enc, &val->pSemaphores[i]); in vn_encode_VkSemaphoreWaitInfo_self()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDevice.cpp299 TimelineSemaphore *semaphore = DynamicCast<TimelineSemaphore>(pWaitInfo->pSemaphores[i]); in waitForSemaphores()
330 TimelineSemaphore *semaphore = DynamicCast<TimelineSemaphore>(pWaitInfo->pSemaphores[i]); in waitForSemaphores()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_semaphore.c311 VK_FROM_HANDLE(vk_semaphore, semaphore, pWaitInfo->pSemaphores[i]); in vk_common_WaitSemaphores()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_queue.c1135 memcpy(semaphores, pWaitInfo->pSemaphores, in vn_WaitSemaphores()
1150 device, pWaitInfo->pSemaphores, pWaitInfo->pValues, in vn_WaitSemaphores()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationTimelineSemaphoreTests.cpp656 waitInfo.pSemaphores = &semaphoreDefaultValue.get(); in initialValueCase()
686 waitInfo.pSemaphores = &semaphoreInitialValue.get(); in initialValueCase()
701 waitInfo.pSemaphores = &semaphoreMaxValue.get(); in initialValueCase()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c1794 wi.pSemaphores = &screen->sem; in zink_screen_timeline_wait()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl2318 const VkSemaphore* pSemaphores; member
DvkVulkan_c.inl6945 const VkSemaphore* pSemaphores; member
DvkStrUtilImpl.inl7642 s << "\tpSemaphores = " << value.pSemaphores << '\n';
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp69093 , pSemaphores( pSemaphores_ )
69110 , pSemaphores( semaphores_.data() )
69155 pSemaphores = pSemaphores_; in setPSemaphores()
69165 pSemaphores = semaphores_.data(); in setSemaphores()
69203 ( semaphoreCount == rhs.semaphoreCount ) && ( pSemaphores == rhs.pSemaphores ) && in operator ==()
69218 const VULKAN_HPP_NAMESPACE::Semaphore * pSemaphores = {}; member
Dvulkan_core.h5933 const VkSemaphore* pSemaphores; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp89058 , pSemaphores( pSemaphores_ )
89075 , pSemaphores( semaphores_.data() )
89119 pSemaphores = pSemaphores_; in setPSemaphores()
89128 pSemaphores = semaphores_.data(); in setSemaphores()
89172 return std::tie( sType, pNext, flags, semaphoreCount, pSemaphores, pValues ); in reflect()
89185 ( pSemaphores == rhs.pSemaphores ) && ( pValues == rhs.pValues ); in operator ==()
89200 const VULKAN_HPP_NAMESPACE::Semaphore * pSemaphores = {}; member
Dvulkan_core.h6310 const VkSemaphore* pSemaphores; member
Dvulkan_hash.hpp12052 VULKAN_HPP_HASH_COMBINE( seed, semaphoreWaitInfo.pSemaphores ); in operator ()()
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h5834 const VkSemaphore* pSemaphores; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h5983 const VkSemaphore* pSemaphores; member
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h6200 const VkSemaphore* pSemaphores; member