Lines Matching defs:tex
834 struct pipe_resource *tex, bool mipmap)
872 if (tex) {
875 if (util_format_has_alpha(tex->format))
881 tex->width0, tex->height0, 1, 0,
884 width = tex->width0;
885 height = tex->height0;
886 depth = tex->depth0;
904 pipe_resource_reference(&texObj->pt, tex);
906 pipe_resource_reference(&texImage->pt, tex);