Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/mesa/state_tracker/
H A 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()
292 if (raster->fill_front != PIPE_POLYGON_MODE_FILL) in st_update_rasterizer()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_rasterizer.c110 unsigned fill_mode = translate_fill_mode(rast->templ.fill_front); in svga_define_rasterizer_object()
129 if (rast->templ.fill_front != rast->templ.fill_back) { in svga_define_rasterizer_object()
295 int fill_front = templ->fill_front; in svga_create_rasterizer_state() local
298 boolean offset_front = util_get_offset(templ, fill_front); in svga_create_rasterizer_state()
315 fill = fill_front; in svga_create_rasterizer_state()
319 if (fill_front != fill_back || offset_front != offset_back) { in svga_create_rasterizer_state()
329 fill = fill_front; in svga_create_rasterizer_state()
H A Dsvga_draw_arrays.c225 if (svga->curr.rast->templ.fill_front != in svga_hwtnl_draw_arrays()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_rasterizer.c70 fd_polygon_mode(cso->fill_front)) | in fd5_rasterizer_state_create()
73 if (cso->fill_front != PIPE_POLYGON_MODE_FILL || in fd5_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A 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()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_rasterizer.c79 fd_polygon_mode(cso->fill_front)) | in fd4_rasterizer_state_create()
83 if (cso->fill_front != PIPE_POLYGON_MODE_FILL || in fd4_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_rasterizer.c80 A2XX_PA_SU_SC_MODE_CNTL_FRONT_PTYPE(fd_polygon_mode(cso->fill_front)) | in fd2_rasterizer_state_create()
96 if (cso->fill_front != PIPE_POLYGON_MODE_FILL || in fd2_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_rasterizer.c79 fd_polygon_mode(cso->fill_front)) | in fd3_rasterizer_state_create()
83 if (cso->fill_front != PIPE_POLYGON_MODE_FILL || in fd3_rasterizer_state_create()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A 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()
H A 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()
H A Ddraw_pipe_validate.c107 if (rasterizer->fill_front != PIPE_POLYGON_MODE_FILL || in draw_need_pipeline()
215 if (rast->fill_front != PIPE_POLYGON_MODE_FILL || in validate_pipeline()
H A Ddraw_pt_fetch_shade_pipeline.c84 unsigned point_clip = draw->rasterizer->fill_front == PIPE_POLYGON_MODE_POINT || in fetch_pipeline_prepare()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_rasterizer.c81 switch (cso->fill_front) { in __fd6_setup_rasterizer_stateobj()
89 assert(cso->fill_front == PIPE_POLYGON_MODE_FILL); in __fd6_setup_rasterizer_stateobj()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DRasterizer.cpp216 state.fill_front = translate_fill_mode(pRasterizerDesc->FillMode); in CreateRasterizerState()
217 state.fill_back = state.fill_front; in CreateRasterizerState()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_rasterizer.c79 need_pipeline = (rast->fill_front != PIPE_POLYGON_MODE_FILL || in llvmpipe_create_rasterizer_state()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_pipe.c90 rast.fill_front = d3dfillmode_to_pipe_polygon_mode(rs[D3DRS_FILLMODE]); in nine_convert_rasterizer_state()
91 rast.fill_back = rast.fill_front; in nine_convert_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_draw.c128 rs_state->fill_front == PIPE_POLYGON_MODE_FILL && in crocus_update_draw_info()
134 rs_state->fill_front == PIPE_POLYGON_MODE_FILL && in crocus_update_draw_info()
H A Dcrocus_program.c2132 uint32_t fill_front = BRW_CLIP_FILL_MODE_CULL; in crocus_update_compiled_clip() local
2138 switch (rs_state->fill_front) { in crocus_update_compiled_clip()
2140 fill_front = BRW_CLIP_FILL_MODE_FILL; in crocus_update_compiled_clip()
2144 fill_front = BRW_CLIP_FILL_MODE_LINE; in crocus_update_compiled_clip()
2148 fill_front = BRW_CLIP_FILL_MODE_POINT; in crocus_update_compiled_clip()
2172 rs_state->fill_front != PIPE_POLYGON_MODE_FILL) { in crocus_update_compiled_clip()
2190 key.fill_ccw = fill_front; in crocus_update_compiled_clip()
2198 key.fill_cw = fill_front; in crocus_update_compiled_clip()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_state.c586 assert(rs_state->fill_front <= PIPE_POLYGON_MODE_POINT); in zink_create_rasterizer_state()
587 if (rs_state->fill_back != rs_state->fill_front) in zink_create_rasterizer_state()
589 state->hw_state.polygon_mode = rs_state->fill_front; // same values in zink_create_rasterizer_state()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_state.h101 unsigned fill_front:2; /**< PIPE_POLYGON_MODE_x */ member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_state.c149 SB_DATA (so, nvgl_polygon_mode(cso->fill_front)); in nv30_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_pipeline_state.cpp156 : state->base.fill_front; in depth_bias()
H A Dd3d12_context.cpp516 if (rs_state->fill_front != rs_state->fill_back) { in d3d12_create_rasterizer_state()
519 cso->desc.FillMode = fill_mode(rs_state->fill_front); in d3d12_create_rasterizer_state()
526 templ.fill_front = rs_state->fill_back; in d3d12_create_rasterizer_state()
535 cso->desc.FillMode = fill_mode(rs_state->fill_front); in d3d12_create_rasterizer_state()
546 cso->desc.FillMode = fill_mode(rs_state->fill_front); in d3d12_create_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state.c1225 if (state->fill_front != PIPE_POLYGON_MODE_FILL || in r300_create_rs_state()
1238 if (util_get_offset(state, state->fill_front)) { in r300_create_rs_state()
1250 r300_translate_polygon_mode_front(state->fill_front); in r300_create_rs_state()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.c126 trace_dump_member(uint, state, fill_front); in trace_dump_rasterizer_state()

Completed in 23 milliseconds

12