/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_validate.c | 112 if (rasterizer->offset_point || in draw_need_pipeline() 232 if (rast->offset_point || in validate_pipeline()
|
D | draw_pipe_offset.c | 171 do_offset = rast->offset_point; in offset_first_tri()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_rasterizer.c | 50 rast->offset_point = 0; in clear_flags()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_state.h | 84 bool offset_point, offset_line, offset_tri; member
|
D | zink_state.c | 611 state->offset_point = rs_state->offset_point; in zink_create_rasterizer_state()
|
D | zink_draw.cpp | 695 depth_bias = rast_state->offset_point; in zink_draw()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_state.c | 164 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/ |
D | st_atom_rasterizer.c | 157 raster->offset_point = ctx->Polygon.OffsetPoint; in st_update_rasterizer()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_state.h | 103 unsigned offset_point:1; member
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_pipe.c | 94 rast.offset_point = 0; /* XXX ? */ in nine_convert_rasterizer_state()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_pipeline_state.cpp | 166 return state->base.offset_point; in depth_bias()
|
D | d3d12_compiler.cpp | 401 ctx->gfx_pipeline_state.rast->base.offset_point || in needs_point_sprite_lowering()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_inlines.h | 611 return templ->offset_point; in util_get_offset()
|
D | u_dump_state.c | 349 util_dump_member(stream, bool, state, offset_point); in util_dump_rasterizer_state()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state.c | 306 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/ |
D | nvc0_state.c | 298 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/ |
D | tr_dump_state.c | 128 trace_dump_member(bool, state, offset_point); in trace_dump_rasterizer_state()
|
/third_party/mesa3d/docs/gallium/cso/ |
D | rasterizer.rst | 121 offset_point
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_program.c | 2149 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/ |
D | r600_state.c | 499 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()
|
D | evergreen_state.c | 509 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/ |
D | r300_state.c | 1179 rs->rs_draw.offset_point = 0; in r300_create_rs_state()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_encode.c | 456 VIRGL_OBJ_RS_S0_OFFSET_POINT(state->offset_point) | in virgl_encode_rasterizer_state()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 955 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/ |
D | lvp_execute.c | 436 state->rs_state.offset_point = true; in emit_state() 441 state->rs_state.offset_point = false; in emit_state()
|