Home | History | Annotate | Download | only in util

Lines Matching refs:texture

39                  const struct pipe_resource *texture,
45 /* XXX: Check if format is compatible with texture->format.
48 view->target = texture->target;
51 view->u.tex.last_level = texture->last_level;
53 view->u.tex.last_layer = texture->target == PIPE_TEXTURE_3D ?
54 texture->depth0 - 1 : texture->array_size - 1;
90 const struct pipe_resource *texture,
95 texture,
102 const struct pipe_resource *texture,
107 texture,