Searched refs:fBuiltinFMASupport (Results 1 – 6 of 6) sorted by relevance
55 fBuiltinFMASupport = false; in GrShaderCaps()125 writer->appendBool("Builtin fma() support", fBuiltinFMASupport); in dumpJSON()
90 bool builtinFMASupport() const { return fBuiltinFMASupport; } in builtinFMASupport()261 bool fBuiltinFMASupport : 1; variable
91 bool builtinFMASupport() const { return fBuiltinFMASupport; } in builtinFMASupport()278 bool fBuiltinFMASupport : 1; variable
62 fBuiltinFMASupport = false; in GrShaderCaps()142 writer->appendBool("Builtin fma() support", fBuiltinFMASupport); in dumpJSON()
812 shaderCaps->fBuiltinFMASupport = ctxInfo.glslGeneration() >= k400_GrGLSLGeneration; in initGLSL()814 shaderCaps->fBuiltinFMASupport = ctxInfo.glslGeneration() >= k320es_GrGLSLGeneration; in initGLSL()
943 shaderCaps->fBuiltinFMASupport = ctxInfo.glslGeneration() >= k400_GrGLSLGeneration; in initGLSL()945 shaderCaps->fBuiltinFMASupport = ctxInfo.glslGeneration() >= k320es_GrGLSLGeneration; in initGLSL()