Home
last modified time | relevance | path

Searched refs:deviceQueueInfo2 (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp1796 const VkDeviceQueueInfo2 deviceQueueInfo2 = in createDeviceQueue2Test() local
1808 const VkQueue queue2 = getDeviceQueue2(deviceDriver, *device, &deviceQueueInfo2); in createDeviceQueue2Test()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp1807 const VkDeviceQueueInfo2 deviceQueueInfo2 = in createDeviceQueue2Test() local
1819 const VkQueue queue2 = getDeviceQueue2(deviceDriver, *device, &deviceQueueInfo2); in createDeviceQueue2Test()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_hash.hpp4023 std::size_t operator()( VULKAN_HPP_NAMESPACE::DeviceQueueInfo2 const & deviceQueueInfo2 ) const VULKAN_HPP_NOEXCEPT
4026 VULKAN_HPP_HASH_COMBINE( seed, deviceQueueInfo2.sType );
4027 VULKAN_HPP_HASH_COMBINE( seed, deviceQueueInfo2.pNext );
4028 VULKAN_HPP_HASH_COMBINE( seed, deviceQueueInfo2.flags );
4029 VULKAN_HPP_HASH_COMBINE( seed, deviceQueueInfo2.queueFamilyIndex );
4030 VULKAN_HPP_HASH_COMBINE( seed, deviceQueueInfo2.queueIndex );

Completed in 27 milliseconds