Home | History | Annotate | Download | only in radeonsi

Lines Matching refs:tex

1449 	unsigned level = state->cbufs[cb]->u.tex.level;
1475 state->cbufs[cb]->u.tex.first_layer;
1594 S_028C6C_SLICE_START(state->cbufs[cb]->u.tex.first_layer) |
1595 S_028C6C_SLICE_MAX(state->cbufs[cb]->u.tex.last_layer));
1628 level = surf->base.u.tex.level;
1681 S_028008_SLICE_START(state->zsbuf->u.tex.first_layer) |
1682 S_028008_SLICE_MAX(state->zsbuf->u.tex.last_layer));
2042 offset_level = state->u.tex.first_level;
2043 last_level = state->u.tex.last_level - offset_level;
2057 switch (tmp->surface.level[state->u.tex.first_level].mode) {
2114 view->state[5] = (S_008F24_BASE_ARRAY(state->u.tex.first_layer) |
2115 S_008F24_LAST_ARRAY(state->u.tex.last_layer));
2212 struct r600_resource_texture *tex = (void *)resource[i]->base.texture;
2214 si_pm4_add_bo(pm4, &tex->resource, RADEON_USAGE_READ);