Home
last modified time | relevance | path

Searched refs:offset_units_unscaled (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c134 …rast.offset_units = asfloat(rs[D3DRS_DEPTHBIAS]) * (device->driver_caps.offset_units_unscaled ? 1.… in nine_convert_rasterizer_state()
135 rast.offset_units_unscaled = device->driver_caps.offset_units_unscaled; in nine_convert_rasterizer_state()
Ddevice9.h135 boolean offset_units_unscaled; member
Ddevice9.c562 This->driver_caps.offset_units_unscaled = GET_PCAP(POLYGON_OFFSET_UNITS_UNSCALED); in NineDevice9_ctor()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h185 unsigned offset_units_unscaled:1; member
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.h309 bool offset_units_unscaled; member
321 bool offset_units_unscaled; member
Dr600_state_common.c391 rs->offset_units_unscaled != rctx->poly_offset_state.offset_units_unscaled)) { in r600_bind_rs_state()
394 rctx->poly_offset_state.offset_units_unscaled = rs->offset_units_unscaled; in r600_bind_rs_state()
Dr600_state.c260 if (!state->offset_units_unscaled) { in r600_emit_polygon_offset()
500 rs->offset_units_unscaled = state->offset_units_unscaled; in r600_create_rs_state()
Devergreen_state.c510 rs->offset_units_unscaled = state->offset_units_unscaled; in evergreen_create_rs_state()
1987 if (!state->offset_units_unscaled) { in evergreen_emit_polygon_offset()
/third_party/mesa3d/docs/gallium/cso/
Drasterizer.rst130 offset_units_unscaled
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state_validate.c775 if (rast->offset_units_unscaled) { in nvc0_validate_rast_fb()
Dnvc0_state.c305 if (!cso->offset_units_unscaled) { in nvc0_rasterizer_state_create()
/third_party/mesa3d/docs/gallium/
Dscreen.rst376 for ``pipe_rasterizer_state::offset_units_unscaled``.
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1059 if (!state->offset_units_unscaled) { in si_create_rs_state()