HomeSort by relevance Sort by last modified time
    Searched defs:offset_units (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.h 51 float offset_units; member in struct:si_state_rasterizer
si_state.c 308 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/
brw_clip.h 60 GLfloat offset_units; member in struct:brw_clip_prog_key
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_state.c 870 rs->offset_units = state->offset_units;
2924 float offset_units = rctx->rasterizer->offset_units; local
    [all...]
r600_state.c 651 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;
    [all...]
r600_pipe.h 188 float offset_units; member in struct:r600_pipe_rasterizer
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 152 float offset_units; member in struct:pipe_rasterizer_state

Completed in 636 milliseconds