Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/gxdemo/src/Indirect/
Dind-pseudo-3d.c264 Mtx textureMtx, tempMtx; in updateMatrices() local
275 MTXScale(textureMtx, 1.0f, 1.0f, 1.0f); // no repetitions for this demo in updateMatrices()
290 GXLoadTexMtxImm(textureMtx, GX_TEXMTX0, GX_MTX2x4); in updateMatrices()
Dind-bump-st.c230 Mtx normalTexMtx, binormalTexMtx, textureMtx, tempMtx; in updateMatrices() local
258 MTXScale(textureMtx, TRS, TRT, 1.0f); in updateMatrices()
262 GXLoadTexMtxImm(textureMtx, GX_TEXMTX0, GX_MTX2x4); in updateMatrices()
Dind-bump-xyz.c295 Mtx normalTexMtx, textureMtx, tempMtx; in updateMatrices() local
328 MTXScale(textureMtx, 1.0f, 1.0f, 1.0f); // no repetitions for this demo in updateMatrices()
332 GXLoadTexMtxImm(textureMtx, GX_TEXMTX0, GX_MTX2x4); in updateMatrices()