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

12

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_pipe_rasterizer.c136 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/gallium/drivers/svga/
H A Dsvga_pipe_rasterizer.c136 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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_clip.c167 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/mesa/drivers/dri/i965/
H A Dbrw_clip.c167 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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_unfilled.c165 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;
H A Ddraw_pipe_validate.c126 if (rasterizer->fill_front != PIPE_POLYGON_MODE_FILL ||
229 if (rast->fill_front != PIPE_POLYGON_MODE_FILL ||
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_unfilled.c165 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;
H A Ddraw_pipe_validate.c126 if (rasterizer->fill_front != PIPE_POLYGON_MODE_FILL ||
229 if (rast->fill_front != PIPE_POLYGON_MODE_FILL ||
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_rasterizer.c75 need_pipeline = (rast->fill_front != PIPE_POLYGON_MODE_FILL ||
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_rasterizer.c75 need_pipeline = (rast->fill_front != PIPE_POLYGON_MODE_FILL ||
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c122 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/mesa/state_tracker/
H A Dst_atom_rasterizer.c122 raster->fill_front = translate_fill( ctx->Polygon.FrontMode );
128 raster->fill_front = raster->fill_back;
132 raster->fill_back = raster->fill_front;
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_state.h87 unsigned fill_front:2; /**< PIPE_POLYGON_MODE_x */ member in struct:pipe_rasterizer_state
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h87 unsigned fill_front:2; /**< PIPE_POLYGON_MODE_x */ member in struct:pipe_rasterizer_state
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_state.c1153 if (state->fill_front != PIPE_POLYGON_MODE_FILL ||
1166 if (util_get_offset(state, state->fill_front)) {
1178 r300_translate_polygon_mode_front(state->fill_front);
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_state.c1153 if (state->fill_front != PIPE_POLYGON_MODE_FILL ||
1166 if (util_get_offset(state, state->fill_front)) {
1178 r300_translate_polygon_mode_front(state->fill_front);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_state.c147 SB_DATA (so, nvgl_polygon_mode(cso->fill_front));
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
H A Dtr_dump_state.c128 trace_dump_member(uint, state, fill_front);
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_state.c147 SB_DATA (so, nvgl_polygon_mode(cso->fill_front));
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_dump_state.c128 trace_dump_member(uint, state, fill_front);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_dump_state.c310 util_dump_member(stream, uint, state, fill_front);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_dump_state.c310 util_dump_member(stream, uint, state, fill_front);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_state.c868 polygon_dual_mode = (state->fill_front != PIPE_POLYGON_MODE_FILL ||
959 S_028814_POLYMODE_FRONT_PTYPE(r600_translate_fill(state->fill_front)) |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dsi_state.c381 polygon_dual_mode = (state->fill_front != PIPE_POLYGON_MODE_FILL ||
401 S_028814_POLYMODE_FRONT_PTYPE(si_translate_fill(state->fill_front)) |
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c868 polygon_dual_mode = (state->fill_front != PIPE_POLYGON_MODE_FILL ||
959 S_028814_POLYMODE_FRONT_PTYPE(r600_translate_fill(state->fill_front)) |

Completed in 521 milliseconds

12