Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/gxdemo/src/Indirect/
Dind-bump-xyz.c294 Mtx vertexMtx, normalMtx, bumpnormalMtx; in updateMatrices() local
303 MTXTranspose(tempMtx, normalMtx); in updateMatrices()
309 MTXConcat(tempMtx, normalMtx, normalTexMtx); in updateMatrices()
317 MTXConcat(tempMtx, normalMtx, bumpnormalMtx); in updateMatrices()
331 GXLoadNrmMtxImm(normalMtx, GX_PNMTX0 + id*3); in updateMatrices()
Dind-pseudo-3d.c263 Mtx vertexMtx, normalMtx, heightMtx; in updateMatrices() local
272 MTXTranspose(tempMtx, normalMtx); in updateMatrices()
289 GXLoadNrmMtxImm(normalMtx, GX_PNMTX0); in updateMatrices()
Dind-bump-st.c229 Mtx vertexMtx, normalMtx, binormalMtx; in updateMatrices() local
237 MTXTranspose(tempMtx, normalMtx); in updateMatrices()
242 MTXConcat(tempMtx, normalMtx, normalTexMtx); in updateMatrices()
261 GXLoadNrmMtxImm(normalMtx, GX_PNMTX0 + id*3); in updateMatrices()