Home
last modified time | relevance | path

Searched refs:pSignalSemaphoreDeviceIndices (Results 1 - 14 of 14) sorted by relevance

/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_queue.h43 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 Dvk_synchronization2.c374 .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 Dvulkan_json_data.hpp15044 _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 Dvulkan_json_parser.hpp7809 (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 Dvulkan_structs.hpp20434 , 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 Dvulkan_core.h4726 const uint32_t* pSignalSemaphoreDeviceIndices; member
/third_party/glfw/deps/glad/
H A Dvulkan.h2316 const uint32_t * pSignalSemaphoreDeviceIndices; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h3702 const uint32_t* pSignalSemaphoreDeviceIndices; member
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h4632 const uint32_t* pSignalSemaphoreDeviceIndices; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h4990 const uint32_t* pSignalSemaphoreDeviceIndices; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h4775 const uint32_t* pSignalSemaphoreDeviceIndices; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp29003 , pSignalSemaphoreDeviceIndices( pSignalSemaphoreDeviceIndices_ ) pSignalSemaphoreDeviceIndices() function
29025 , pSignalSemaphoreDeviceIndices( signalSemaphoreDeviceIndices_.data() ) pSignalSemaphoreDeviceIndices() function
29178 const uint32_t * pSignalSemaphoreDeviceIndices = {}; global() member
[all...]
H A Dvulkan_core.h5143 const uint32_t* pSignalSemaphoreDeviceIndices; member
H A Dvulkan_hash.hpp3863 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupSubmitInfo.pSignalSemaphoreDeviceIndices );

Completed in 440 milliseconds