Searched refs:m_CurrentCost (Results 1 – 2 of 2) sorted by relevance
51 m_CurrentCost = m_CostArray[m_CostArrayFlip].size() - 1; in Begin()61 if ( m_CurrentCost != -1 ) in End()63 m_CostArray[m_CostArrayFlip][m_CurrentCost].costEnd = this->GetTime(); in End()64 m_CostArray[m_CostArrayFlip][m_CurrentCost].costMicro += in End()65 m_CostArray[m_CostArrayFlip][m_CurrentCost].costEnd in End()66 - m_CostArray[m_CostArrayFlip][m_CurrentCost].costStart; in End()118 m_CurrentCost = addCost.constId; in Begin()137 m_CostArray[m_CostArrayFlip][m_CurrentCost].gpuEnd = requestCount + 1; in End()138 m_CurrentReqCount = m_CostArray[m_CostArrayFlip][m_CurrentCost].gpuEnd; in End()
61 m_CurrentCost( -1 ) in SmPerf()98 m_CurrentCost = -1; in Reset()171 s32 m_CurrentCost; variable