Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_rasterizer.c188 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()
Dsvga_state_rss.c325 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()
Dsvga_state_tgsi_transform.c257 key.gs.aa_point = svga->curr.rast->templ.point_smooth; in emulate_point_sprite()
Dsvga_state_fs.c235 key->fs.aa_point = (svga->curr.rast->templ.point_smooth && in make_fs_key()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_validate.c97 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()
Ddraw_pipe_aapoint.c581 assert(draw->rasterizer->point_smooth && !draw->rasterizer->multisample); in aapoint_first_point()
667 if (!rast->point_smooth || rast->multisample) in draw_aapoint_prepare_outputs()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_rasterizer.c81 rast->point_smooth || in llvmpipe_create_rasterizer_state()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c197 raster->point_smooth = !multisample && !ctx->Point.PointSprite && in st_update_rasterizer()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h109 unsigned point_smooth:1; member
/third_party/mesa3d/docs/gallium/cso/
Drasterizer.rst184 If any bit is set, then point_smooth MUST be disabled (there are no
233 point_smooth
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h628 !state->point_smooth && in util_get_min_point_size()
Du_dump_state.c355 util_dump_member(stream, bool, state, point_smooth); in util_dump_rasterizer_state()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_dump_state.c130 trace_dump_member(bool, state, point_smooth); in trace_dump_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_compiler.cpp714 key->gs.aa_point = rast->point_smooth; in d3d12_fill_shader_key()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c1152 const boolean round = (boolean) setup->softpipe->rasterizer->point_smooth; in sp_setup_point()
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c566 assert(!(templ->point_quad_rasterization && templ->point_smooth)); in cso_set_rasterizer()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c279 SB_DATA (so, cso->point_smooth); in nv50_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c265 SB_IMMED_3D(so, POINT_SMOOTH_ENABLE, cso->point_smooth); in nvc0_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c450 VIRGL_OBJ_RS_S0_POINT_SMOOTH(state->point_smooth) | in virgl_encode_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c1817 sf.SmoothPointEnable = (state->point_smooth || state->multisample) && in iris_create_rasterizer_state()
1843 rr.SmoothPointEnable = state->point_smooth; in iris_create_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c2093 rr.SmoothPointEnable = state->point_smooth; in crocus_create_rasterizer_state()