/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_semaphore.h | 181 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/ |
D | VkDevice.cpp | 299 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/ |
D | vk_semaphore.c | 311 VK_FROM_HANDLE(vk_semaphore, semaphore, pWaitInfo->pSemaphores[i]); in vk_common_WaitSemaphores()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_queue.c | 1135 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/ |
D | vktSynchronizationTimelineSemaphoreTests.cpp | 656 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/ |
D | zink_screen.c | 1794 wi.pSemaphores = &screen->sem; in zink_screen_timeline_wait()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkStructTypes.inl | 2318 const VkSemaphore* pSemaphores; member
|
D | vkVulkan_c.inl | 6945 const VkSemaphore* pSemaphores; member
|
D | vkStrUtilImpl.inl | 7642 s << "\tpSemaphores = " << value.pSemaphores << '\n';
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_structs.hpp | 69093 , 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
|
D | vulkan_core.h | 5933 const VkSemaphore* pSemaphores; member
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_structs.hpp | 89058 , 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
|
D | vulkan_core.h | 6310 const VkSemaphore* pSemaphores; member
|
D | vulkan_hash.hpp | 12052 VULKAN_HPP_HASH_COMBINE( seed, semaphoreWaitInfo.pSemaphores ); in operator ()()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 5834 const VkSemaphore* pSemaphores; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 5983 const VkSemaphore* pSemaphores; member
|
/third_party/mesa3d/include/vulkan/ |
D | vulkan_core.h | 6200 const VkSemaphore* pSemaphores; member
|