Home
last modified time | relevance | path

Searched refs:IsDisabled (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrUserStencilSettings.h229 constexpr static bool IsDisabled(bool hasStencilClip) { in IsDisabled() function
241 return (IsDisabled(hasStencilClip) ? kDisabled_StencilFlag : 0) | in Flags()
/third_party/skia/src/gpu/
DGrUserStencilSettings.h230 constexpr static bool IsDisabled(bool hasStencilClip) { in IsDisabled() function
242 return (IsDisabled(hasStencilClip) ? kDisabled_StencilFlag : 0) | in Flags()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1924 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled() local
1925 if (IsDisabled) in getOpEnabled()
1929 return IsDisabled ? TargetLoweringBase::ReciprocalEstimate::Disabled in getOpEnabled()