Home
last modified time | relevance | path

Searched refs:pSemaphores (Results 1 - 21 of 21) sorted by relevance

/third_party/mesa3d/src/virtio/venus-protocol/
H A 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/
H A DVkDevice.cpp299 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 DvktPostmortemDeviceLossTests.cpp210 &*semaphore[0], // const VkSemaphore* pSemaphores; in iterate()
244 waitInfo.pSemaphores = &*semaphore[handleIndex]; in iterate()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_semaphore.c311 VK_FROM_HANDLE(vk_semaphore, semaphore, pWaitInfo->pSemaphores[i]); in vk_common_WaitSemaphores()
/third_party/mesa3d/src/virtio/vulkan/
H A 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/
H A DvktSynchronizationTimelineSemaphoreTests.cpp220 &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 DvktSynchronizationTimelineSemaphoreTests.cpp221 &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 Dhwcontext_vulkan.c2592 .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 Dzink_screen.c1794 wi.pSemaphores = &screen->sem; in zink_screen_timeline_wait()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp22088 _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 Dvulkan_json_parser.hpp9639 (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 Dvulkan_structs.hpp69218 const VULKAN_HPP_NAMESPACE::Semaphore * pSemaphores = {}; global() member
[all...]
H A Dvulkan_core.h5933 const VkSemaphore* pSemaphores; member
/third_party/glfw/deps/glad/
H A Dvulkan.h4149 const VkSemaphore * pSemaphores; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h4783 const VkSemaphore* pSemaphores; member
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h5834 const VkSemaphore* pSemaphores; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h6200 const VkSemaphore* pSemaphores; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h5983 const VkSemaphore* pSemaphores; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp[all...]
H A Dvulkan_core.h6359 const VkSemaphore* pSemaphores; member
H A Dvulkan_hash.hpp14298 VULKAN_HPP_HASH_COMBINE( seed, semaphoreWaitInfo.pSemaphores );

Completed in 464 milliseconds