/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_semaphore.h | 180 size += vn_sizeof_uint32_t(&val->semaphoreCount); in vn_sizeof_VkSemaphoreWaitInfo_self() 182 size += vn_sizeof_array_size(val->semaphoreCount); in vn_sizeof_VkSemaphoreWaitInfo_self() 183 for (uint32_t i = 0; i < val->semaphoreCount; i++) in vn_sizeof_VkSemaphoreWaitInfo_self() 189 size += vn_sizeof_array_size(val->semaphoreCount); in vn_sizeof_VkSemaphoreWaitInfo_self() 190 size += vn_sizeof_uint64_t_array(val->pValues, val->semaphoreCount); in vn_sizeof_VkSemaphoreWaitInfo_self() 221 vn_encode_uint32_t(enc, &val->semaphoreCount); in vn_encode_VkSemaphoreWaitInfo_self() 223 vn_encode_array_size(enc, val->semaphoreCount); in vn_encode_VkSemaphoreWaitInfo_self() 224 for (uint32_t i = 0; i < val->semaphoreCount; i++) in vn_encode_VkSemaphoreWaitInfo_self() 230 vn_encode_array_size(enc, val->semaphoreCount); in vn_encode_VkSemaphoreWaitInfo_self() 231 vn_encode_uint64_t_array(enc, val->pValues, val->semaphoreCount); in vn_encode_VkSemaphoreWaitInfo_self() [all...] |
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_semaphore.c | 302 if (pWaitInfo->semaphoreCount == 0) in vk_common_WaitSemaphores() 307 const uint32_t wait_count = pWaitInfo->semaphoreCount; in vk_common_WaitSemaphores() 308 STACK_ARRAY(struct vk_sync_wait, waits, pWaitInfo->semaphoreCount); in vk_common_WaitSemaphores()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDevice.cpp | 297 for(uint32_t i = 0; i < pWaitInfo->semaphoreCount; i++) in waitForSemaphores() 328 for(uint32_t i = 0; i < pWaitInfo->semaphoreCount; i++) in waitForSemaphores()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_queue.c | 1119 if (pWaitInfo->semaphoreCount > 1 && in vn_WaitSemaphores() 1121 uint32_t semaphore_count = pWaitInfo->semaphoreCount; in vn_WaitSemaphores() 1151 pWaitInfo->semaphoreCount); in vn_WaitSemaphores()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageHostImageCopyTests.cpp | 755 deUint32 semaphoreCount = 0; in iterate() local 760 semaphoreCount = 1; in iterate() 764 vk::submitCommandsAndWait(vk, device, queue, *cmdBuffer, false, 1u, semaphoreCount, &semaphore, &waitStages); in iterate()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vulkan.c | 2594 .semaphoreCount = planes, in vulkan_unmap_from_drm() 3311 .semaphoreCount = planes, in vulkan_map_to_drm()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_screen.c | 1793 wi.semaphoreCount = 1; in zink_screen_timeline_wait()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 22085 print_uint32_t(obj.semaphoreCount, "semaphoreCount", 1); in print_VkSemaphoreWaitInfo() 22092 for (unsigned int i = 0; i < obj.semaphoreCount; i++) { in print_VkSemaphoreWaitInfo() 22095 bool isCommaNeeded = (i+1) != obj.semaphoreCount; in print_VkSemaphoreWaitInfo() 22109 for (unsigned int i = 0; i < obj.semaphoreCount; i++) { in print_VkSemaphoreWaitInfo() 22110 bool isCommaNeeded = (i+1) != obj.semaphoreCount; in print_VkSemaphoreWaitInfo() 22142 print_uint32_t(obj->semaphoreCount, "semaphoreCount", 1); in print_VkSemaphoreWaitInfo() 22149 for (unsigned int i = 0; i < obj->semaphoreCount; i++) { in print_VkSemaphoreWaitInfo() 22152 bool isCommaNeeded = (i+1) != obj->semaphoreCount; in print_VkSemaphoreWaitInfo() [all...] |
H A D | vulkan_json_parser.hpp | 9637 parse_uint32_t("semaphoreCount", obj["semaphoreCount"], (o.semaphoreCount)); in parse_VkSemaphoreWaitInfo() 9639 (o.pSemaphores) = (VkSemaphore*)s_globalMem.allocate((o.semaphoreCount), sizeof(VkSemaphore)); in parse_VkSemaphoreWaitInfo() 9645 (o.pValues) = (deUint64*)s_globalMem.allocate((o.semaphoreCount), sizeof(deUint64)); in parse_VkSemaphoreWaitInfo()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 69217 uint32_t semaphoreCount = {}; global() member [all...] |
H A D | vulkan_core.h | 5932 uint32_t semaphoreCount; member
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 4148 uint32_t semaphoreCount; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 4782 uint32_t semaphoreCount; member
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 5833 uint32_t semaphoreCount; member
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_structs.hpp | [all...] |
H A D | vulkan_core.h | 6358 uint32_t semaphoreCount; member
|
H A D | vulkan_hash.hpp | 14297 VULKAN_HPP_HASH_COMBINE( seed, semaphoreWaitInfo.semaphoreCount );
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 6199 uint32_t semaphoreCount; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 5982 uint32_t semaphoreCount; member
|