Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/test/algorithms/set_operations/intersection/
Dtest_intersection.hpp68 bool const is_line = bg::geometry_id<OutputType>::type::value == 2; in check_result() local
90 length_or_area += is_line in check_result()
236 bool const is_line = bg::geometry_id<OutputType>::type::value == 2; in test_intersection() local
265 mapper.map(g1, is_line in test_intersection()
/third_party/boost/libs/geometry/test/algorithms/detail/sections/
Dsectionalize.cpp158 static const bool is_line = bg::geometry_id<G>::type::value == 2; in test_sectionalize() local
159 mapper.map(g, is_line in test_sectionalize()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c2070 bool is_line = util_prim_is_lines(sctx->current_rast_prim); in si_ps_key_update_primtype_shader_rasterizer_framebuffer() local
2074 ((is_poly && rs->poly_smooth) || (is_line && rs->line_smooth)) && in si_ps_key_update_primtype_shader_rasterizer_framebuffer()