Home
last modified time | relevance | path

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

/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/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()