HomeSort by relevance Sort by last modified time
    Searched refs:nv50_query (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_query.c 37 struct nv50_query { struct
53 static INLINE struct nv50_query *
54 nv50_query(struct pipe_query *pipe) function
56 return (struct nv50_query *)pipe;
60 nv50_query_allocate(struct nv50_context *nv50, struct nv50_query *q, int size)
94 nv50_query_allocate(nv50_context(pipe), nv50_query(pq), 0);
95 FREE(nv50_query(pq));
102 struct nv50_query *q;
104 q = CALLOC_STRUCT(nv50_query);
127 nv50_query_get(struct nouveau_pushbuf *push, struct nv50_query *q
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_query.c 37 struct nv50_query { struct
53 static INLINE struct nv50_query *
54 nv50_query(struct pipe_query *pipe) function
56 return (struct nv50_query *)pipe;
60 nv50_query_allocate(struct nv50_context *nv50, struct nv50_query *q, int size)
94 nv50_query_allocate(nv50_context(pipe), nv50_query(pq), 0);
95 FREE(nv50_query(pq));
102 struct nv50_query *q;
104 q = CALLOC_STRUCT(nv50_query);
127 nv50_query_get(struct nouveau_pushbuf *push, struct nv50_query *q
    [all...]

Completed in 9221 milliseconds