Home
last modified time | relevance | path

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

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