Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrShaderCaps.cpp35 fMustDoOpBetweenFloorAndAbs = false; in GrShaderCaps()
105 writer->appendBool("Must do op between floor and abs", fMustDoOpBetweenFloorAndAbs); in dumpJSON()
144 SkASSERT(!fMustDoOpBetweenFloorAndAbs); in applyOptionsOverrides()
DGrShaderCaps.h121 bool mustDoOpBetweenFloorAndAbs() const { return fMustDoOpBetweenFloorAndAbs; } in mustDoOpBetweenFloorAndAbs()
269 bool fMustDoOpBetweenFloorAndAbs : 1; variable
/external/skia/src/gpu/
DGrShaderCaps.cpp33 fMustDoOpBetweenFloorAndAbs = false; in GrShaderCaps()
113 writer->appendBool("Must do op between floor and abs", fMustDoOpBetweenFloorAndAbs); in dumpJSON()
166 SkASSERT(!fMustDoOpBetweenFloorAndAbs); in applyOptionsOverrides()
DGrShaderCaps.h122 bool mustDoOpBetweenFloorAndAbs() const { return fMustDoOpBetweenFloorAndAbs; } in mustDoOpBetweenFloorAndAbs()
308 bool fMustDoOpBetweenFloorAndAbs : 1; variable
/external/skia/src/sksl/
DSkSLUtil.h127 bool fMustDoOpBetweenFloorAndAbs = false; variable
129 return fMustDoOpBetweenFloorAndAbs; in mustDoOpBetweenFloorAndAbs()
/external/skqp/src/gpu/gl/
DGrGLCaps.cpp2631 shaderCaps->fMustDoOpBetweenFloorAndAbs = true; in applyDriverCorrectnessWorkarounds()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp3750 shaderCaps->fMustDoOpBetweenFloorAndAbs = true; in applyDriverCorrectnessWorkarounds()