Home
last modified time | relevance | path

Searched defs:devScale (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/gpu/ops/
DGrFillRRectOp.cpp768 static bool can_use_hw_derivatives_with_coverage(const Sk2f& devScale, const Sk2f& cornerRadii) { in can_use_hw_derivatives_with_coverage()
780 const Sk2f& devScale, const SkVector& cornerRadii) { in can_use_hw_derivatives_with_coverage()
793 Sk2f devScale = (x*x + y*y).sqrt(); in can_use_hw_derivatives_with_coverage() local
/third_party/skia/src/gpu/ops/
DFillRRectOp.cpp794 bool can_use_hw_derivatives_with_coverage(const Sk2f& devScale, const Sk2f& cornerRadii) { in can_use_hw_derivatives_with_coverage()
805 bool can_use_hw_derivatives_with_coverage(const Sk2f& devScale, const SkVector& cornerRadii) { in can_use_hw_derivatives_with_coverage()
819 Sk2f devScale = (x*x + y*y).sqrt(); in can_use_hw_derivatives_with_coverage() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderImageLoadStoreTests.cpp219 GLdouble devScale = sqrt(devSpace / GLdouble(devRequired)); in scaleDimensionsToMemory() local