Home
last modified time | relevance | path

Searched refs:fMustDoOpBetweenFloorAndAbs (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/
DGrShaderCaps.cpp32 fMustDoOpBetweenFloorAndAbs = false; in GrShaderCaps()
115 writer->appendBool("Must do op between floor and abs", fMustDoOpBetweenFloorAndAbs); in dumpJSON()
170 SkASSERT(!fMustDoOpBetweenFloorAndAbs); in applyOptionsOverrides()
DGrShaderCaps.h145 bool mustDoOpBetweenFloorAndAbs() const { return fMustDoOpBetweenFloorAndAbs; } in mustDoOpBetweenFloorAndAbs()
307 bool fMustDoOpBetweenFloorAndAbs : 1; variable
/third_party/skia/src/sksl/
DSkSLUtil.h127 bool fMustDoOpBetweenFloorAndAbs = false; variable
129 return fMustDoOpBetweenFloorAndAbs; in mustDoOpBetweenFloorAndAbs()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp3916 shaderCaps->fMustDoOpBetweenFloorAndAbs = true; in applyDriverCorrectnessWorkarounds()