Home
last modified time | relevance | path

Searched refs:offset_point (Results 1 – 25 of 27) sorted by relevance

12

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_validate.c112 if (rasterizer->offset_point || in draw_need_pipeline()
232 if (rast->offset_point || in validate_pipeline()
Ddraw_pipe_offset.c171 do_offset = rast->offset_point; in offset_first_tri()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_rasterizer.c50 rast->offset_point = 0; in clear_flags()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.h84 bool offset_point, offset_line, offset_tri; member
Dzink_state.c611 state->offset_point = rs_state->offset_point; in zink_create_rasterizer_state()
Dzink_draw.cpp695 depth_bias = rast_state->offset_point; in zink_draw()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.c164 SB_DATA (so, cso->offset_point); in nv30_rasterizer_state_create()
167 if (cso->offset_point || cso->offset_line || cso->offset_tri) { in nv30_rasterizer_state_create()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c157 raster->offset_point = ctx->Polygon.OffsetPoint; in st_update_rasterizer()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h103 unsigned offset_point:1; member
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c94 rast.offset_point = 0; /* XXX ? */ in nine_convert_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_pipeline_state.cpp166 return state->base.offset_point; in depth_bias()
Dd3d12_compiler.cpp401 ctx->gfx_pipeline_state.rast->base.offset_point || in needs_point_sprite_lowering()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h611 return templ->offset_point; in util_get_offset()
Du_dump_state.c349 util_dump_member(stream, bool, state, offset_point); in util_dump_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c306 SB_DATA (so, cso->offset_point); in nv50_rasterizer_state_create()
310 if (cso->offset_point || cso->offset_line || cso->offset_tri) { in nv50_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c298 SB_DATA (so, cso->offset_point); in nvc0_rasterizer_state_create()
302 if (cso->offset_point || cso->offset_line || cso->offset_tri) { in nvc0_rasterizer_state_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_dump_state.c128 trace_dump_member(bool, state, offset_point); in trace_dump_rasterizer_state()
/third_party/mesa3d/docs/gallium/cso/
Drasterizer.rst121 offset_point
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c2149 offset_front = rs_state->offset_point; in crocus_update_compiled_clip()
2166 offset_back = rs_state->offset_point; in crocus_update_compiled_clip()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state.c499 rs->offset_enable = state->offset_point || state->offset_line || state->offset_tri; in r600_create_rs_state()
561 S_028814_POLY_OFFSET_PARA_ENABLE(state->offset_point || state->offset_line) | in r600_create_rs_state()
Devergreen_state.c509 rs->offset_enable = state->offset_point || state->offset_line || state->offset_tri; in evergreen_create_rs_state()
566 S_028814_POLY_OFFSET_PARA_ENABLE(state->offset_point || state->offset_line) | in evergreen_create_rs_state()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_state.c1179 rs->rs_draw.offset_point = 0; in r300_create_rs_state()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c456 VIRGL_OBJ_RS_S0_OFFSET_POINT(state->offset_point) | in virgl_encode_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c955 rs->uses_poly_offset = state->offset_point || state->offset_line || state->offset_tri; in si_create_rs_state()
1065 S_028814_POLY_OFFSET_PARA_ENABLE(state->offset_point || state->offset_line) | in si_create_rs_state()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c436 state->rs_state.offset_point = true; in emit_state()
441 state->rs_state.offset_point = false; in emit_state()

12