Searched refs:fBuiltinFMASupport (Results 1 – 8 of 8) sorted by relevance
94 bool builtinFMASupport() const { return fBuiltinFMASupport; } in builtinFMASupport()264 bool fBuiltinFMASupport : 1; variable
60 fBuiltinFMASupport = false; in GrShaderCaps()136 writer->appendBool("Builtin fma() support", fBuiltinFMASupport); in dumpJSON()
111 bool builtinFMASupport() const { return fBuiltinFMASupport; } in builtinFMASupport()297 bool fBuiltinFMASupport : 1; variable
62 fBuiltinFMASupport = false; in GrShaderCaps()146 writer->appendBool("Builtin fma() support", fBuiltinFMASupport); in dumpJSON()
172 bool fBuiltinFMASupport = false; variable174 return fBuiltinFMASupport; in builtinFMASupport()
930 shaderCaps->fBuiltinFMASupport = ctxInfo.glslGeneration() >= k400_GrGLSLGeneration; in initGLSL()932 shaderCaps->fBuiltinFMASupport = ctxInfo.glslGeneration() >= k320es_GrGLSLGeneration; in initGLSL()
80 fCaps->fBuiltinFMASupport = true; in Impl()
1014 shaderCaps->fBuiltinFMASupport = ctxInfo.glslGeneration() >= k400_GrGLSLGeneration; in initGLSL()1016 shaderCaps->fBuiltinFMASupport = ctxInfo.glslGeneration() >= k320es_GrGLSLGeneration; in initGLSL()