Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/math/
Dm_debug_clip.c68 GLubyte clipMask[], in ref_cliptest_points4()
126 GLubyte clipMask[], in ref_cliptest_points3()
161 GLubyte clipMask[], in ref_cliptest_points2()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dbackend_impl.h60 static INLINE simdmask ComputeUserClipMask(uint8_t clipMask, in ComputeUserClipMask()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DPixelRoutine.cpp245 auto clipMask = SignMask(CmpGE(distance, SIMD::Float(0))); in quad() local