Home
last modified time | relevance | path

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

/NW4C-1.2.23/demos/Nw4cDemo/sources/
DSmPerf.cpp199 SmGpuPerf::GetCost( uint costNo ) in GetCost() function in __anon8b6807030111::SmGpuPerf
271 cost = cpuPerf->GetCost(i); in Render()
283 cost = gpuPerf->GetCost(i); in Render()
Dmain.cpp287 …"%s:%8.4f[%8.4f%%]\n", s_CpuPerf->GetCostName(i), s_CpuPerf->GetCost(i), s_CpuPerf->GetCost(i)/16.… in OutputLog()
288 cpuCost += s_CpuPerf->GetCost(i); in OutputLog()
295 …"%s:%8.4f[%8.4f%%]\n", s_GpuPerf->GetCostName(i), s_GpuPerf->GetCost(i), s_GpuPerf->GetCost(i)/16.… in OutputLog()
296 gpuCost += s_GpuPerf->GetCost(i); in OutputLog()
/NW4C-1.2.23/demos/Nw4cDemo/include/
DSmPerf.h152 virtual f32 GetCost( uint costNo ) in GetCost() function
218 virtual f32 GetCost( uint costNo );