HomeSort by relevance Sort by last modified time
    Searched full:polygon_dual_mode (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c 860 unsigned prov_vtx = 1, polygon_dual_mode; local
868 polygon_dual_mode = (state->fill_front != PIPE_POLYGON_MODE_FILL ||
958 S_028814_POLY_MODE(polygon_dual_mode) |
    [all...]
evergreen_state.c 841 unsigned prov_vtx = 1, polygon_dual_mode; local
848 polygon_dual_mode = (state->fill_front != PIPE_POLYGON_MODE_FILL ||
929 S_028814_POLY_MODE(polygon_dual_mode) |
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 373 unsigned prov_vtx = 1, polygon_dual_mode; local
381 polygon_dual_mode = (state->fill_front != PIPE_POLYGON_MODE_FILL ||
400 S_028814_POLY_MODE(polygon_dual_mode) |
    [all...]

Completed in 105 milliseconds