Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp524 struct VmaAllocationCreateInfoStats : public StructureStats struct
526 FlagSet flags;
527 Enum usage;
528 FlagSet requiredFlags, preferredFlags;
529 Flag requiredFlagsNotZero, preferredFlagsNotZero;
530 BitMask<uint32_t> memoryTypeBits;
531 Flag poolNotNull;
532 Flag userDataNotNull;
534 VmaAllocationCreateInfoStats() : in VmaAllocationCreateInfoStats() function
542 void PostValue(const VmaAllocationCreateInfo& v, size_t count = 1) in PostValue()
[all …]