Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/demos/gddemo/src/
Dgd-tev-gc.c134 static void PatchShaderDLTCScale( MyDLObj* mdl );
549 static void PatchShaderDLTCScale( MyDLObj* mdl ) in PatchShaderDLTCScale() argument
555 GDInitGDLObj(&gdlObj, mdl->dlPtr, mdl->dlSize); in PatchShaderDLTCScale()
558 while( plIndex < mdl->plSize / sizeof(u32) ) in PatchShaderDLTCScale()
571 GDSetCurrOffset(mdl->plPtr[plIndex++]); in PatchShaderDLTCScale()
574 tcid = (GXTexCoordID)(mdl->plPtr[plIndex++]); in PatchShaderDLTCScale()
577 tmid = mdl->plPtr[plIndex++]; in PatchShaderDLTCScale()