Searched refs:nv50_query (Results 1 – 2 of 2) sorted by relevance
37 struct nv50_query { struct53 static INLINE struct nv50_query * argument54 nv50_query(struct pipe_query *pipe) in nv50_query() function56 return (struct nv50_query *)pipe; in nv50_query()60 nv50_query_allocate(struct nv50_context *nv50, struct nv50_query *q, int size) in nv50_query_allocate()94 nv50_query_allocate(nv50_context(pipe), nv50_query(pq), 0); in nv50_query_destroy()95 FREE(nv50_query(pq)); in nv50_query_destroy()102 struct nv50_query *q; in nv50_query_create()104 q = CALLOC_STRUCT(nv50_query); in nv50_query_create()127 nv50_query_get(struct nouveau_pushbuf *push, struct nv50_query *q, in nv50_query_get()[all …]
16 nv50_query.c