Lines Matching defs:texture
835 struct pipe_resource *tex = surf->texture;
968 r300->screen->cmask_resource == state->cbufs[0]->texture;
1161 /* Point sprites texture coordinates, 0: lower left, 1: upper right */
1558 struct r300_resource *texture;
1596 /* A new sampler view (= texture)... */
1601 texture = r300_resource(views[i]->texture);
1602 if (texture->tex.is_npot) {
1630 struct pipe_resource *texture,
1636 struct r300_resource *tex = r300_resource(texture);
1646 view->base.texture = NULL;
1647 pipe_resource_reference(&view->base.texture, texture);
1682 struct pipe_resource *texture,
1685 return r300_create_sampler_view_custom(pipe, texture, templ,
1686 r300_resource(texture)->tex.width0,
1687 r300_resource(texture)->tex.height0);
1695 pipe_resource_reference(&view->texture, NULL);