Home | History | Annotate | Download | only in r600

Lines Matching refs:layer

138 	unsigned layer, level, sample, checked_last_layer, max_layer, max_sample;
181 for (layer = first_layer; layer <= checked_last_layer; layer++) {
192 surf_tmpl.u.tex.first_layer = layer;
193 surf_tmpl.u.tex.last_layer = layer;
200 surf_tmpl.u.tex.first_layer = layer;
201 surf_tmpl.u.tex.last_layer = layer;
261 unsigned layer, level, checked_last_layer, max_layer;
277 for (layer = first_layer; layer <= checked_last_layer; layer++) {
282 surf_tmpl.u.tex.first_layer = layer;
283 surf_tmpl.u.tex.last_layer = layer;
350 info->src.layer, info->src.layer,
356 info->src.layer, info->src.layer);
367 info->dst.level, info->dst.layer, &box);
424 info->dst.res, info->dst.level, info->dst.layer,
425 info->src.res, info->src.layer,
450 info->src.res, info->src.layer,
462 ~0, info->dst.x0, info->dst.y0, info->dst.layer,