MCPcopy Create free account
hub / github.com/GPUOpen-Tools/compressonator / CMP_GetPerformanceStats

Function CMP_GetPerformanceStats

cmp_framework/compute_base.cpp:360–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358}
359
360CMP_ERROR CMP_API CMP_GetPerformanceStats(KernelPerformanceStats* pPerfStats)
361{
362 CMP_ERROR result;
363 if (g_ComputeBase)
364 {
365 result = g_ComputeBase->TC_GetPerformanceStats(pPerfStats);
366 if (result != CMP_OK)
367 return (result);
368 }
369 else
370 return CMP_ABORTED;
371 return CMP_OK;
372}
373
374CMP_ERROR CMP_API CMP_GetDeviceInfo(KernelDeviceInfo* pDeviceInfo)
375{

Callers 4

CMP_ConvertMipTextureCGPFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
CMP_ProcessTextureFunction · 0.85

Calls 1

Tested by 2

mainFunction · 0.68
mainFunction · 0.68