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

/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_query.c60 nv50_query_allocate(struct nv50_context *nv50, struct nv50_query *q, int size) function
83 nv50_query_allocate(nv50, q, 0);
94 nv50_query_allocate(nv50_context(pipe), nv50_query(pq), 0);
108 if (!nv50_query_allocate(nv50, q, NV50_QUERY_ALLOC_SPACE)) {
156 nv50_query_allocate(nv50, q, NV50_QUERY_ALLOC_SPACE);

Completed in 28 milliseconds