Home
last modified time | relevance | path

Searched defs:clipFlags (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Pipeline/
DVertexRoutine.hpp62 SIMD::Int clipFlags; member in sw::VertexRoutine
/external/swiftshader/src/Device/
DVertex.hpp40 int clipFlags; member
DRenderer.cpp936 const int clipFlags = draw.depthClipEnable ? Clipper::CLIP_FRUSTUM : Clipper::CLIP_SIDES; in setupLine() local
1172 const int clipFlags = draw.depthClipEnable ? Clipper::CLIP_FRUSTUM : Clipper::CLIP_SIDES; in setupPoint() local