Searched refs:deviceQueueCreateInfo (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/common/detector/ |
D | GraphicsDetectorVkExternalMemoryHost.cpp | 133 const vkhpp::DeviceQueueCreateInfo deviceQueueCreateInfo = { in CheckImportingSharedMemory() local 143 .pQueueCreateInfos = &deviceQueueCreateInfo, in CheckImportingSharedMemory()
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkSnapshotImageTests.cpp | 99 const vkhpp::DeviceQueueCreateInfo deviceQueueCreateInfo = { in TEST_P() local 110 .pQueueCreateInfos = &deviceQueueCreateInfo, in TEST_P()
|
D | GfxstreamEnd2EndTests.cpp | 578 const vkhpp::DeviceQueueCreateInfo deviceQueueCreateInfo = { in SetUpTypicalVkTestEnvironment() local 594 .pQueueCreateInfos = &deviceQueueCreateInfo, in SetUpTypicalVkTestEnvironment()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1591 …_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 ()()
|
D | vulkan_hash.hpp | 3136 …_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 ()()
|