Home | History | Annotate | Download | only in radeonsi

Lines Matching refs:cbufs

1449 	unsigned level = state->cbufs[cb]->u.tex.level;
1460 surf = (struct r600_surface *)state->cbufs[cb];
1461 rtex = (struct r600_resource_texture*)state->cbufs[cb]->texture;
1468 r600_texture_depth_flush(&rctx->context, state->cbufs[cb]->texture, TRUE);
1475 state->cbufs[cb]->u.tex.first_layer;
1581 offset += r600_resource_va(rctx->context.screen, state->cbufs[cb]->texture);
1594 S_028C6C_SLICE_START(state->cbufs[cb]->u.tex.first_layer) |
1595 S_028C6C_SLICE_MAX(state->cbufs[cb]->u.tex.last_layer));