Searched refs:StrRangeToPtr (Results 1 – 3 of 3) sorted by relevance
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/ |
D | VmaReplay.cpp | 2710 if(StrRangeToPtr(userDataColumn, pUserData)) in PrepareUserData() 2752 StrRangeToPtr(csvSplit.GetRange(FIRST_PARAM_INDEX + 6), origPtr)) in ExecuteCreatePool() 2830 if(StrRangeToPtr(csvSplit.GetRange(FIRST_PARAM_INDEX), origPtr)) in ExecuteDestroyPool() 2872 if(StrRangeToPtr(csvSplit.GetRange(FIRST_PARAM_INDEX), origPtr)) in ExecuteSetAllocationUserData() 2928 StrRangeToPtr(csvSplit.GetRange(FIRST_PARAM_INDEX + 9), origPool) && in ExecuteCreateBuffer() 2929 StrRangeToPtr(csvSplit.GetRange(FIRST_PARAM_INDEX + 10), origPtr)) in ExecuteCreateBuffer() 2971 if(StrRangeToPtr(csvSplit.GetRange(FIRST_PARAM_INDEX), origAllocPtr)) in DestroyAllocation() 3066 StrRangeToPtr(csvSplit.GetRange(FIRST_PARAM_INDEX + 18), origPool) && in ExecuteCreateImage() 3067 StrRangeToPtr(csvSplit.GetRange(FIRST_PARAM_INDEX + 19), origPtr)) in ExecuteCreateImage() 3158 if(StrRangeToPtr(csvSplit.GetRange(FIRST_PARAM_INDEX), origPtr)) in ExecuteCreateLostAllocation() [all …]
|
D | Common.h | 105 inline bool StrRangeToPtr(const StrRange& s, uint64_t& out) in StrRangeToPtr() function
|
D | Common.cpp | 38 if(!StrRangeToPtr(currRange, ptr)) in StrRangeToPtrList()
|