Home
last modified time | relevance | path

Searched refs:PGSH2GetPixelShaderGPRs (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gshCompile/
DgshCompile.h54 typedef u32 (*PGSH2GetPixelShaderGPRs)(const GX2PixelShader * pShader); typedef
85 PGSH2GetPixelShaderGPRs GetPixelShaderGPRs;
DgshCompile.cpp128 …fpGSH2->GetPixelShaderGPRs = reinterpret_cast<PGSH2GetPixelShaderGPRs>(GetProcAddress(*… in LoadDLLs()