OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nvc0_query
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_query.c
35
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
*q
[
all
...]
/external/mesa3d/src/gallium/drivers/nvc0/
nvc0_query.c
35
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
*q
[
all
...]
Completed in 29 milliseconds