Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/gxdemo/src/Indirect/
Dind-bump-st.c230 Mtx normalTexMtx, binormalTexMtx, textureMtx, tempMtx; in updateMatrices() local
242 MTXConcat(tempMtx, normalMtx, normalTexMtx); in updateMatrices()
244 MTXConcat(normalTexMtx, tempMtx, normalTexMtx); in updateMatrices()
263 GXLoadTexMtxImm(normalTexMtx, GX_TEXMTX1 + id*6, GX_MTX2x4); in updateMatrices()
Dind-bump-xyz.c295 Mtx normalTexMtx, textureMtx, tempMtx; in updateMatrices() local
309 MTXConcat(tempMtx, normalMtx, normalTexMtx); in updateMatrices()
311 MTXConcat(tempMtx, normalTexMtx, normalTexMtx); in updateMatrices()
333 GXLoadTexMtxImm(normalTexMtx, GX_TEXMTX1 + id*6, GX_MTX2x4); in updateMatrices()