Searched refs:VMA_FUNCTION_NAMES (Results 1 – 3 of 3) sorted by relevance
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/ |
D | VmaReplay.cpp | 1803 else if(StrRangeEq(functionName, VMA_FUNCTION_NAMES[(uint32_t)VMA_FUNCTION::CreatePool])) in ExecuteLine() 1805 else if(StrRangeEq(functionName, VMA_FUNCTION_NAMES[(uint32_t)VMA_FUNCTION::DestroyPool])) in ExecuteLine() 1807 …else if(StrRangeEq(functionName, VMA_FUNCTION_NAMES[(uint32_t)VMA_FUNCTION::SetAllocationUserData]… in ExecuteLine() 1809 else if(StrRangeEq(functionName, VMA_FUNCTION_NAMES[(uint32_t)VMA_FUNCTION::CreateBuffer])) in ExecuteLine() 1811 else if(StrRangeEq(functionName, VMA_FUNCTION_NAMES[(uint32_t)VMA_FUNCTION::DestroyBuffer])) in ExecuteLine() 1813 else if(StrRangeEq(functionName, VMA_FUNCTION_NAMES[(uint32_t)VMA_FUNCTION::CreateImage])) in ExecuteLine() 1815 else if(StrRangeEq(functionName, VMA_FUNCTION_NAMES[(uint32_t)VMA_FUNCTION::DestroyImage])) in ExecuteLine() 1817 else if(StrRangeEq(functionName, VMA_FUNCTION_NAMES[(uint32_t)VMA_FUNCTION::FreeMemory])) in ExecuteLine() 1819 … else if(StrRangeEq(functionName, VMA_FUNCTION_NAMES[(uint32_t)VMA_FUNCTION::FreeMemoryPages])) in ExecuteLine() 1821 …else if(StrRangeEq(functionName, VMA_FUNCTION_NAMES[(uint32_t)VMA_FUNCTION::CreateLostAllocation])) in ExecuteLine() [all …]
|
D | Constants.cpp | 32 const char* VMA_FUNCTION_NAMES[] = { variable 60 _countof(VMA_FUNCTION_NAMES) == (size_t)VMA_FUNCTION::Count,
|
D | Constants.h | 94 extern const char* VMA_FUNCTION_NAMES[];
|