Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DFillRRectOp.cpp237 bool can_use_hw_derivatives_with_coverage(const GrShaderCaps&,
267 if (can_use_hw_derivatives_with_coverage(*caps->shaderCaps(), viewMatrix, rrect)) { in Make()
936 bool can_use_hw_derivatives_with_coverage(const skvx::float2& devScale, in can_use_hw_derivatives_with_coverage() function
948 bool can_use_hw_derivatives_with_coverage(const skvx::float2& devScale, in can_use_hw_derivatives_with_coverage() function
950 return can_use_hw_derivatives_with_coverage(devScale, skvx::float2::Load(&cornerRadii)); in can_use_hw_derivatives_with_coverage()
954 bool can_use_hw_derivatives_with_coverage(const GrShaderCaps& shaderCaps, in can_use_hw_derivatives_with_coverage() function
971 return can_use_hw_derivatives_with_coverage(devScale, rrect.getSimpleRadii()); in can_use_hw_derivatives_with_coverage()
978 return can_use_hw_derivatives_with_coverage(devScale, in can_use_hw_derivatives_with_coverage()
980 can_use_hw_derivatives_with_coverage(devScale, in can_use_hw_derivatives_with_coverage()
987 if (!can_use_hw_derivatives_with_coverage(devScale, rrect.radii(corner))) { in can_use_hw_derivatives_with_coverage()