Home
last modified time | relevance | path

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

/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/mingw-w64/mingw-w64-headers/include/
Dksproxy.h198 GUID MemoryType; member
Dks.h1321 GUID MemoryType; member
1375 #define DECLARE_SIMPLE_FRAMING_EX(FramingExName,MemoryType,Flags,Frames,Alignment,MinFrameSize,MaxF… argument
/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 ),