Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_query.c50 #define NVC0_QUERY_ALLOC_SPACE 256 macro
102 unsigned space = NVC0_QUERY_ALLOC_SPACE; in nvc0_query_create()
112 space = NVC0_QUERY_ALLOC_SPACE; in nvc0_query_create()
176 if (q->offset - q->base == NVC0_QUERY_ALLOC_SPACE) in nvc0_query_rotate()
177 nvc0_query_allocate(nvc0, q, NVC0_QUERY_ALLOC_SPACE); in nvc0_query_rotate()