Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrShaderCaps.cpp29 fCanUseMinAndAbsTogether = true; in GrShaderCaps()
105 writer->appendBool("Can use min() and abs() together", fCanUseMinAndAbsTogether); in dumpJSON()
151 SkASSERT(fCanUseMinAndAbsTogether); in applyOptionsOverrides()
DGrShaderCaps.h113 bool canUseMinAndAbsTogether() const { return fCanUseMinAndAbsTogether; } in canUseMinAndAbsTogether()
268 bool fCanUseMinAndAbsTogether : 1; variable
/third_party/skia/src/gpu/
DGrShaderCaps.cpp27 fCanUseMinAndAbsTogether = true; in GrShaderCaps()
110 writer->appendBool("Can use min() and abs() together", fCanUseMinAndAbsTogether); in dumpJSON()
165 SkASSERT(fCanUseMinAndAbsTogether); in applyOptionsOverrides()
DGrShaderCaps.h128 bool canUseMinAndAbsTogether() const { return fCanUseMinAndAbsTogether; } in canUseMinAndAbsTogether()
302 bool fCanUseMinAndAbsTogether : 1; variable
/third_party/skia/src/sksl/
DSkSLUtil.h63 bool fCanUseMinAndAbsTogether = true; variable
65 return fCanUseMinAndAbsTogether; in canUseMinAndAbsTogether()
331 result->fCanUseMinAndAbsTogether = false; in CannotUseMinAndAbsTogether()
/third_party/flutter/skia/src/sksl/
DSkSLUtil.h246 result->fCanUseMinAndAbsTogether = false; in CannotUseMinAndAbsTogether()
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp3339 shaderCaps->fCanUseMinAndAbsTogether = false; in applyDriverCorrectnessWorkarounds()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp3831 shaderCaps->fCanUseMinAndAbsTogether = false; in applyDriverCorrectnessWorkarounds()