Home | History | Annotate | Download | only in vulkan

Lines Matching full:memorypropertyflags

9402   using MemoryPropertyFlags = Flags<MemoryPropertyFlagBits, VkMemoryPropertyFlags>;
9404 inline MemoryPropertyFlags operator|( MemoryPropertyFlagBits bit0, MemoryPropertyFlagBits bit1 )
9406 return MemoryPropertyFlags( bit0 ) | bit1;
9427 MemoryPropertyFlags propertyFlags;
19865 inline std::string to_string(MemoryPropertyFlags value)