Searched refs:cpToIndex (Results 1 – 1 of 1) sorted by relevance
248 std::map<deUint64, std::size_t> cpToIndex; in finalizeCommandBuffers() local250 cpToIndex.insert({ m_commandPoolMemoryConsumption[i].commandPool, i }); in finalizeCommandBuffers()253 std::size_t j = cpToIndex[memC.second.commandPool]; in finalizeCommandBuffers()