Home
last modified time | relevance | path

Searched refs:builtinFMASupport (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/sksl/
DSkSLCPP.h54 #define builtinFMASupport builtinFMASupport() macro
DSkSLUtil.h173 bool builtinFMASupport() const { in builtinFMASupport() function
/external/skia/resources/sksl/dslfp/
DGrDSLFPTest_DoStatement.fp19 if (color.a == 1 || sk_Caps.builtinFMASupport) continue; // should always happen
/external/skia/tests/sksl/dslfp/
DGrDSLFPTest_DoStatement.dsl.cpp34 Do(Block(_color.z() -= 0.25f, If(_color.w() == 1.0f || sk_Caps.builtinFMASupport, /*Then:*/ Continu… in emitCode()
/external/skqp/src/gpu/
DGrShaderCaps.h90 bool builtinFMASupport() const { return fBuiltinFMASupport; } in builtinFMASupport() function
/external/skia/src/sksl/ir/
DSkSLSetting.cpp95 CAP(Bool, builtinFMASupport), in caps_lookup_table()
/external/skia/src/gpu/
DGrShaderCaps.h93 bool builtinFMASupport() const { return fBuiltinFMASupport; } in builtinFMASupport() function
/external/skqp/src/sksl/
DSkSLUtil.h136 bool builtinFMASupport() const { in builtinFMASupport() function
DSkSLGLSLCodeGenerator.cpp540 if (!fProgram.fSettings.fCaps->builtinFMASupport()) { in writeFunctionCall()
/external/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp521 if (!this->caps().builtinFMASupport()) { in writeFunctionCall()