Home
last modified time | relevance | path

Searched refs:point_smooth (Results 1 - 23 of 23) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_rasterizer.c220 rast->templ.point_smooth = TRUE; in svga_create_rasterizer_state()
223 if (rast->templ.point_smooth && in svga_create_rasterizer_state()
231 rast->templ.point_smooth = FALSE; in svga_create_rasterizer_state()
234 if (rast->templ.point_smooth) { in svga_create_rasterizer_state()
277 if (!svga_have_vgpu10(svga) && rast->templ.point_smooth) { in svga_create_rasterizer_state()
H A Dsvga_state_rss.c332 rast.point_smooth = r->templ.point_smooth; in get_no_cull_rasterizer_state()
H A Dsvga_state_tgsi_transform.c262 key.gs.aa_point = svga->curr.rast->templ.point_smooth; in emulate_point_sprite()
H A Dsvga_state_fs.c173 key->fs.aa_point = (svga->curr.rast->templ.point_smooth && in make_fs_key()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_validate.c92 if ((!rasterizer->multisample && rasterizer->point_smooth) && draw->pipeline.aapoint) in draw_need_pipeline()
165 else if ((!rast->multisample && rast->point_smooth) && draw->pipeline.aapoint) in validate_pipeline()
187 if ((!rast->multisample && rast->point_smooth) && draw->pipeline.aapoint) { in validate_pipeline()
H A Ddraw_pipe_aapoint.c578 assert(draw->rasterizer->point_smooth && !draw->rasterizer->multisample); in aapoint_first_point()
664 if (!rast->point_smooth || rast->multisample) in draw_aapoint_prepare_outputs()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_rasterizer.c81 rast->point_smooth || in llvmpipe_create_rasterizer_state()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c197 raster->point_smooth = !multisample && !ctx->Point.PointSprite && in st_update_rasterizer()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_state.h109 unsigned point_smooth:1; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.h94 unsigned point_smooth : 1; member
H A Dsi_state.c954 rs->point_smooth = state->point_smooth; in si_create_rs_state()
1201 old_rs->point_smooth != rs->point_smooth || in si_bind_rs_state()
1214 old_rs->point_smooth != rs->point_smooth || in si_bind_rs_state()
H A Dsi_state_shaders.cpp2186 sctx->queued.named.rasterizer->point_smooth;
2388 key->ps.mono.point_smoothing = rs->point_smooth &&
3554 rs->point_smooth || (!rs->flatshade && info->uses_interp_color)))
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_inlines.h628 !state->point_smooth && in util_get_min_point_size()
H A 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/
H A Dtr_dump_state.c134 trace_dump_member(bool, state, point_smooth); in trace_dump_rasterizer_state()
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c573 /* We can't have both point_quad_rasterization (sprites) and point_smooth in cso_set_rasterizer()
576 assert(!(templ->point_quad_rasterization && templ->point_smooth)); in cso_set_rasterizer()
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_encode.c460 VIRGL_OBJ_RS_S0_POINT_SMOOTH(state->point_smooth) | in virgl_encode_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state.c279 SB_DATA (so, cso->point_smooth); in nv50_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.cpp955 key->gs.aa_point = rast->point_smooth; in d3d12_fill_shader_key()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c1152 const boolean round = (boolean) setup->softpipe->rasterizer->point_smooth; in sp_setup_point()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state.c265 SB_IMMED_3D(so, POINT_SMOOTH_ENABLE, cso->point_smooth); in nvc0_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c1912 sf.SmoothPointEnable = (state->point_smooth || state->multisample) && in iris_create_rasterizer_state()
1938 rr.SmoothPointEnable = state->point_smooth; in iris_create_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c2094 rr.SmoothPointEnable = state->point_smooth; in crocus_create_rasterizer_state()

Completed in 59 milliseconds