Searched refs:pStatTotals (Results 1 – 1 of 1) sorted by relevance
347 void UpdateStats(SWR_SHADER_STATS* pStatTotals, const SWR_SHADER_STATS* pStatUpdate) in UpdateStats() argument349 pStatTotals->numInstExecuted += pStatUpdate->numInstExecuted; in UpdateStats()350 pStatTotals->numSampleExecuted += pStatUpdate->numSampleExecuted; in UpdateStats()351 pStatTotals->numSampleLExecuted += pStatUpdate->numSampleLExecuted; in UpdateStats()352 pStatTotals->numSampleBExecuted += pStatUpdate->numSampleBExecuted; in UpdateStats()353 pStatTotals->numSampleCExecuted += pStatUpdate->numSampleCExecuted; in UpdateStats()354 pStatTotals->numSampleCLZExecuted += pStatUpdate->numSampleCLZExecuted; in UpdateStats()355 pStatTotals->numSampleCDExecuted += pStatUpdate->numSampleCDExecuted; in UpdateStats()356 pStatTotals->numGather4Executed += pStatUpdate->numGather4Executed; in UpdateStats()357 pStatTotals->numGather4CExecuted += pStatUpdate->numGather4CExecuted; in UpdateStats()[all …]