Home | History | Annotate | Download | only in vulkan

Lines Matching refs:VkInternalAllocationType

8 const char*	getInternalAllocationTypeName			(VkInternalAllocationType value);
67 inline tcu::Format::Enum<VkInternalAllocationType> getInternalAllocationTypeStr (VkInternalAllocationType value) { return tcu::Format::Enum<VkInternalAllocationType>(getInternalAllocationTypeName, value); }
126 inline std::ostream& operator<< (std::ostream& s, VkInternalAllocationType value) { return s << getInternalAllocationTypeStr(value); }