Home
last modified time | relevance | path

Searched refs:deviceQueueCreateInfo (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkExternalMemoryHost.cpp133 const vkhpp::DeviceQueueCreateInfo deviceQueueCreateInfo = { in CheckImportingSharedMemory() local
143 .pQueueCreateInfos = &deviceQueueCreateInfo, in CheckImportingSharedMemory()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotImageTests.cpp99 const vkhpp::DeviceQueueCreateInfo deviceQueueCreateInfo = { in TEST_P() local
110 .pQueueCreateInfos = &deviceQueueCreateInfo, in TEST_P()
DGfxstreamEnd2EndTests.cpp578 const vkhpp::DeviceQueueCreateInfo deviceQueueCreateInfo = { in SetUpTypicalVkTestEnvironment() local
594 .pQueueCreateInfos = &deviceQueueCreateInfo, in SetUpTypicalVkTestEnvironment()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1591 …_t operator()(VULKAN_HPP_NAMESPACE::DeviceQueueCreateInfo const & deviceQueueCreateInfo) const VUL… in operator ()()
1594 VULKAN_HPP_HASH_COMBINE( seed, deviceQueueCreateInfo.sType ); in operator ()()
1595 VULKAN_HPP_HASH_COMBINE( seed, deviceQueueCreateInfo.pNext ); in operator ()()
1596 VULKAN_HPP_HASH_COMBINE( seed, deviceQueueCreateInfo.flags ); in operator ()()
1597 VULKAN_HPP_HASH_COMBINE( seed, deviceQueueCreateInfo.queueFamilyIndex ); in operator ()()
1598 VULKAN_HPP_HASH_COMBINE( seed, deviceQueueCreateInfo.queueCount ); in operator ()()
1599 VULKAN_HPP_HASH_COMBINE( seed, deviceQueueCreateInfo.pQueuePriorities ); in operator ()()
Dvulkan_hash.hpp3136 …_t operator()(VULKAN_HPP_NAMESPACE::DeviceQueueCreateInfo const & deviceQueueCreateInfo) const VUL… in operator ()()
3139 VULKAN_HPP_HASH_COMBINE( seed, deviceQueueCreateInfo.sType ); in operator ()()
3140 VULKAN_HPP_HASH_COMBINE( seed, deviceQueueCreateInfo.pNext ); in operator ()()
3141 VULKAN_HPP_HASH_COMBINE( seed, deviceQueueCreateInfo.flags ); in operator ()()
3142 VULKAN_HPP_HASH_COMBINE( seed, deviceQueueCreateInfo.queueFamilyIndex ); in operator ()()
3143 VULKAN_HPP_HASH_COMBINE( seed, deviceQueueCreateInfo.queueCount ); in operator ()()
3144 VULKAN_HPP_HASH_COMBINE( seed, deviceQueueCreateInfo.pQueuePriorities ); in operator ()()