Searched refs:normal (Results 1 – 7 of 7) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/deferredTestDX9/ |
| D | deferredTest.fx | 25 float3 normal : NORMAL0; 48 output.vWorldNrm = normalize(mul(float4(input.normal, 0.0), u_modelMtx)); 146 float3 normal = normalize(norm.xyz); 156 float3 refl = reflect(lightDir, normal); 161 diffuseCol * max(0.0, dot(normal, lightDir)) +
|
| /CafeSDK-2.12.13-1/system/src/lib/libsys/ |
| D | ind_mcnt.ppc | 44 se_stw r4, SF+4(sp) ; save it in normal spot 100 std r4, SF+16(sp) ; save it in normal spot 131 std r4, SF+8(sp) ; save it in normal spot 163 stw r4, SF+4(sp) ; save it in normal spot
|
| D | ind_gcnt.ppc | 43 se_stw r3, SF+4(sp) ; save it in normal spot 101 std r3, SF+16(sp) ; save it in normal spot 134 std r3, SF+8(sp) ; save it in normal spot 167 stw r3, SF+4(sp) ; save it in normal spot
|
| /CafeSDK-2.12.13-1/system/src/tool/cafex/Properties/binres/ |
| D | README.txt | 2 part of the "normal" Cygwin / SDK build, but that leaves a dependency
|
| /CafeSDK-2.12.13-1/system/src/lib/mtx/ |
| D | mtxVec.c | 739 void C_VECReflect ( const Vec *src, const Vec *normal, Vec *dst ) in C_VECReflect() argument 746 ASSERTMSG( (normal != 0), VEC_REFLECT_2 ); in C_VECReflect() 760 C_VECNormalize( normal, &uN); in C_VECReflect()
|
| /CafeSDK-2.12.13-1/system/include/cafe/mtx/ |
| D | mtxVec.h | 1086 void C_VECReflect ( const Vec *src, const Vec *normal, Vec *dst );
|
| /CafeSDK-2.12.13-1/system/src/lib/mtx/headers/cafe/mtx/ |
| D | mtxVec.h | 1086 void C_VECReflect ( const Vec *src, const Vec *normal, Vec *dst );
|