Home
last modified time | relevance | path

Searched refs:fBuiltinFMASupport (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrShaderCaps.h94 bool builtinFMASupport() const { return fBuiltinFMASupport; } in builtinFMASupport()
264 bool fBuiltinFMASupport : 1; variable
DGrShaderCaps.cpp60 fBuiltinFMASupport = false; in GrShaderCaps()
136 writer->appendBool("Builtin fma() support", fBuiltinFMASupport); in dumpJSON()
/third_party/skia/src/gpu/
DGrShaderCaps.h111 bool builtinFMASupport() const { return fBuiltinFMASupport; } in builtinFMASupport()
297 bool fBuiltinFMASupport : 1; variable
DGrShaderCaps.cpp62 fBuiltinFMASupport = false; in GrShaderCaps()
146 writer->appendBool("Builtin fma() support", fBuiltinFMASupport); in dumpJSON()
/third_party/skia/src/sksl/
DSkSLUtil.h172 bool fBuiltinFMASupport = false; variable
174 return fBuiltinFMASupport; in builtinFMASupport()
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp930 shaderCaps->fBuiltinFMASupport = ctxInfo.glslGeneration() >= k400_GrGLSLGeneration; in initGLSL()
932 shaderCaps->fBuiltinFMASupport = ctxInfo.glslGeneration() >= k320es_GrGLSLGeneration; in initGLSL()
/third_party/skia/src/core/
DSkRuntimeEffect.cpp80 fCaps->fBuiltinFMASupport = true; in Impl()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp1014 shaderCaps->fBuiltinFMASupport = ctxInfo.glslGeneration() >= k400_GrGLSLGeneration; in initGLSL()
1016 shaderCaps->fBuiltinFMASupport = ctxInfo.glslGeneration() >= k320es_GrGLSLGeneration; in initGLSL()