Home
last modified time | relevance | path

Searched refs:structureChains (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_funcs.hpp4137 std::vector<StructureChain, StructureChainAllocator> structureChains; in getQueueFamilyProperties2() local
4141 structureChains.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties2()
4145 …queueFamilyProperties[i].pNext = structureChains[i].template get<VULKAN_HPP_NAMESPACE::QueueFamily… in getQueueFamilyProperties2()
4152 structureChains.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties2()
4156structureChains[i].template get<VULKAN_HPP_NAMESPACE::QueueFamilyProperties2>() = queueFamilyPrope… in getQueueFamilyProperties2()
4158 return structureChains; in getQueueFamilyProperties2()
4167 std::vector<StructureChain, StructureChainAllocator> structureChains( structureChainAllocator ); in getQueueFamilyProperties2() local
4171 structureChains.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties2()
4175 …queueFamilyProperties[i].pNext = structureChains[i].template get<VULKAN_HPP_NAMESPACE::QueueFamily… in getQueueFamilyProperties2()
4182 structureChains.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties2()
[all …]
Dvulkansc_raii.hpp7556 std::vector<StructureChain> structureChains; in getQueueFamilyProperties2() local
7560 structureChains.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties2()
7564 …queueFamilyProperties[i].pNext = structureChains[i].template get<VULKAN_HPP_NAMESPACE::QueueFamily… in getQueueFamilyProperties2()
7571 structureChains.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties2()
7575structureChains[i].template get<VULKAN_HPP_NAMESPACE::QueueFamilyProperties2>() = queueFamilyPrope… in getQueueFamilyProperties2()
7577 return structureChains; in getQueueFamilyProperties2()
9090 std::vector<StructureChain> structureChains; in getSurfaceFormats2KHR() local
9099 structureChains.resize( surfaceFormatCount ); in getSurfaceFormats2KHR()
9103 …surfaceFormats[i].pNext = structureChains[i].template get<VULKAN_HPP_NAMESPACE::SurfaceFormat2KHR>… in getSurfaceFormats2KHR()
9112 structureChains.resize( surfaceFormatCount ); in getSurfaceFormats2KHR()
[all …]
Dvulkan_raii.hpp12406 std::vector<StructureChain> structureChains; in getQueueFamilyProperties2() local
12410 structureChains.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties2()
12414 …queueFamilyProperties[i].pNext = structureChains[i].template get<VULKAN_HPP_NAMESPACE::QueueFamily… in getQueueFamilyProperties2()
12421 structureChains.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties2()
12425structureChains[i].template get<VULKAN_HPP_NAMESPACE::QueueFamilyProperties2>() = queueFamilyPrope… in getQueueFamilyProperties2()
12427 return structureChains; in getQueueFamilyProperties2()
14373 std::vector<StructureChain> structureChains; in getQueueFamilyProperties2KHR() local
14377 structureChains.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties2KHR()
14381 …queueFamilyProperties[i].pNext = structureChains[i].template get<VULKAN_HPP_NAMESPACE::QueueFamily… in getQueueFamilyProperties2KHR()
14388 structureChains.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties2KHR()
[all …]