Lines Matching defs:tex
835 struct pipe_resource *tex = surf->texture;
836 struct r300_resource *rtex = r300_resource(tex);
846 surf->u.tex.first_layer, surf->u.tex.last_layer, surf->u.tex.level,
849 rtex->tex.macrotile[0] ? "YES" : " NO",
850 rtex->tex.microtile ? "YES" : " NO",
851 tex->width0, tex->height0, tex->depth0,
852 tex->last_level, util_format_short_name(surf->format));
1602 if (texture->tex.is_npot) {
1636 struct r300_resource *tex = r300_resource(texture);
1667 r300_texture_setup_format_state(r300_screen(pipe->screen), tex,
1686 r300_resource(texture)->tex.width0,
1687 r300_resource(texture)->tex.height0);