Home
last modified time | relevance | path

Searched defs:MemoryType (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp267 struct MemoryType struct
269 MemoryType (deUint32 index_, const VkMemoryType& type_) in MemoryType() function
275 MemoryType (void) in MemoryType() function
280 deUint32 index;
281 VkMemoryType type;
DvktMemoryAllocationTests.cpp534 struct MemoryType in iterate() struct
536 deUint32 index; in iterate()
537 VkMemoryType type; in iterate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMinidump.h98 enum class MemoryType : uint32_t { enum
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp36457 struct MemoryType struct
36462 VULKAN_HPP_CONSTEXPR MemoryType( VULKAN_HPP_NAMESPACE::MemoryPropertyFlags propertyFlags_ = {}, in MemoryType() function
36470 MemoryType( VkMemoryType const & rhs ) VULKAN_HPP_NOEXCEPT in MemoryType() function
36479 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::MemoryType const *>( &rhs ); in operator =()
36483 operator VkMemoryType const &() const VULKAN_HPP_NOEXCEPT in operator VkMemoryType const&()
36511 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::MemoryType ) == sizeof( VkMemoryType ),
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp37212 struct MemoryType struct
37217 VULKAN_HPP_CONSTEXPR MemoryType( VULKAN_HPP_NAMESPACE::MemoryPropertyFlags propertyFlags_ = {}, in MemoryType() function
37225 MemoryType( VkMemoryType const & rhs ) VULKAN_HPP_NOEXCEPT in MemoryType() function
37234 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::MemoryType const *>( &rhs ); in operator =()
37238 operator VkMemoryType const &() const VULKAN_HPP_NOEXCEPT in operator VkMemoryType const&()
37266 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::MemoryType ) == sizeof( VkMemoryType ),