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

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

Completed in 146 milliseconds