Searched refs:totalOr (Results 1 – 8 of 8) sorted by relevance
/dports/games/dhewm3/dhewm3-1.5.1/neo/renderer/ |
H A D | tr_trace.cpp | 49 byte totalOr; in R_LocalTrace() local 74 SIMDProcessor->TracePointCull( cullBits, totalOr, radius, planes, tri->verts, tri->numVerts ); in R_LocalTrace() 77 if ( ( totalOr ^ ( totalOr >> 4 ) ) & 3 ) { in R_LocalTrace() 83 if ( ( totalOr ^ ( totalOr >> 1 ) ) & 4 ) { in R_LocalTrace()
|
/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/math/ |
H A D | Simd_AltiVec.h | 221 …virtual void VPCALL TracePointCull( byte *cullBits, byte &totalOr, const float radius, const idPla…
|
H A D | Simd_Generic.h | 118 …virtual void VPCALL TracePointCull( byte *cullBits, byte &totalOr, const float radius, const idPla…
|
H A D | Simd_SSE.h | 125 …virtual void VPCALL TracePointCull( byte *cullBits, byte &totalOr, const float radius, const idPla…
|
H A D | Simd.h | 182 …virtual void VPCALL TracePointCull( byte *cullBits, byte &totalOr, const float radius, const idPla…
|
H A D | Simd_Generic.cpp | 2343 void VPCALL idSIMD_Generic::TracePointCull( byte *cullBits, byte &totalOr, const float radius, cons… in TracePointCull() argument 2383 totalOr = tOr; in TracePointCull()
|
H A D | Simd_AltiVec.cpp | 5465 void VPCALL idSIMD_AltiVec::TracePointCull( byte *cullBits, byte &totalOr, const float radius, cons… in TracePointCull() argument 5695 totalOr = tOr; in TracePointCull() 5704 void VPCALL idSIMD_AltiVec::TracePointCull( byte *cullBits, byte &totalOr, const float radius, cons… in TracePointCull() argument 5917 totalOr = tOr; in TracePointCull()
|
H A D | Simd_SSE.cpp | 12589 void VPCALL idSIMD_SSE::TracePointCull( byte *cullBits, byte &totalOr, const float radius, const id… in TracePointCull() argument 12654 mov esi, totalOr in TracePointCull() 12700 totalOr = tOr; in TracePointCull()
|