Home
last modified time | relevance | path

Searched refs:poly_smooth (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c190 raster->poly_smooth = !multisample && ctx->Polygon.SmoothFlag; in st_update_rasterizer()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_state.h107 unsigned poly_smooth:1; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.h93 unsigned poly_smooth : 1; member
H A Dsi_state.c953 rs->poly_smooth = state->poly_smooth; in si_create_rs_state()
1050 S_028A48_MSAA_ENABLE(state->multisample || state->poly_smooth || state->line_smooth) | in si_create_rs_state()
1200 old_rs->poly_smooth != rs->poly_smooth || old_rs->line_smooth != rs->line_smooth || in si_bind_rs_state()
1213 old_rs->poly_smooth != rs->poly_smooth || in si_bind_rs_state()
H A Dsi_state_shaders.cpp2385 ((is_poly && rs->poly_smooth) || (is_line && rs->line_smooth)) &&
3553 (rs->line_smooth || rs->poly_smooth || rs->poly_stipple_enable ||
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_rasterizer.c413 if (templ->poly_smooth) { in svga_create_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_state.c160 SB_DATA (so, cso->poly_smooth); in nv30_rasterizer_state_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.c132 trace_dump_member(bool, state, poly_smooth); in trace_dump_rasterizer_state()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_dump_state.c353 util_dump_member(stream, bool, state, poly_smooth); in util_dump_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_encode.c458 VIRGL_OBJ_RS_S0_POLY_SMOOTH(state->poly_smooth) | in virgl_encode_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state.c284 SB_DATA (so, cso->poly_smooth); in nv50_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state.c277 SB_IMMED_3D(so, POLYGON_SMOOTH_ENABLE, cso->poly_smooth); in nvc0_rasterizer_state_create()

Completed in 26 milliseconds