Searched refs:fMustDoOpBetweenFloorAndAbs (Results 1 – 7 of 7) sorted by relevance
35 fMustDoOpBetweenFloorAndAbs = false; in GrShaderCaps()105 writer->appendBool("Must do op between floor and abs", fMustDoOpBetweenFloorAndAbs); in dumpJSON()144 SkASSERT(!fMustDoOpBetweenFloorAndAbs); in applyOptionsOverrides()
121 bool mustDoOpBetweenFloorAndAbs() const { return fMustDoOpBetweenFloorAndAbs; } in mustDoOpBetweenFloorAndAbs()269 bool fMustDoOpBetweenFloorAndAbs : 1; variable
33 fMustDoOpBetweenFloorAndAbs = false; in GrShaderCaps()113 writer->appendBool("Must do op between floor and abs", fMustDoOpBetweenFloorAndAbs); in dumpJSON()166 SkASSERT(!fMustDoOpBetweenFloorAndAbs); in applyOptionsOverrides()
122 bool mustDoOpBetweenFloorAndAbs() const { return fMustDoOpBetweenFloorAndAbs; } in mustDoOpBetweenFloorAndAbs()308 bool fMustDoOpBetweenFloorAndAbs : 1; variable
127 bool fMustDoOpBetweenFloorAndAbs = false; variable129 return fMustDoOpBetweenFloorAndAbs; in mustDoOpBetweenFloorAndAbs()
2631 shaderCaps->fMustDoOpBetweenFloorAndAbs = true; in applyDriverCorrectnessWorkarounds()
3750 shaderCaps->fMustDoOpBetweenFloorAndAbs = true; in applyDriverCorrectnessWorkarounds()