Home | History | Annotate | Download | only in state_tracker

Lines Matching refs:tex

473                     struct pipe_resource *tex, boolean mipmap)
515 if (tex) {
519 * XXX When internal_format and tex->format differ, st_finalize_texture
527 if (!st_sampler_compat_formats(tex->format, internal_format))
528 internal_format = tex->format;
540 tex->width0, tex->height0, 1, 0,
543 width = tex->width0;
544 height = tex->height0;
545 depth = tex->depth0;
563 pipe_resource_reference(&stImage->pt, tex);
810 surf_tmpl.u.tex.level = stimg.level;
811 surf_tmpl.u.tex.first_layer = stimg.layer;
812 surf_tmpl.u.tex.last_layer = stimg.layer;