Searched refs:nv50_query (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query.h9 struct nv50_query;
12 void (*destroy_query)(struct nv50_context *, struct nv50_query *);
13 boolean (*begin_query)(struct nv50_context *, struct nv50_query *);
14 void (*end_query)(struct nv50_context *, struct nv50_query *);
15 boolean (*get_query_result)(struct nv50_context *, struct nv50_query *,
19 struct nv50_query { struct
25 static inline struct nv50_query *
26 nv50_query(struct pipe_query *pipe) function in typeref:struct:nv50_query *
28 return (struct nv50_query *)pipe;
H A Dnv50_query_hw.h7 #include "nv50_query.h"
27 struct nv50_query base;
42 nv50_hw_query(struct nv50_query *q)
47 struct nv50_query *
53 nv50_hw_query_allocate(struct nv50_context *, struct nv50_query *, int);
56 struct nv50_query *, unsigned);
58 nv84_hw_query_fifo_wait(struct nouveau_pushbuf *, struct nv50_query *);
H A Dnv50_query.c28 #include "nv50/nv50_query.h"
37 struct nv50_query *q;
46 struct nv50_query *q = nv50_query(pq);
53 struct nv50_query *q = nv50_query(pq);
60 struct nv50_query *q = nv50_query(pq);
69 struct nv50_query *q = nv50_query(p
[all...]
H A Dnv50_query_hw.c42 nv50_hw_query_allocate(struct nv50_context *nv50, struct nv50_query *q,
77 nv50_hw_query_get(struct nouveau_pushbuf *push, struct nv50_query *q,
94 nv50_hw_query_update(struct nv50_query *q)
108 nv50_hw_destroy_query(struct nv50_context *nv50, struct nv50_query *q)
123 nv50_hw_begin_query(struct nv50_context *nv50, struct nv50_query *q)
198 nv50_hw_end_query(struct nv50_context *nv50, struct nv50_query *q)
268 nv50_hw_get_query_result(struct nv50_context *nv50, struct nv50_query *q,
349 struct nv50_query *
353 struct nv50_query *q;
358 return (struct nv50_query *)h
[all...]
H A Dnv50_query_hw_metric.c62 struct nv50_query *q = &hq->base;
H A Dnv50_query_hw_sm.c148 struct nv50_query *q = &hq->base;
155 struct nv50_query *q = &hq->base;
H A Dnv50_shader_state.c700 nv84_hw_query_fifo_wait(push, nv50_query(targ->pq));
710 nv50_query(targ->pq), 0x4);
H A Dnv50_vbo.c747 nv50_query(so->pq), 0x4);
H A Dnv50_state.c1170 nv50_query(targ->pq)->index = index;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query.h9 struct nv50_query;
12 void (*destroy_query)(struct nv50_context *, struct nv50_query *);
13 bool (*begin_query)(struct nv50_context *, struct nv50_query *);
14 void (*end_query)(struct nv50_context *, struct nv50_query *);
15 bool (*get_query_result)(struct nv50_context *, struct nv50_query *,
19 struct nv50_query { struct
25 static inline struct nv50_query *
26 nv50_query(struct pipe_query *pipe) function in typeref:struct:nv50_query *
28 return (struct nv50_query *)pipe;
H A Dnv50_query_hw.h7 #include "nv50_query.h"
27 struct nv50_query base;
42 nv50_hw_query(struct nv50_query *q)
47 struct nv50_query *
53 nv50_hw_query_allocate(struct nv50_context *, struct nv50_query *, int);
56 struct nv50_query *, unsigned);
58 nv84_hw_query_fifo_wait(struct nouveau_pushbuf *, struct nv50_query *);
H A Dnv50_query.c28 #include "nv50/nv50_query.h"
37 struct nv50_query *q;
46 struct nv50_query *q = nv50_query(pq);
53 struct nv50_query *q = nv50_query(pq);
60 struct nv50_query *q = nv50_query(pq);
69 struct nv50_query *q = nv50_query(p
[all...]
H A Dnv50_query_hw.c42 nv50_hw_query_allocate(struct nv50_context *nv50, struct nv50_query *q,
77 nv50_hw_query_get(struct nouveau_pushbuf *push, struct nv50_query *q,
94 nv50_hw_query_update(struct nv50_query *q)
108 nv50_hw_destroy_query(struct nv50_context *nv50, struct nv50_query *q)
123 nv50_hw_begin_query(struct nv50_context *nv50, struct nv50_query *q)
198 nv50_hw_end_query(struct nv50_context *nv50, struct nv50_query *q)
272 nv50_hw_get_query_result(struct nv50_context *nv50, struct nv50_query *q,
354 struct nv50_query *
358 struct nv50_query *q;
364 return (struct nv50_query *)h
[all...]
H A Dnv50_query_hw_metric.c62 struct nv50_query *q = &hq->base;
H A Dnv50_query_hw_sm.c148 struct nv50_query *q = &hq->base;
155 struct nv50_query *q = &hq->base;
H A Dnv50_shader_state.c708 nv84_hw_query_fifo_wait(push, nv50_query(targ->pq));
721 nv50_query(targ->pq), 0x4);
H A Dnv50_vbo.c741 nv50_query(so->pq), 0x4);
H A Dnv50_state.c1182 nv50_query(targ->pq)->index = index;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
H A DMakefile.sources78 nv50/nv50_query.c \
79 nv50/nv50_query.h \

Completed in 16 milliseconds