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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_query.c35 struct nvc0_query { struct
52 static INLINE struct nvc0_query *
53 nvc0_query(struct pipe_query *pipe) function
55 return (struct nvc0_query *)pipe;
59 nvc0_query_allocate(struct nvc0_context *nvc0, struct nvc0_query *q, int size)
93 nvc0_query_allocate(nvc0_context(pipe), nvc0_query(pq), 0);
94 FREE(nvc0_query(pq));
101 struct nvc0_query *q;
104 q = CALLOC_STRUCT(nvc0_query);
157 nvc0_query_get(struct nouveau_pushbuf *push, struct nvc0_query *
[all...]
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_query.c35 struct nvc0_query { struct
52 static INLINE struct nvc0_query *
53 nvc0_query(struct pipe_query *pipe) function
55 return (struct nvc0_query *)pipe;
59 nvc0_query_allocate(struct nvc0_context *nvc0, struct nvc0_query *q, int size)
93 nvc0_query_allocate(nvc0_context(pipe), nvc0_query(pq), 0);
94 FREE(nvc0_query(pq));
101 struct nvc0_query *q;
104 q = CALLOC_STRUCT(nvc0_query);
157 nvc0_query_get(struct nouveau_pushbuf *push, struct nvc0_query *
[all...]

Completed in 95 milliseconds