Lines Matching refs:tex
890 struct pipe_resource *tex;
902 tex = views[0]->texture;
903 renderer->u.filter.tex_width = tex->width0;
904 renderer->u.filter.tex_height = tex->height0;
1427 struct pipe_resource texTemp, *tex;
1474 tex = screen->resource_create(screen, &texTemp);
1475 if (!tex)
1478 u_sampler_view_default_template(&view_templ, tex, tex->format);
1479 view = pipe->create_sampler_view(pipe, tex, &view_templ);
1484 u_box_2d_zslice(srcLeft, srcTop, src->u.tex.first_layer, srcW, srcH, &src_box);
1487 tex, 0, 0, 0, 0, /* dest */
1516 struct pipe_resource *tex,
1527 assert(tex->width0 != 0);
1528 assert(tex->height0 != 0);
1553 x2offset, y2offset, tex->width0, tex->height0);