Searched defs:offset_units (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dsi_state.h51 float offset_units; member in struct:si_state_rasterizer
H A Dsi_state.c308 float offset_units; local
313 offset_units = rctx->queued.named.rasterizer->offset_units;
318 offset_units *= 2.0f;
323 offset_units *= 1.0f;
328 offset_units *= 4.0f;
339 si_pm4_set_reg(pm4, R_028B84_PA_SU_POLY_OFFSET_FRONT_OFFSET, fui(offset_units));
342 si_pm4_set_reg(pm4, R_028B8C_PA_SU_POLY_OFFSET_BACK_OFFSET, fui(offset_units));
415 rs->offset_units = state->offset_units;
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_clip.h60 GLfloat offset_units; member in struct:brw_clip_prog_key
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.h51 float offset_units; member in struct:si_state_rasterizer
H A Dsi_state.c308 float offset_units; local
313 offset_units = rctx->queued.named.rasterizer->offset_units;
318 offset_units *= 2.0f;
323 offset_units *= 1.0f;
328 offset_units *= 4.0f;
339 si_pm4_set_reg(pm4, R_028B84_PA_SU_POLY_OFFSET_FRONT_OFFSET, fui(offset_units));
342 si_pm4_set_reg(pm4, R_028B8C_PA_SU_POLY_OFFSET_BACK_OFFSET, fui(offset_units));
415 rs->offset_units = state->offset_units;
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_clip.h60 GLfloat offset_units; member in struct:brw_clip_prog_key
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Devergreen_state.c870 rs->offset_units = state->offset_units;
2924 float offset_units = rctx->rasterizer->offset_units; local
2931 offset_units *= 2.0f;
2936 offset_units *= 1.0f;
2941 offset_units *= 4.0f;
2953 fui(offset_units));
2959 fui(offset_units));
H A Dr600_state.c651 float offset_units = rctx->rasterizer->offset_units; local
658 offset_units *= 2.0f;
663 offset_units *= 1.0f;
668 offset_units *= 4.0f;
680 fui(offset_units));
686 fui(offset_units));
890 rs->offset_units = state->offset_units;
H A Dr600_pipe.h188 float offset_units; member in struct:r600_pipe_rasterizer
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_state.h152 float offset_units; member in struct:pipe_rasterizer_state
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c870 rs->offset_units = state->offset_units;
2924 float offset_units = rctx->rasterizer->offset_units; local
2931 offset_units *= 2.0f;
2936 offset_units *= 1.0f;
2941 offset_units *= 4.0f;
2953 fui(offset_units));
2959 fui(offset_units));
H A Dr600_state.c651 float offset_units = rctx->rasterizer->offset_units; local
658 offset_units *= 2.0f;
663 offset_units *= 1.0f;
668 offset_units *= 4.0f;
680 fui(offset_units));
686 fui(offset_units));
890 rs->offset_units = state->offset_units;
H A Dr600_pipe.h188 float offset_units; member in struct:r600_pipe_rasterizer
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h152 float offset_units; member in struct:pipe_rasterizer_state

Completed in 1105 milliseconds