Home
last modified time | relevance | path

Searched refs:FIRST_PARAM_INDEX (Results 1 – 1 of 1) sorted by relevance

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp1558 static const size_t FIRST_PARAM_INDEX = 4; variable
1739 if(csvSplit.GetCount() >= FIRST_PARAM_INDEX) in ExecuteLine()
2673 ok = csvSplit.GetCount() >= FIRST_PARAM_INDEX + expectedParamCount - 1; in ValidateFunctionParameterCount()
2675 ok = csvSplit.GetCount() == FIRST_PARAM_INDEX + expectedParamCount; in ValidateFunctionParameterCount()
2746 if(StrRangeToUint(csvSplit.GetRange(FIRST_PARAM_INDEX), poolCreateInfo.memoryTypeIndex) && in ExecuteCreatePool()
2747 StrRangeToUint(csvSplit.GetRange(FIRST_PARAM_INDEX + 1), poolCreateInfo.flags) && in ExecuteCreatePool()
2748 StrRangeToUint(csvSplit.GetRange(FIRST_PARAM_INDEX + 2), poolCreateInfo.blockSize) && in ExecuteCreatePool()
2749 … StrRangeToUint(csvSplit.GetRange(FIRST_PARAM_INDEX + 3), poolCreateInfo.minBlockCount) && in ExecuteCreatePool()
2750 … StrRangeToUint(csvSplit.GetRange(FIRST_PARAM_INDEX + 4), poolCreateInfo.maxBlockCount) && in ExecuteCreatePool()
2751 … StrRangeToUint(csvSplit.GetRange(FIRST_PARAM_INDEX + 5), poolCreateInfo.frameInUseCount) && in ExecuteCreatePool()
[all …]