Searched refs:pSignalSemaphoreDeviceIndices (Results 1 - 14 of 14) sorted by relevance
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_queue.h | 43 if (val->pSignalSemaphoreDeviceIndices) { in vn_sizeof_VkDeviceGroupSubmitInfo_self() 45 size += vn_sizeof_uint32_t_array(val->pSignalSemaphoreDeviceIndices, val->signalSemaphoreCount); in vn_sizeof_VkDeviceGroupSubmitInfo_self() 90 if (val->pSignalSemaphoreDeviceIndices) { in vn_encode_VkDeviceGroupSubmitInfo_self() 92 vn_encode_uint32_t_array(enc, val->pSignalSemaphoreDeviceIndices, val->signalSemaphoreCount); in vn_encode_VkDeviceGroupSubmitInfo_self()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_synchronization2.c | 374 .deviceIndex = group_info ? group_info->pSignalSemaphoreDeviceIndices[i] : 0, in vk_common_QueueSubmit()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 15044 _OUT << "\"pSignalSemaphoreDeviceIndices\":" << std::endl; in print_VkDeviceGroupSubmitInfo() 15046 if (obj.pSignalSemaphoreDeviceIndices) { in print_VkDeviceGroupSubmitInfo() 15050 print_uint32_t(obj.pSignalSemaphoreDeviceIndices[i], "", isCommaNeeded); in print_VkDeviceGroupSubmitInfo() 15116 _OUT << "\"pSignalSemaphoreDeviceIndices\":" << std::endl; in print_VkDeviceGroupSubmitInfo() 15118 if (obj->pSignalSemaphoreDeviceIndices) { in print_VkDeviceGroupSubmitInfo() 15122 print_uint32_t(obj->pSignalSemaphoreDeviceIndices[i], "", isCommaNeeded); in print_VkDeviceGroupSubmitInfo() [all...] |
H A D | vulkan_json_parser.hpp | 7809 (o.pSignalSemaphoreDeviceIndices) = (deUint32*)s_globalMem.allocate((o.signalSemaphoreCount), sizeof(deUint32)); in parse_VkDeviceGroupSubmitInfo() 7810 Json::Value& obj_pSignalSemaphoreDeviceIndices_arr = obj["pSignalSemaphoreDeviceIndices"]; in parse_VkDeviceGroupSubmitInfo() 7812 parse_uint32_t("pSignalSemaphoreDeviceIndices", obj_pSignalSemaphoreDeviceIndices_arr[i], const_cast<deUint32&>((o.pSignalSemaphoreDeviceIndices[i]))); in parse_VkDeviceGroupSubmitInfo()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 20434 , pSignalSemaphoreDeviceIndices( pSignalSemaphoreDeviceIndices_ ) in pSignalSemaphoreDeviceIndices() function 20453 , pSignalSemaphoreDeviceIndices( signalSemaphoreDeviceIndices_.data() ) in pSignalSemaphoreDeviceIndices() function 20530 pSignalSemaphoreDeviceIndices = pSignalSemaphoreDeviceIndices_; 20540 pSignalSemaphoreDeviceIndices = signalSemaphoreDeviceIndices_.data(); 20566 ( pSignalSemaphoreDeviceIndices == rhs.pSignalSemaphoreDeviceIndices ); 20583 const uint32_t * pSignalSemaphoreDeviceIndices = {}; member [all...] |
H A D | vulkan_core.h | 4726 const uint32_t* pSignalSemaphoreDeviceIndices; member
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 2316 const uint32_t * pSignalSemaphoreDeviceIndices; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 3702 const uint32_t* pSignalSemaphoreDeviceIndices; member
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 4632 const uint32_t* pSignalSemaphoreDeviceIndices; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 4990 const uint32_t* pSignalSemaphoreDeviceIndices; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 4775 const uint32_t* pSignalSemaphoreDeviceIndices; member
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_structs.hpp | 29003 , pSignalSemaphoreDeviceIndices( pSignalSemaphoreDeviceIndices_ ) pSignalSemaphoreDeviceIndices() function 29025 , pSignalSemaphoreDeviceIndices( signalSemaphoreDeviceIndices_.data() ) pSignalSemaphoreDeviceIndices() function 29178 const uint32_t * pSignalSemaphoreDeviceIndices = {}; global() member [all...] |
H A D | vulkan_core.h | 5143 const uint32_t* pSignalSemaphoreDeviceIndices; member
|
H A D | vulkan_hash.hpp | 3863 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupSubmitInfo.pSignalSemaphoreDeviceIndices );
|
Completed in 440 milliseconds