Searched refs:point_smooth (Results 1 – 14 of 14) sorted by relevance
110 if (rasterizer->point_smooth && draw->pipeline.aapoint) in draw_need_pipeline()179 else if (rast->point_smooth && draw->pipeline.aapoint) in validate_pipeline()201 if (rast->point_smooth && draw->pipeline.aapoint) { in validate_pipeline()
687 assert(draw->rasterizer->point_smooth); in aapoint_first_point()
77 rast->point_smooth || in llvmpipe_create_rasterizer_state()
125 if (templ->point_smooth) { in svga_create_rasterizer_state()
95 unsigned point_smooth:1; member
163 raster->point_smooth = 1; in update_raster_state()
173 If any bit is set, then point_smooth MUST be disabled (there are no215 point_smooth
531 !state->point_smooth && in util_get_min_point_size()
318 util_dump_member(stream, bool, state, point_smooth); in util_dump_rasterizer_state()
136 trace_dump_member(bool, state, point_smooth); in trace_dump_rasterizer_state()
250 if (rasterizer->point_smooth) { in galahad_context_create_rasterizer_state()
276 SB_DATA (so, cso->point_smooth); in nv50_rasterizer_state_create()
263 SB_IMMED_3D(so, POINT_SMOOTH_ENABLE, cso->point_smooth); in nvc0_rasterizer_state_create()
1205 const boolean round = (boolean) setup->softpipe->rasterizer->point_smooth; in sp_setup_point()