Searched refs:point_smooth (Results 1 – 21 of 21) sorted by relevance
188 rast->templ.point_smooth = TRUE; in svga_create_rasterizer_state()191 if (rast->templ.point_smooth && in svga_create_rasterizer_state()199 rast->templ.point_smooth = FALSE; in svga_create_rasterizer_state()202 if (rast->templ.point_smooth) { in svga_create_rasterizer_state()245 if (!svga_have_vgpu10(svga) && rast->templ.point_smooth) { in svga_create_rasterizer_state()
325 unsigned int aa_point = r->templ.point_smooth; in get_no_cull_rasterizer_state()333 rast.point_smooth = r->templ.point_smooth; in get_no_cull_rasterizer_state()
257 key.gs.aa_point = svga->curr.rast->templ.point_smooth; in emulate_point_sprite()
235 key->fs.aa_point = (svga->curr.rast->templ.point_smooth && in make_fs_key()
97 if ((!rasterizer->multisample && rasterizer->point_smooth) && draw->pipeline.aapoint) in draw_need_pipeline()170 else if ((!rast->multisample && rast->point_smooth) && draw->pipeline.aapoint) in validate_pipeline()192 if ((!rast->multisample && rast->point_smooth) && draw->pipeline.aapoint) { in validate_pipeline()
581 assert(draw->rasterizer->point_smooth && !draw->rasterizer->multisample); in aapoint_first_point()667 if (!rast->point_smooth || rast->multisample) in draw_aapoint_prepare_outputs()
81 rast->point_smooth || in llvmpipe_create_rasterizer_state()
197 raster->point_smooth = !multisample && !ctx->Point.PointSprite && in st_update_rasterizer()
109 unsigned point_smooth:1; member
184 If any bit is set, then point_smooth MUST be disabled (there are no233 point_smooth
628 !state->point_smooth && in util_get_min_point_size()
355 util_dump_member(stream, bool, state, point_smooth); in util_dump_rasterizer_state()
130 trace_dump_member(bool, state, point_smooth); in trace_dump_rasterizer_state()
714 key->gs.aa_point = rast->point_smooth; in d3d12_fill_shader_key()
1152 const boolean round = (boolean) setup->softpipe->rasterizer->point_smooth; in sp_setup_point()
566 assert(!(templ->point_quad_rasterization && templ->point_smooth)); in cso_set_rasterizer()
279 SB_DATA (so, cso->point_smooth); in nv50_rasterizer_state_create()
265 SB_IMMED_3D(so, POINT_SMOOTH_ENABLE, cso->point_smooth); in nvc0_rasterizer_state_create()
450 VIRGL_OBJ_RS_S0_POINT_SMOOTH(state->point_smooth) | in virgl_encode_rasterizer_state()
1817 sf.SmoothPointEnable = (state->point_smooth || state->multisample) && in iris_create_rasterizer_state()1843 rr.SmoothPointEnable = state->point_smooth; in iris_create_rasterizer_state()
2093 rr.SmoothPointEnable = state->point_smooth; in crocus_create_rasterizer_state()