/external/mesa3d/src/mesa/math/ |
D | m_clip_tmp.h | 45 GLubyte clipMask[], in TAG() 86 clipMask[i] = mask; in TAG() 125 GLubyte clipMask[], in TAG() 166 clipMask[i] = mask; in TAG() 182 GLubyte clipMask[], in TAG() 205 clipMask[i] = mask; in TAG() 218 GLubyte clipMask[], in TAG() 237 clipMask[i] = mask; in TAG()
|
D | m_debug_clip.c | 68 GLubyte clipMask[], in ref_cliptest_points4() argument 95 clipMask[i] = mask; in ref_cliptest_points4() 126 GLubyte clipMask[], in ref_cliptest_points3() argument 149 clipMask[i] = mask; in ref_cliptest_points3() 161 GLubyte clipMask[], in ref_cliptest_points2() argument 183 clipMask[i] = mask; in ref_cliptest_points2()
|
D | m_xform.h | 96 GLubyte clipMask[],
|
/external/mesa3d/src/mesa/x86/ |
D | x86_xform.c | 60 GLubyte clipMask[], 68 GLubyte clipMask[],
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/ |
D | events_private.proto | 127 // clipMask is primitives that need to be clipped. So trivial accepts will be 0 while validMask for… 129 // Trivial accept is validMask & ~clipMask 130 // Must clip count is pop_cnt32(clipMask) 135 uint32_t clipMask;
|
D | archrast.cpp | 340 mClipper.mustClipCount += _mm_popcnt_u32(event.data.clipMask); in Handle() 344 _mm_popcnt_u32(event.data.validMask & ~event.data.clipMask); in Handle()
|
/external/mesa3d/src/mesa/sparc/ |
D | sparc.c | 79 GLubyte clipMask[], 86 GLubyte clipMask[],
|
/external/skqp/src/core/ |
D | SkLiteDL.cpp | 88 const SkImageFilter* backdrop, const SkImage* clipMask, in SaveLayer() 93 this->clipMask = sk_ref_sp(clipMask); in SaveLayer() 100 sk_sp<const SkImage> clipMask; member 104 c->saveLayer({ maybe_unset(bounds), &paint, backdrop.get(), clipMask.get(), in draw() 502 const SkImageFilter* backdrop, const SkImage* clipMask, in saveLayer() argument 504 this->push<SaveLayer>(0, bounds, paint, backdrop, clipMask, clipMatrix, flags); in saveLayer()
|
D | SkRecordOpts.cpp | 191 if (match->first<SaveLayer>()->backdrop || match->first<SaveLayer>()->clipMask) { in onMatch()
|
D | SkColorSpaceXformCanvas.cpp | 251 sk_sp<SkImage> clipMask = rec.fClipMask ? fXformer->apply(rec.fClipMask) : nullptr; in getSaveLayerStrategy() local 256 clipMask.get(), in getSaveLayerStrategy()
|
D | SkRecords.h | 177 sk_sp<const SkImage> clipMask;
|
D | SkRecordDraw.cpp | 83 r.clipMask.get(),
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | clip.h | 441 uint8_t clipMask = state.backendState.clipDistanceMask; 442 while (_BitScanForward(&index, clipMask)) 444 clipMask &= ~(1 << index); 774 uint32_t clipMask = 0; 777 clipMask = validMask & ComputeClipMask(); 780 AR_EVENT(ClipInfoEvent(numInvoc, validMask, clipMask)); 782 if (clipMask) 789 SIMD_T::vmask_ps(clipMask),
|
D | backend_impl.h | 60 static INLINE simdmask ComputeUserClipMask(uint8_t clipMask, in ComputeUserClipMask() argument 66 uint32_t numClipDistance = _mm_popcnt_u32(clipMask); in ComputeUserClipMask() 806 uint8_t clipMask = ComputeUserClipMask(clipDistanceMask, 812 _simd_and_ps(vCoverageMask[sample], _simd_vmask_ps(~clipMask));
|
/external/skqp/include/core/ |
D | SkCanvas.h | 656 const SkImage* clipMask, const SkMatrix* clipMatrix, in SaveLayerRec() 661 , fClipMask(clipMask) in SaveLayerRec()
|
/external/ImageMagick/Magick++/ |
D | NEWS | 124 * Added clipMask method to add a clip mask to the current
|
D | ChangeLog | 715 * lib/Image.cpp (clipMask): New method to add a clip mask to the
|
/external/swiftshader/src/Pipeline/ |
D | PixelRoutine.cpp | 243 auto clipMask = SignMask(CmpGE(distance, SIMD::Float(0))); in quad() local 249 cMask[ms] &= clipMask; in quad()
|