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

  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_rasterizer.c 61 so->pa_sc_line_stipple = cso->line_stipple_enable ?
95 if (cso->line_stipple_enable)
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_rasterizer.c 117 const uint8 line_factor = rast->templ.line_stipple_enable ?
119 const uint16 line_pattern = rast->templ.line_stipple_enable ?
150 rast->templ.line_stipple_enable,
224 if (templ->line_stipple_enable) {
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_rasterizer.c 83 rast->line_stipple_enable ||
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_validate.c 72 if (rasterizer->line_stipple_enable && draw->pipeline.line_stipple)
204 if (rast->line_stipple_enable && draw->pipeline.line_stipple) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_wm_state.c 79 bool line_stipple_enable, bool polygon_stipple_enable,
152 if (line_stipple_enable)
brw_state.h 354 bool line_stipple_enable, bool polygon_stipple_enable,
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.h 67 bool line_stipple_enable; member in struct:si_state_rasterizer
si_state.c 779 rs->line_stipple_enable = state->line_stipple_enable;
789 rs->pa_sc_line_stipple = state->line_stipple_enable ?
828 S_028A48_LINE_STIPPLE_ENABLE(state->line_stipple_enable) |
    [all...]
si_state_draw.c 317 if ((rs && rs->line_stipple_enable) ||
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 109 unsigned line_stipple_enable:1; member in struct:pipe_rasterizer_state
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 245 raster->line_stipple_enable = ctx->Line.StippleFlag;
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_state.c 176 SB_MTHD30(so, LINE_STIPPLE_ENABLE, 2);
177 SB_DATA (so, cso->line_stipple_enable);
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_state.c 241 SB_IMMED_3D(so, LINE_STIPPLE_ENABLE, cso->line_stipple_enable);
242 if (cso->line_stipple_enable) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_dump_state.c 352 util_dump_member(stream, bool, state, line_stipple_enable);
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_render_gen6.c 763 if (DIRTY(RASTERIZER) && vec->rasterizer->state.line_stipple_enable) {
ilo_state.c     [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.c 135 trace_dump_member(bool, state, line_stipple_enable);
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_state.c 261 SB_BEGIN_3D(so, LINE_STIPPLE_ENABLE, 1);
262 if (cso->line_stipple_enable) {
    [all...]
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_encode.c 180 VIRGL_OBJ_RS_S0_LINE_STIPPLE_ENABLE(state->line_stipple_enable) |
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_state.c     [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_state.c 476 rs->pa_sc_line_stipple = state->line_stipple_enable ?
529 S_028A48_LINE_STIPPLE_ENABLE(state->line_stipple_enable));
    [all...]
r600_state.c 475 rs->pa_sc_line_stipple = state->line_stipple_enable ?
505 S_028A4C_LINE_STIPPLE_ENABLE(state->line_stipple_enable) |
    [all...]

Completed in 1352 milliseconds