Home
last modified time | relevance | path

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

/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_queue.h29 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 Dvk_synchronization2.c358 .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 Dvulkan_json_data.hpp15010 _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 Dvulkan_json_parser.hpp7793 (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 Dvulkan_structs.hpp20430 , 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 Dvulkan_core.h4722 const uint32_t* pWaitSemaphoreDeviceIndices; member
/third_party/glfw/deps/glad/
H A Dvulkan.h2312 const uint32_t * pWaitSemaphoreDeviceIndices; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h3698 const uint32_t* pWaitSemaphoreDeviceIndices; member
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h4628 const uint32_t* pWaitSemaphoreDeviceIndices; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h4986 const uint32_t* pWaitSemaphoreDeviceIndices; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h4771 const uint32_t* pWaitSemaphoreDeviceIndices; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp29174 const uint32_t * pWaitSemaphoreDeviceIndices = {}; global() member
[all...]
H A Dvulkan_core.h5139 const uint32_t* pWaitSemaphoreDeviceIndices; member
H A Dvulkan_hash.hpp3859 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupSubmitInfo.pWaitSemaphoreDeviceIndices );

Completed in 442 milliseconds