HomeSort by relevance Sort by last modified time
    Searched refs:line_stipple_enable (Results 1 - 14 of 14) sorted by null

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_rasterizer.c 79 rast->line_stipple_enable ||
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_validate.c 86 if (rasterizer->line_stipple_enable && draw->pipeline.line_stipple)
217 if (rast->line_stipple_enable && draw->pipeline.line_stipple) {
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_rasterizer.c 109 if (templ->line_stipple_enable) {
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 101 unsigned line_stipple_enable:1; member in struct:pipe_rasterizer_state
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 227 raster->line_stipple_enable = ctx->Line.StippleFlag;
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state.c 174 SB_MTHD30(so, LINE_STIPPLE_ENABLE, 2);
175 SB_DATA (so, cso->line_stipple_enable);
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.c 143 trace_dump_member(bool, state, line_stipple_enable);
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_state.c 242 SB_IMMED_3D(so, LINE_STIPPLE_ENABLE, cso->line_stipple_enable);
243 if (cso->line_stipple_enable) {
  /external/mesa3d/src/gallium/auxiliary/util/
u_dump_state.c 325 util_dump_member(stream, bool, state, line_stipple_enable);
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c 879 rs->pa_sc_line_stipple = state->line_stipple_enable ?
941 sc_mode_cntl |= S_028A4C_LINE_STIPPLE_ENABLE(state->line_stipple_enable);
    [all...]
evergreen_state.c 859 rs->pa_sc_line_stipple = state->line_stipple_enable ?
909 S_028A48_LINE_STIPPLE_ENABLE(state->line_stipple_enable));
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 389 rs->pa_sc_line_stipple = state->line_stipple_enable ?
453 S_028A48_LINE_STIPPLE_ENABLE(state->line_stipple_enable));
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state.c 259 SB_BEGIN_3D(so, LINE_STIPPLE_ENABLE, 1);
260 if (cso->line_stipple_enable) {
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_state.c     [all...]

Completed in 573 milliseconds