Home
last modified time | relevance | path

Searched refs:nv50_query (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
Dnv50_query.c37 struct nv50_query { struct
53 static INLINE struct nv50_query * argument
54 nv50_query(struct pipe_query *pipe) in nv50_query() function
56 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 …]
DMakefile.sources16 nv50_query.c
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_query.c37 struct nv50_query { struct
53 static INLINE struct nv50_query * argument
54 nv50_query(struct pipe_query *pipe) in nv50_query() function
56 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 …]
DMakefile.sources16 nv50_query.c