Home
last modified time | relevance | path

Searched refs:totalOr (Results 1 – 8 of 8) sorted by relevance

/dports/games/dhewm3/dhewm3-1.5.1/neo/renderer/
H A Dtr_trace.cpp49 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 DSimd_AltiVec.h221 …virtual void VPCALL TracePointCull( byte *cullBits, byte &totalOr, const float radius, const idPla…
H A DSimd_Generic.h118 …virtual void VPCALL TracePointCull( byte *cullBits, byte &totalOr, const float radius, const idPla…
H A DSimd_SSE.h125 …virtual void VPCALL TracePointCull( byte *cullBits, byte &totalOr, const float radius, const idPla…
H A DSimd.h182 …virtual void VPCALL TracePointCull( byte *cullBits, byte &totalOr, const float radius, const idPla…
H A DSimd_Generic.cpp2343 void VPCALL idSIMD_Generic::TracePointCull( byte *cullBits, byte &totalOr, const float radius, cons… in TracePointCull() argument
2383 totalOr = tOr; in TracePointCull()
H A DSimd_AltiVec.cpp5465 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 DSimd_SSE.cpp12589 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()