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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_query.c 59 nvc0_query_allocate(struct nvc0_context *nvc0, struct nvc0_query *q, int size) function
82 nvc0_query_allocate(nvc0, q, 0);
93 nvc0_query_allocate(nvc0_context(pipe), nvc0_query(pq), 0);
138 if (!nvc0_query_allocate(nvc0, q, space)) {
177 nvc0_query_allocate(nvc0, q, NVC0_QUERY_ALLOC_SPACE);
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_query.c 59 nvc0_query_allocate(struct nvc0_context *nvc0, struct nvc0_query *q, int size) function
82 nvc0_query_allocate(nvc0, q, 0);
93 nvc0_query_allocate(nvc0_context(pipe), nvc0_query(pq), 0);
138 if (!nvc0_query_allocate(nvc0, q, space)) {
177 nvc0_query_allocate(nvc0, q, NVC0_QUERY_ALLOC_SPACE);

Completed in 25 milliseconds