Searched refs:pWaitSemaphoreDeviceIndices (Results 1 - 14 of 14) sorted by relevance
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_queue.h | 29 if (val->pWaitSemaphoreDeviceIndices) { in vn_sizeof_VkDeviceGroupSubmitInfo_self() 31 size += vn_sizeof_uint32_t_array(val->pWaitSemaphoreDeviceIndices, val->waitSemaphoreCount); in vn_sizeof_VkDeviceGroupSubmitInfo_self() 76 if (val->pWaitSemaphoreDeviceIndices) { in vn_encode_VkDeviceGroupSubmitInfo_self() 78 vn_encode_uint32_t_array(enc, val->pWaitSemaphoreDeviceIndices, val->waitSemaphoreCount); in vn_encode_VkDeviceGroupSubmitInfo_self()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_synchronization2.c | 358 .deviceIndex = group_info ? group_info->pWaitSemaphoreDeviceIndices[i] : 0, in vk_common_QueueSubmit()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 15010 _OUT << "\"pWaitSemaphoreDeviceIndices\":" << std::endl; in print_VkDeviceGroupSubmitInfo() 15012 if (obj.pWaitSemaphoreDeviceIndices) { in print_VkDeviceGroupSubmitInfo() 15016 print_uint32_t(obj.pWaitSemaphoreDeviceIndices[i], "", isCommaNeeded); in print_VkDeviceGroupSubmitInfo() 15082 _OUT << "\"pWaitSemaphoreDeviceIndices\":" << std::endl; in print_VkDeviceGroupSubmitInfo() 15084 if (obj->pWaitSemaphoreDeviceIndices) { in print_VkDeviceGroupSubmitInfo() 15088 print_uint32_t(obj->pWaitSemaphoreDeviceIndices[i], "", isCommaNeeded); in print_VkDeviceGroupSubmitInfo() [all...] |
H A D | vulkan_json_parser.hpp | 7793 (o.pWaitSemaphoreDeviceIndices) = (deUint32*)s_globalMem.allocate((o.waitSemaphoreCount), sizeof(deUint32)); in parse_VkDeviceGroupSubmitInfo() 7794 Json::Value& obj_pWaitSemaphoreDeviceIndices_arr = obj["pWaitSemaphoreDeviceIndices"]; in parse_VkDeviceGroupSubmitInfo() 7796 parse_uint32_t("pWaitSemaphoreDeviceIndices", obj_pWaitSemaphoreDeviceIndices_arr[i], const_cast<deUint32&>((o.pWaitSemaphoreDeviceIndices[i]))); in parse_VkDeviceGroupSubmitInfo()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 20430 , pWaitSemaphoreDeviceIndices( pWaitSemaphoreDeviceIndices_ ) 20449 , pWaitSemaphoreDeviceIndices( waitSemaphoreDeviceIndices_.data() ) 20482 pWaitSemaphoreDeviceIndices = pWaitSemaphoreDeviceIndices_; 20492 pWaitSemaphoreDeviceIndices = waitSemaphoreDeviceIndices_.data(); 20562 ( pWaitSemaphoreDeviceIndices == rhs.pWaitSemaphoreDeviceIndices ) && 20579 const uint32_t * pWaitSemaphoreDeviceIndices = {}; member [all...] |
H A D | vulkan_core.h | 4722 const uint32_t* pWaitSemaphoreDeviceIndices; member
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 2312 const uint32_t * pWaitSemaphoreDeviceIndices; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 3698 const uint32_t* pWaitSemaphoreDeviceIndices; member
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 4628 const uint32_t* pWaitSemaphoreDeviceIndices; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 4986 const uint32_t* pWaitSemaphoreDeviceIndices; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 4771 const uint32_t* pWaitSemaphoreDeviceIndices; member
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_structs.hpp | 29174 const uint32_t * pWaitSemaphoreDeviceIndices = {}; global() member [all...] |
H A D | vulkan_core.h | 5139 const uint32_t* pWaitSemaphoreDeviceIndices; member
|
H A D | vulkan_hash.hpp | 3859 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupSubmitInfo.pWaitSemaphoreDeviceIndices );
|
Completed in 442 milliseconds