Searched refs:poly_offset_state (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_state_common.c | 388 (rs->offset_units != rctx->poly_offset_state.offset_units || in r600_bind_rs_state() 389 rs->offset_scale != rctx->poly_offset_state.offset_scale || in r600_bind_rs_state() 390 rs->offset_units_unscaled != rctx->poly_offset_state.offset_units_unscaled)) { in r600_bind_rs_state() 391 rctx->poly_offset_state.offset_units = rs->offset_units; in r600_bind_rs_state() 392 rctx->poly_offset_state.offset_scale = rs->offset_scale; in r600_bind_rs_state() 393 rctx->poly_offset_state.offset_units_unscaled = rs->offset_units_unscaled; in r600_bind_rs_state() 394 r600_mark_atom_dirty(rctx, &rctx->poly_offset_state.atom); in r600_bind_rs_state()
|
D | r600_hw_context.c | 366 r600_mark_atom_dirty(ctx, &ctx->poly_offset_state.atom); in r600_begin_new_cs()
|
D | r600_state.c | 1176 if (state->zsbuf->format != rctx->poly_offset_state.zs_format) { in r600_set_framebuffer_state() 1177 rctx->poly_offset_state.zs_format = state->zsbuf->format; in r600_set_framebuffer_state() 1178 r600_mark_atom_dirty(rctx, &rctx->poly_offset_state.atom); in r600_set_framebuffer_state() 3084 r600_init_atom(rctx, &rctx->poly_offset_state.atom, id++, r600_emit_polygon_offset, 9); in r600_init_state_functions()
|
D | r600_pipe.h | 536 struct r600_poly_offset_state poly_offset_state; member
|
D | evergreen_state.c | 1527 if (state->zsbuf->format != rctx->poly_offset_state.zs_format) { in evergreen_set_framebuffer_state() 1528 rctx->poly_offset_state.zs_format = state->zsbuf->format; in evergreen_set_framebuffer_state() 1529 r600_mark_atom_dirty(rctx, &rctx->poly_offset_state.atom); in evergreen_set_framebuffer_state() 4452 r600_init_atom(rctx, &rctx->poly_offset_state.atom, id++, evergreen_emit_polygon_offset, 9); in evergreen_init_state_functions()
|