Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrShaderCaps.h128 bool canUseMinAndAbsTogether() const { return fCanUseMinAndAbsTogether; } in canUseMinAndAbsTogether() function
/third_party/skia/src/sksl/
DSkSLUtil.h64 bool canUseMinAndAbsTogether() const { in canUseMinAndAbsTogether() function
/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp237 SkASSERT(!this->caps().canUseMinAndAbsTogether()); in writeMinAbsHack()
557 if (!this->caps().canUseMinAndAbsTogether()) { in writeFunctionCall()