6a28d40da7b81d0621437d4316a255a6d4636a7e
[profile/ivi/mesa.git] / src / gallium / drivers / nouveau / nouveau_context.h
1 #ifndef __NOUVEAU_CONTEXT_H__
2 #define __NOUVEAU_CONTEXT_H__
3
4 unsigned int
5 nouveau_is_texture_referenced(struct pipe_context *, struct pipe_texture *,
6                               unsigned face, unsigned level);
7
8 unsigned int
9 nouveau_is_buffer_referenced(struct pipe_context *, struct pipe_buffer *);
10
11 #endif