Searched refs:fill_front (Results 1 - 25 of 31) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_rasterizer.c45 if (so->fill_front != so->fill_back)
56 translate_polygon_mode(so->fill_front) |
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_rasterizer.c83 A3XX_PC_PRIM_VTX_CNTL_POLYMODE_FRONT_PTYPE(fd_polygon_mode(cso->fill_front)) |
86 if (cso->fill_front != PIPE_POLYGON_MODE_FILL ||
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_rasterizer.c81 A4XX_PC_PRIM_VTX_CNTL2_POLYMODE_FRONT_PTYPE(fd_polygon_mode(cso->fill_front)) |
84 if (cso->fill_front != PIPE_POLYGON_MODE_FILL ||
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_rasterizer.c84 A2XX_PA_SU_SC_MODE_CNTL_FRONT_PTYPE(fd_polygon_mode(cso->fill_front)) |
100 if (cso->fill_front != PIPE_POLYGON_MODE_FILL ||
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_rasterizer.c109 unsigned fill_mode = translate_fill_mode(rast->templ.fill_front);
125 if (rast->templ.fill_front != rast->templ.fill_back) {
256 int fill_front = templ->fill_front; local
259 boolean offset_front = util_get_offset(templ, fill_front);
271 fill = fill_front;
280 if (fill_front != fill_back || offset_front != offset_back)
290 fill = fill_front;
H A Dsvga_draw_arrays.c222 if (svga->curr.rast->templ.fill_front !=
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_clip.c184 GLuint fill_front = CLIP_CULL; local
193 fill_front = CLIP_FILL;
197 fill_front = CLIP_LINE;
201 fill_front = CLIP_POINT;
242 key.fill_ccw = fill_front;
250 key.fill_cw = fill_front;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c129 raster->fill_front = PIPE_POLYGON_MODE_LINE;
133 raster->fill_front = translate_fill( ctx->Polygon.FrontMode );
140 raster->fill_front = raster->fill_back;
144 raster->fill_back = raster->fill_front;
280 if (raster->fill_front != PIPE_POLYGON_MODE_FILL)
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_unfilled.c218 unfilled->mode[0] = rast->front_ccw ? rast->fill_front : rast->fill_back;
219 unfilled->mode[1] = rast->front_ccw ? rast->fill_back : rast->fill_front;
259 (rast->fill_front != PIPE_POLYGON_MODE_FILL ||
H A Ddraw_pipe_offset.c152 unsigned fill_mode = rast->fill_front;
155 if (rast->fill_back != rast->fill_front) {
H A Ddraw_pipe_validate.c110 if (rasterizer->fill_front != PIPE_POLYGON_MODE_FILL ||
216 if (rast->fill_front != PIPE_POLYGON_MODE_FILL ||
H A Ddraw_pt_fetch_shade_pipeline.c85 unsigned point_clip = draw->rasterizer->fill_front == PIPE_POLYGON_MODE_POINT ||
H A Ddraw_pt_fetch_shade_pipeline_llvm.c152 unsigned point_clip = draw->rasterizer->fill_front == PIPE_POLYGON_MODE_POINT ||
H A Ddraw_context.c1135 (rast->fill_front != PIPE_POLYGON_MODE_FILL ||
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_rasterizer.c79 need_pipeline = (rast->fill_front != PIPE_POLYGON_MODE_FILL ||
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dnine_pipe.c87 rast.fill_front = d3dfillmode_to_pipe_polygon_mode(rs[D3DRS_FILLMODE]);
88 rast.fill_back = rast.fill_front;
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h93 unsigned fill_front:2; /**< PIPE_POLYGON_MODE_x */ member in struct:pipe_rasterizer_state
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_state.c1202 if (state->fill_front != PIPE_POLYGON_MODE_FILL ||
1215 if (util_get_offset(state, state->fill_front)) {
1227 r300_translate_polygon_mode_front(state->fill_front);
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_state.c149 SB_DATA (so, nvgl_polygon_mode(cso->fill_front));
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_dump_state.c336 util_dump_member(stream, uint, state, fill_front);
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_dump_state.c121 trace_dump_member(uint, state, fill_front);
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state.c281 SB_DATA (so, nvgl_polygon_mode(cso->fill_front));
/external/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_encode.c165 VIRGL_OBJ_RS_S0_FILL_FRONT(state->fill_front) |
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c547 S_028814_POLY_OFFSET_FRONT_ENABLE(util_get_offset(state, state->fill_front)) |
550 S_028814_POLY_MODE(state->fill_front != PIPE_POLYGON_MODE_FILL ||
552 S_028814_POLYMODE_FRONT_PTYPE(r600_translate_fill(state->fill_front)) |
H A Dr600_state.c554 S_028814_POLY_OFFSET_FRONT_ENABLE(util_get_offset(state, state->fill_front)) |
557 S_028814_POLY_MODE(state->fill_front != PIPE_POLYGON_MODE_FILL ||
559 S_028814_POLYMODE_FRONT_PTYPE(r600_translate_fill(state->fill_front)) |

Completed in 350 milliseconds

12