Home | History | Annotate | Download | only in svga

Lines Matching defs:texture

49       pipe_resource_reference( &view->texture, NULL );
84 struct pipe_resource *texture = NULL;
91 sv->texture->last_level);
92 texture = sv->texture;
98 if (view->texture != texture ||
103 pipe_resource_reference( &view->texture, texture );
109 if (texture)
111 texture,
117 * We need to reemit non-null texture bindings, even when they are not
237 "texture binding emit",
356 "texture state emit",