Searched refs:nvc0_query (Results 1 – 2 of 2) sorted by relevance
35 struct nvc0_query { struct52 static INLINE struct nvc0_query * argument53 nvc0_query(struct pipe_query *pipe) in nvc0_query() function55 return (struct nvc0_query *)pipe; in nvc0_query()59 nvc0_query_allocate(struct nvc0_context *nvc0, struct nvc0_query *q, int size) in nvc0_query_allocate()93 nvc0_query_allocate(nvc0_context(pipe), nvc0_query(pq), 0); in nvc0_query_destroy()94 FREE(nvc0_query(pq)); in nvc0_query_destroy()101 struct nvc0_query *q; in nvc0_query_create()104 q = CALLOC_STRUCT(nvc0_query); in nvc0_query_create()157 nvc0_query_get(struct nouveau_pushbuf *push, struct nvc0_query *q, in nvc0_query_get()[all …]
16 nvc0_query.c