Home
last modified time | relevance | path

Searched refs:unfoldShortCircuitAsTernary (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrShaderCaps.h139 bool unfoldShortCircuitAsTernary() const { return fUnfoldShortCircuitAsTernary; } in unfoldShortCircuitAsTernary() function
/third_party/skia/src/gpu/
DGrShaderCaps.h161 bool unfoldShortCircuitAsTernary() const { return fUnfoldShortCircuitAsTernary; } in unfoldShortCircuitAsTernary() function
/third_party/skia/src/sksl/
DSkSLUtil.h241 bool unfoldShortCircuitAsTernary() const { in unfoldShortCircuitAsTernary() function
/third_party/flutter/skia/src/sksl/
DSkSLUtil.h187 bool unfoldShortCircuitAsTernary() const { in unfoldShortCircuitAsTernary() function
DSkSLGLSLCodeGenerator.cpp917 if (fProgram.fSettings.fCaps->unfoldShortCircuitAsTernary() && in writeFunctionCall()
/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp881 if (this->caps().unfoldShortCircuitAsTernary() && in writeBinaryExpression()