Home
last modified time | relevance | path

Searched refs:poly_smooth (Results 1 – 17 of 17) sorted by relevance

/external/virglrenderer/src/gallium/include/pipe/
Dp_state.h98 unsigned poly_smooth:1; member
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c165 raster->poly_smooth = ctx->Polygon.SmoothFlag; in st_update_rasterizer()
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h104 unsigned poly_smooth:1; member
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_rasterizer.c358 if (templ->poly_smooth) { in svga_create_rasterizer_state()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.h79 unsigned poly_smooth:1; member
Dsi_state.c879 rs->poly_smooth = state->poly_smooth; in si_create_rs_state()
930 state->poly_smooth || in si_create_rs_state()
1059 old_rs->poly_smooth != rs->poly_smooth || in si_bind_rs_state()
Dsi_state_shaders.c1374 key->part.ps.epilog.poly_line_smoothing = ((is_poly && rs->poly_smooth) || in si_shader_selector_key()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.c160 SB_DATA (so, cso->poly_smooth); in nv30_rasterizer_state_create()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump_state.c127 trace_dump_member(bool, state, poly_smooth); in trace_dump_rasterizer_state()
/external/mesa3d/src/gallium/docs/source/cso/
Drasterizer.rst118 poly_smooth
/external/mesa3d/src/gallium/auxiliary/util/
Du_dump_state.c352 util_dump_member(stream, bool, state, poly_smooth); in util_dump_rasterizer_state()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c174 VIRGL_OBJ_RS_S0_POLY_SMOOTH(state->poly_smooth) | in virgl_encode_rasterizer_state()
/external/virglrenderer/tests/
Dtestvirgl_encode.c167 VIRGL_OBJ_RS_S0_POLY_SMOOTH(state->poly_smooth) | in virgl_encode_rasterizer_state()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c283 SB_DATA (so, cso->poly_smooth); in nv50_rasterizer_state_create()
/external/virglrenderer/src/
Dvrend_decode.c548 ebit(poly_smooth, 21); in vrend_decode_create_rasterizer()
Dvrend_renderer.c4692 if (state->poly_smooth) { in vrend_hw_emit_rs()
4695 } else if (state->poly_smooth) { in vrend_hw_emit_rs()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c275 SB_IMMED_3D(so, POLYGON_SMOOTH_ENABLE, cso->poly_smooth); in nvc0_rasterizer_state_create()