/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_state_rasterizer.c | 75 need_pipeline = (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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/include/pipe/ |
p_state.h | 87 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/ |
r300_state.c | [all...] |
/external/mesa3d/src/gallium/drivers/r300/ |
r300_state.c | [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_state.c | 147 SB_DATA (so, nvgl_polygon_mode(cso->fill_front));
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/ |
tr_dump_state.c | 128 trace_dump_member(uint, state, fill_front);
|
/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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_dump_state.c | 310 util_dump_member(stream, uint, state, fill_front);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_dump_state.c | 310 util_dump_member(stream, uint, state, fill_front);
|
/external/chromium_org/third_party/mesa/src/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...] |
/external/chromium_org/third_party/mesa/src/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/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...] |