Home
last modified time | relevance | path

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

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