Searched refs:poly_offset_state (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_state_common.c | 380 (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()
|
D | r600_hw_context.c | 358 r600_mark_atom_dirty(ctx, &ctx->poly_offset_state.atom); in r600_begin_new_cs()
|
D | r600_state.c | 1174 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()
|
D | r600_pipe.h | 525 struct r600_poly_offset_state poly_offset_state; member
|
D | evergreen_state.c | 1513 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()
|