Home
last modified time | relevance | path

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

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