Home
last modified time | relevance | path

Searched refs:fBuiltinFMASupport (Results 1 – 6 of 6) 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.h91 bool builtinFMASupport() const { return fBuiltinFMASupport; } in builtinFMASupport()
278 bool fBuiltinFMASupport : 1; variable
DGrShaderCaps.cpp62 fBuiltinFMASupport = false; in GrShaderCaps()
142 writer->appendBool("Builtin fma() support", fBuiltinFMASupport); in dumpJSON()
/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/gpu/gl/
DGrGLCaps.cpp943 shaderCaps->fBuiltinFMASupport = ctxInfo.glslGeneration() >= k400_GrGLSLGeneration; in initGLSL()
945 shaderCaps->fBuiltinFMASupport = ctxInfo.glslGeneration() >= k320es_GrGLSLGeneration; in initGLSL()