Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/shaders/lyt/
Dlyt_PaneShader.vsh99 #define tmp0 r15
126 dp3 tmp0, aVertexIndex, CONST2.xwz
127 mova a0.xy, tmp0
135 mov tmp0, uTransform
136 mad aPosition.xy, aPosition.xy, tmp0.xy, tmp0.zw
137 dp4 tmp0.x, aPosition, uModelView[0]
138 dp4 tmp0.y, aPosition, uModelView[1]
139 dp4 tmp0.z, aPosition, uModelView[2]
140 mov tmp0.w, aPosition.w
141 m4x4 vPosition, tmp0, uProjection
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Pane.cpp222 const f32 tmp0 = s.x * cos; in MakeMatrixSRT() local
227 o.m[0][0] = tmp0; in MakeMatrixSRT()