Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/gradients/
DGrTiledGradientEffect.fp29 if (sk_Caps.mustDoOpBetweenFloorAndAbs) {
/third_party/flutter/skia/src/gpu/
DGrShaderCaps.h125 bool mustDoOpBetweenFloorAndAbs() const { return fMustDoOpBetweenFloorAndAbs; } in mustDoOpBetweenFloorAndAbs() function
/third_party/skia/src/sksl/ir/
DSkSLSetting.cpp91 CAP(Bool, mustDoOpBetweenFloorAndAbs), in caps_lookup_table()
/third_party/skia/src/gpu/
DGrShaderCaps.h145 bool mustDoOpBetweenFloorAndAbs() const { return fMustDoOpBetweenFloorAndAbs; } in mustDoOpBetweenFloorAndAbs() function
/third_party/flutter/skia/src/sksl/
DSkSLUtil.h107 bool mustDoOpBetweenFloorAndAbs() const { in mustDoOpBetweenFloorAndAbs() function
DSkSLIRGenerator.cpp135 CAP(mustDoOpBetweenFloorAndAbs); in fill_caps()
/third_party/skia/src/sksl/
DSkSLUtil.h128 bool mustDoOpBetweenFloorAndAbs() const { in mustDoOpBetweenFloorAndAbs() function
/third_party/skia/src/gpu/gradients/
DGrGradientShader.cpp657 args.fContext->priv().caps()->shaderCaps()->mustDoOpBetweenFloorAndAbs(); in make_tiled_gradient()