Home
last modified time | relevance | path

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

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoBackends/Software/
H A DEfbInterface.h60 u32 GetPerfQueryResult(PerfQueryType type);
H A DSWmain.cpp41 u32 GetQueryResult(PerfQueryType type) override { return EfbInterface::GetPerfQueryResult(type); } in GetQueryResult()
H A DEfbInterface.cpp691 u32 GetPerfQueryResult(PerfQueryType type) in GetPerfQueryResult() function