Searched refs:m_CurrentCost (Results 1 – 2 of 2) sorted by relevance
53 m_CurrentCost = m_CostArray[m_CostArrayFlip].size() - 1; in Begin()63 if ( m_CurrentCost != -1 ) in End()65 m_CostArray[m_CostArrayFlip][m_CurrentCost].costEnd = this->GetTime(); in End()66 m_CostArray[m_CostArrayFlip][m_CurrentCost].costMicro += in End()67 m_CostArray[m_CostArrayFlip][m_CurrentCost].costEnd in End()68 - m_CostArray[m_CostArrayFlip][m_CurrentCost].costStart; in End()120 m_CurrentCost = addCost.constId; in Begin()139 m_CostArray[m_CostArrayFlip][m_CurrentCost].gpuEnd = requestCount + 1; in End()140 m_CurrentReqCount = m_CostArray[m_CostArrayFlip][m_CurrentCost].gpuEnd; in End()
63 m_CurrentCost( -1 ) in SmPerf()100 m_CurrentCost = -1; in Reset()173 s32 m_CurrentCost; variable