Searched refs:VkMemoryType (Results 1 – 11 of 11) sorted by relevance
136 const VkMemoryType memoryType = m_memoryProperties.memoryTypes[m_memoryTypeIndex]; in iterate()272 VkMemoryType type;
256 MemoryType (deUint32 index_, const VkMemoryType& type_) in MemoryType()268 VkMemoryType type;432 const VkMemoryType& memoryType = memoryProperties.memoryTypes[memoryTypeIndex]; in testMemoryMapping()
821 const vk::VkMemoryType& getMemoryType (void) const { return m_memoryType; } in getMemoryType()828 const vk::VkMemoryType m_memoryType;835 vk::VkMemoryType getMemoryTypeInfo (const vk::InstanceInterface& vki, in getMemoryTypeInfo()
244 const VkMemoryType memoryType = memoryProperties.memoryTypes[heapTypeIndex]; in bufferCreateAndAllocTest()
259 struct VkMemoryType struct274 VkMemoryType memoryTypes[VK_MAX_MEMORY_TYPES]; argument
228 std::ostream& operator<< (std::ostream& s, const VkMemoryType& value);
1941 std::ostream& operator<< (std::ostream& s, const VkMemoryType& value)1943 s << "VkMemoryType = {\n";
274 inline bool Iterate(Visitor* visitor, VkMemoryType* type) { in Iterate()
1421 typedef struct VkMemoryType { struct1424 } VkMemoryType; argument1433 VkMemoryType memoryTypes[VK_MAX_MEMORY_TYPES];
9411 operator const VkMemoryType&() const in operator const VkMemoryType&()9413 return *reinterpret_cast<const VkMemoryType*>(this); in operator const VkMemoryType&()9430 …static_assert( sizeof( MemoryType ) == sizeof( VkMemoryType ), "struct and wrapper have different …
1455 typedef struct VkMemoryType { struct1458 } VkMemoryType; argument1467 VkMemoryType memoryTypes[VK_MAX_MEMORY_TYPES];