Searched defs:polygon_dual_mode (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Devergreen_state.c841 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) |
H A Dr600_state.c860 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) |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dsi_state.c373 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) |
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c841 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) |
H A Dr600_state.c860 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) |
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c373 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) |

Completed in 303 milliseconds