Home
last modified time | relevance | path

Searched refs:nvc0_query (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_query.c35 struct nvc0_query { struct
52 static INLINE struct nvc0_query * argument
53 nvc0_query(struct pipe_query *pipe) in nvc0_query() function
55 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 …]
DMakefile.sources16 nvc0_query.c