/third_party/mesa3d/src/virtio/venus-protocol/ |
H A 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/ |
H A 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/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/ |
H A D | vktPostmortemDeviceLossTests.cpp | 210 &*semaphore[0], // const VkSemaphore* pSemaphores; in iterate() 244 waitInfo.pSemaphores = &*semaphore[handleIndex]; in iterate()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_semaphore.c | 311 VK_FROM_HANDLE(vk_semaphore, semaphore, pWaitInfo->pSemaphores[i]); in vk_common_WaitSemaphores()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A 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/ |
H A D | vktSynchronizationTimelineSemaphoreTests.cpp | 220 &semaphores[0], // const VkSemaphore* pSemaphores; in iterate() 333 &semaphore.get(), // const VkSemaphore* pSemaphores; in iterate() 351 &semaphore.get(), // const VkSemaphore* pSemaphores; in iterate() 655 DE_NULL, // const VkSemaphore* pSemaphores; in initialValueCase() 661 waitInfo.pSemaphores = &semaphoreDefaultValue.get(); in initialValueCase() 696 waitInfo.pSemaphores = &semaphoreInitialValue.get(); in initialValueCase() 716 waitInfo.pSemaphores = &semaphoreMaxValue.get(); in initialValueCase() 822 &m_semaphore, // VkSemaphore* pSemaphores; in run() 2520 semaphores.data(), // const VkSemaphore* pSemaphores; in hostWait()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationTimelineSemaphoreTests.cpp | 221 &semaphores[0], // const VkSemaphore* pSemaphores; in iterate() 334 &semaphore.get(), // const VkSemaphore* pSemaphores; in iterate() 352 &semaphore.get(), // const VkSemaphore* pSemaphores; in iterate() 651 DE_NULL, // const VkSemaphore* pSemaphores; in initialValueCase() 657 waitInfo.pSemaphores = &semaphoreDefaultValue.get(); in initialValueCase() 692 waitInfo.pSemaphores = &semaphoreInitialValue.get(); in initialValueCase() 712 waitInfo.pSemaphores = &semaphoreMaxValue.get(); in initialValueCase() 817 &m_semaphore, // VkSemaphore* pSemaphores; in run() 2510 semaphores.data(), // const VkSemaphore* pSemaphores; in hostWait()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vulkan.c | 2592 .pSemaphores = f->sem, in vulkan_unmap_from_drm() 3323 wait_info.pSemaphores = f->sem; in vulkan_map_to_drm()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_screen.c | 1794 wi.pSemaphores = &screen->sem; in zink_screen_timeline_wait()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 22088 _OUT << "\"pSemaphores\":" << std::endl; in print_VkSemaphoreWaitInfo() 22090 if (obj.pSemaphores) { in print_VkSemaphoreWaitInfo() 22094 tmp << "pSemaphores" << "_" << i; in print_VkSemaphoreWaitInfo() 22096 print_VkSemaphore(obj.pSemaphores[i], tmp.str(), isCommaNeeded); in print_VkSemaphoreWaitInfo() 22145 _OUT << "\"pSemaphores\":" << std::endl; in print_VkSemaphoreWaitInfo() 22147 if (obj->pSemaphores) { in print_VkSemaphoreWaitInfo() 22151 tmp << "pSemaphores" << "_" << i; in print_VkSemaphoreWaitInfo() 22153 print_VkSemaphore(obj->pSemaphores[i], tmp.str(), isCommaNeeded); in print_VkSemaphoreWaitInfo() [all...] |
H A D | vulkan_json_parser.hpp | 9639 (o.pSemaphores) = (VkSemaphore*)s_globalMem.allocate((o.semaphoreCount), sizeof(VkSemaphore)); in parse_VkSemaphoreWaitInfo() 9640 Json::Value& obj_pSemaphores_arr = obj["pSemaphores"]; in parse_VkSemaphoreWaitInfo() 9642 parse_VkSemaphore("pSemaphores", obj_pSemaphores_arr[i], const_cast<VkSemaphore&>((o.pSemaphores[i]))); in parse_VkSemaphoreWaitInfo()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 69218 const VULKAN_HPP_NAMESPACE::Semaphore * pSemaphores = {}; global() member [all...] |
H A D | vulkan_core.h | 5933 const VkSemaphore* pSemaphores; member
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 4149 const VkSemaphore * pSemaphores; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 4783 const VkSemaphore* pSemaphores; member
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 5834 const VkSemaphore* pSemaphores; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 6200 const VkSemaphore* pSemaphores; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 5983 const VkSemaphore* pSemaphores; member
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_structs.hpp | [all...] |
H A D | vulkan_core.h | 6359 const VkSemaphore* pSemaphores; member
|
H A D | vulkan_hash.hpp | 14298 VULKAN_HPP_HASH_COMBINE( seed, semaphoreWaitInfo.pSemaphores );
|