Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_query.c51 #define NV50_QUERY_ALLOC_SPACE 128 macro
108 if (!nv50_query_allocate(nv50, q, NV50_QUERY_ALLOC_SPACE)) { in nv50_query_create()
155 if (q->offset - q->base == NV50_QUERY_ALLOC_SPACE) in nv50_query_begin()
156 nv50_query_allocate(nv50, q, NV50_QUERY_ALLOC_SPACE); in nv50_query_begin()