Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrShaderCaps.cpp55 fBuiltinFMASupport = false; in GrShaderCaps()
125 writer->appendBool("Builtin fma() support", fBuiltinFMASupport); in dumpJSON()
DGrShaderCaps.h90 bool builtinFMASupport() const { return fBuiltinFMASupport; } in builtinFMASupport()
261 bool fBuiltinFMASupport : 1; variable
/external/skia/src/gpu/
DGrShaderCaps.h93 bool builtinFMASupport() const { return fBuiltinFMASupport; } in builtinFMASupport()
299 bool fBuiltinFMASupport : 1; variable
DGrShaderCaps.cpp60 fBuiltinFMASupport = false; in GrShaderCaps()
143 writer->appendBool("Builtin fma() support", fBuiltinFMASupport); in dumpJSON()
/external/skia/src/sksl/
DSkSLUtil.h172 bool fBuiltinFMASupport = false; variable
174 return fBuiltinFMASupport; in builtinFMASupport()
/external/skqp/src/gpu/gl/
DGrGLCaps.cpp812 shaderCaps->fBuiltinFMASupport = ctxInfo.glslGeneration() >= k400_GrGLSLGeneration; in initGLSL()
814 shaderCaps->fBuiltinFMASupport = ctxInfo.glslGeneration() >= k320es_GrGLSLGeneration; in initGLSL()
/external/skia/src/core/
DSkRuntimeEffect.cpp75 fCaps->fBuiltinFMASupport = true; in Impl()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp968 shaderCaps->fBuiltinFMASupport = ctxInfo.glslGeneration() >= k400_GrGLSLGeneration; in initGLSL()
970 shaderCaps->fBuiltinFMASupport = ctxInfo.glslGeneration() >= k320es_GrGLSLGeneration; in initGLSL()