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

  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_rasterizer.c 136 int fill_front = templ->fill_front; local
139 boolean offset_front = util_get_offset(templ, fill_front);
151 fill = fill_front;
160 if (fill_front != fill_back || offset_front != offset_back)
170 fill = fill_front;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip.c 167 GLuint fill_front = CLIP_CULL; local
176 fill_front = CLIP_FILL;
180 fill_front = CLIP_LINE;
184 fill_front = CLIP_POINT;
225 key.fill_ccw = fill_front;
234 key.fill_cw = fill_front;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_unfilled.c 165 unfilled->mode[0] = rast->front_ccw ? rast->fill_front : rast->fill_back;
166 unfilled->mode[1] = rast->front_ccw ? rast->fill_back : rast->fill_front;
draw_pipe_validate.c 126 if (rasterizer->fill_front != PIPE_POLYGON_MODE_FILL ||
229 if (rast->fill_front != PIPE_POLYGON_MODE_FILL ||
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_rasterizer.c 75 need_pipeline = (rast->fill_front != PIPE_POLYGON_MODE_FILL ||
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 122 raster->fill_front = translate_fill( ctx->Polygon.FrontMode );
128 raster->fill_front = raster->fill_back;
132 raster->fill_back = raster->fill_front;
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 87 unsigned fill_front:2; /**< PIPE_POLYGON_MODE_x */ member in struct:pipe_rasterizer_state
  /external/mesa3d/src/gallium/drivers/r300/
r300_state.c     [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state.c 147 SB_DATA (so, nvgl_polygon_mode(cso->fill_front));
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.c 128 trace_dump_member(uint, state, fill_front);
  /external/mesa3d/src/gallium/auxiliary/util/
u_dump_state.c 310 util_dump_member(stream, uint, state, fill_front);
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c 868 polygon_dual_mode = (state->fill_front != PIPE_POLYGON_MODE_FILL ||
959 S_028814_POLYMODE_FRONT_PTYPE(r600_translate_fill(state->fill_front)) |
    [all...]
evergreen_state.c 848 polygon_dual_mode = (state->fill_front != PIPE_POLYGON_MODE_FILL ||
930 S_028814_POLYMODE_FRONT_PTYPE(r600_translate_fill(state->fill_front)) |
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 381 polygon_dual_mode = (state->fill_front != PIPE_POLYGON_MODE_FILL ||
401 S_028814_POLYMODE_FRONT_PTYPE(si_translate_fill(state->fill_front)) |
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.c 448 rast.fill_front = PIPE_POLYGON_MODE_FILL;
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state.c 279 SB_DATA (so, nvgl_polygon_mode(cso->fill_front));
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_state.c 266 SB_DATA (so, nvgl_polygon_mode(cso->fill_front));
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 569 state.fill_front = state.fill_back = (rasterizer_desc->FillMode == D3D11_FILL_WIREFRAME) ? PIPE_POLYGON_MODE_LINE : PIPE_POLYGON_MODE_FILL;
    [all...]

Completed in 75 milliseconds