Searched refs:fBuiltinFMASupport (Results 1 – 8 of 8) 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
93 bool builtinFMASupport() const { return fBuiltinFMASupport; } in builtinFMASupport()299 bool fBuiltinFMASupport : 1; variable
60 fBuiltinFMASupport = false; in GrShaderCaps()143 writer->appendBool("Builtin fma() support", fBuiltinFMASupport); in dumpJSON()
172 bool fBuiltinFMASupport = false; variable174 return fBuiltinFMASupport; in builtinFMASupport()
812 shaderCaps->fBuiltinFMASupport = ctxInfo.glslGeneration() >= k400_GrGLSLGeneration; in initGLSL()814 shaderCaps->fBuiltinFMASupport = ctxInfo.glslGeneration() >= k320es_GrGLSLGeneration; in initGLSL()
75 fCaps->fBuiltinFMASupport = true; in Impl()
968 shaderCaps->fBuiltinFMASupport = ctxInfo.glslGeneration() >= k400_GrGLSLGeneration; in initGLSL()970 shaderCaps->fBuiltinFMASupport = ctxInfo.glslGeneration() >= k320es_GrGLSLGeneration; in initGLSL()