Home
last modified time | relevance | path

Searched refs:semaphoreCount (Results 1 - 19 of 19) sorted by relevance

/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_semaphore.h180 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 Dvk_semaphore.c302 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 DVkDevice.cpp297 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 Dvn_queue.c1119 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 DvktImageHostImageCopyTests.cpp755 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 Dhwcontext_vulkan.c2594 .semaphoreCount = planes, in vulkan_unmap_from_drm()
3311 .semaphoreCount = planes, in vulkan_map_to_drm()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.c1793 wi.semaphoreCount = 1; in zink_screen_timeline_wait()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp22085 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 Dvulkan_json_parser.hpp9637 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 Dvulkan_structs.hpp69217 uint32_t semaphoreCount = {}; global() member
[all...]
H A Dvulkan_core.h5932 uint32_t semaphoreCount; member
/third_party/glfw/deps/glad/
H A Dvulkan.h4148 uint32_t semaphoreCount; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h4782 uint32_t semaphoreCount; member
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h5833 uint32_t semaphoreCount; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp[all...]
H A Dvulkan_core.h6358 uint32_t semaphoreCount; member
H A Dvulkan_hash.hpp14297 VULKAN_HPP_HASH_COMBINE( seed, semaphoreWaitInfo.semaphoreCount );
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h6199 uint32_t semaphoreCount; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h5982 uint32_t semaphoreCount; member

Completed in 475 milliseconds