Home
last modified time | relevance | path

Searched refs:poly_offset_state (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c380 (rs->offset_units != rctx->poly_offset_state.offset_units || in r600_bind_rs_state()
381 rs->offset_scale != rctx->poly_offset_state.offset_scale || in r600_bind_rs_state()
382 rs->offset_units_unscaled != rctx->poly_offset_state.offset_units_unscaled)) { in r600_bind_rs_state()
383 rctx->poly_offset_state.offset_units = rs->offset_units; in r600_bind_rs_state()
384 rctx->poly_offset_state.offset_scale = rs->offset_scale; in r600_bind_rs_state()
385 rctx->poly_offset_state.offset_units_unscaled = rs->offset_units_unscaled; in r600_bind_rs_state()
386 r600_mark_atom_dirty(rctx, &rctx->poly_offset_state.atom); in r600_bind_rs_state()
Dr600_hw_context.c358 r600_mark_atom_dirty(ctx, &ctx->poly_offset_state.atom); in r600_begin_new_cs()
Dr600_state.c1174 if (state->zsbuf->format != rctx->poly_offset_state.zs_format) { in r600_set_framebuffer_state()
1175 rctx->poly_offset_state.zs_format = state->zsbuf->format; in r600_set_framebuffer_state()
1176 r600_mark_atom_dirty(rctx, &rctx->poly_offset_state.atom); in r600_set_framebuffer_state()
3081 r600_init_atom(rctx, &rctx->poly_offset_state.atom, id++, r600_emit_polygon_offset, 9); in r600_init_state_functions()
Dr600_pipe.h525 struct r600_poly_offset_state poly_offset_state; member
Devergreen_state.c1513 if (state->zsbuf->format != rctx->poly_offset_state.zs_format) { in evergreen_set_framebuffer_state()
1514 rctx->poly_offset_state.zs_format = state->zsbuf->format; in evergreen_set_framebuffer_state()
1515 r600_mark_atom_dirty(rctx, &rctx->poly_offset_state.atom); in evergreen_set_framebuffer_state()
4309 r600_init_atom(rctx, &rctx->poly_offset_state.atom, id++, evergreen_emit_polygon_offset, 9); in evergreen_init_state_functions()