Home
last modified time | relevance | path

Searched refs:fill_front (Results 1 – 25 of 37) sorted by relevance

12

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clip.c128 GLuint fill_front = BRW_CLIP_FILL_MODE_CULL; in brw_upload_clip_prog() local
137 fill_front = BRW_CLIP_FILL_MODE_FILL; in brw_upload_clip_prog()
141 fill_front = BRW_CLIP_FILL_MODE_LINE; in brw_upload_clip_prog()
145 fill_front = BRW_CLIP_FILL_MODE_POINT; in brw_upload_clip_prog()
186 key.fill_ccw = fill_front; in brw_upload_clip_prog()
194 key.fill_cw = fill_front; in brw_upload_clip_prog()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_rasterizer.c109 unsigned fill_mode = translate_fill_mode(rast->templ.fill_front); in define_rasterizer_object()
125 if (rast->templ.fill_front != rast->templ.fill_back) { in define_rasterizer_object()
256 int fill_front = templ->fill_front; in svga_create_rasterizer_state() local
259 boolean offset_front = util_get_offset(templ, fill_front); in svga_create_rasterizer_state()
271 fill = fill_front; in svga_create_rasterizer_state()
280 if (fill_front != fill_back || offset_front != offset_back) { in svga_create_rasterizer_state()
289 fill = fill_front; in svga_create_rasterizer_state()
Dsvga_draw_arrays.c222 if (svga->curr.rast->templ.fill_front != in svga_hwtnl_draw_arrays()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c133 raster->fill_front = PIPE_POLYGON_MODE_LINE; in st_update_rasterizer()
137 raster->fill_front = translate_fill(ctx->Polygon.FrontMode); in st_update_rasterizer()
144 raster->fill_front = raster->fill_back; in st_update_rasterizer()
148 raster->fill_back = raster->fill_front; in st_update_rasterizer()
290 if (raster->fill_front != PIPE_POLYGON_MODE_FILL) in st_update_rasterizer()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_rasterizer.c41 if (so->fill_front != so->fill_back) in etna_rasterizer_state_create()
52 translate_polygon_mode(so->fill_front) | in etna_rasterizer_state_create()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_rasterizer.c83 A3XX_PC_PRIM_VTX_CNTL_POLYMODE_FRONT_PTYPE(fd_polygon_mode(cso->fill_front)) | in fd3_rasterizer_state_create()
86 if (cso->fill_front != PIPE_POLYGON_MODE_FILL || in fd3_rasterizer_state_create()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_rasterizer.c72 A5XX_PC_RASTER_CNTL_POLYMODE_FRONT_PTYPE(fd_polygon_mode(cso->fill_front)) | in fd5_rasterizer_state_create()
75 if (cso->fill_front != PIPE_POLYGON_MODE_FILL || in fd5_rasterizer_state_create()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_rasterizer.c81 A4XX_PC_PRIM_VTX_CNTL2_POLYMODE_FRONT_PTYPE(fd_polygon_mode(cso->fill_front)) | in fd4_rasterizer_state_create()
84 if (cso->fill_front != PIPE_POLYGON_MODE_FILL || in fd4_rasterizer_state_create()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_rasterizer.c84 A2XX_PA_SU_SC_MODE_CNTL_FRONT_PTYPE(fd_polygon_mode(cso->fill_front)) | in fd2_rasterizer_state_create()
100 if (cso->fill_front != PIPE_POLYGON_MODE_FILL || in fd2_rasterizer_state_create()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_unfilled.c217 unfilled->mode[0] = rast->front_ccw ? rast->fill_front : rast->fill_back; in unfilled_first_tri()
218 unfilled->mode[1] = rast->front_ccw ? rast->fill_back : rast->fill_front; in unfilled_first_tri()
258 (rast->fill_front != PIPE_POLYGON_MODE_FILL || in draw_unfilled_prepare_outputs()
Ddraw_pipe_offset.c152 unsigned fill_mode = rast->fill_front; in offset_first_tri()
155 if (rast->fill_back != rast->fill_front) { in offset_first_tri()
Ddraw_pipe_validate.c110 if (rasterizer->fill_front != PIPE_POLYGON_MODE_FILL || in draw_need_pipeline()
217 if (rast->fill_front != PIPE_POLYGON_MODE_FILL || in validate_pipeline()
Ddraw_pt_fetch_shade_pipeline.c85 unsigned point_clip = draw->rasterizer->fill_front == PIPE_POLYGON_MODE_POINT || in fetch_pipeline_prepare()
Ddraw_pt_fetch_shade_pipeline_llvm.c159 unsigned point_clip = draw->rasterizer->fill_front == PIPE_POLYGON_MODE_POINT || in llvm_middle_end_prepare()
Ddraw_context.c1132 (rast->fill_front != PIPE_POLYGON_MODE_FILL || in draw_will_inject_frontface()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_rasterizer.c79 need_pipeline = (rast->fill_front != PIPE_POLYGON_MODE_FILL || in llvmpipe_create_rasterizer_state()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c87 rast.fill_front = d3dfillmode_to_pipe_polygon_mode(rs[D3DRS_FILLMODE]); in nine_convert_rasterizer_state()
88 rast.fill_back = rast.fill_front; in nine_convert_rasterizer_state()
/external/virglrenderer/src/gallium/include/pipe/
Dp_state.h92 unsigned fill_front:2; /**< PIPE_POLYGON_MODE_x */ member
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h98 unsigned fill_front:2; /**< PIPE_POLYGON_MODE_x */ member
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.c149 SB_DATA (so, nvgl_polygon_mode(cso->fill_front)); in nv30_rasterizer_state_create()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_state.c1201 if (state->fill_front != PIPE_POLYGON_MODE_FILL || in r300_create_rs_state()
1214 if (util_get_offset(state, state->fill_front)) { in r300_create_rs_state()
1226 r300_translate_polygon_mode_front(state->fill_front); in r300_create_rs_state()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c267 cso->fill_front == PIPE_POLYGON_MODE_FILL_RECTANGLE ? in nvc0_rasterizer_state_create()
272 SB_DATA (so, nvgl_polygon_mode(cso->fill_front)); in nvc0_rasterizer_state_create()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump_state.c121 trace_dump_member(uint, state, fill_front); in trace_dump_rasterizer_state()
/external/mesa3d/src/gallium/docs/source/cso/
Drasterizer.rst107 fill_front
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1172 switch (rasterizer->fill_front) { in swr_update_derived()
1195 rastState->fillMode = swr_convert_fill_mode(rasterizer->fill_front); in swr_update_derived()

12