Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DFillRRectOp.cpp936 bool can_use_hw_derivatives_with_coverage(const skvx::float2& devScale, in can_use_hw_derivatives_with_coverage()
948 bool can_use_hw_derivatives_with_coverage(const skvx::float2& devScale, in can_use_hw_derivatives_with_coverage()
963 skvx::float2 devScale = sqrt(x*x + y*y); in can_use_hw_derivatives_with_coverage() local
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderImageLoadStoreTests.cpp218 GLdouble devScale = sqrt(devSpace / GLdouble(devRequired)); in scaleDimensionsToMemory() local