Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query_hw.c36 #define NVC0_HW_QUERY_ALLOC_SPACE 256 macro
97 if (hq->offset - hq->base_offset == NVC0_HW_QUERY_ALLOC_SPACE) in nvc0_hw_query_rotate()
98 nvc0_hw_query_allocate(nvc0, q, NVC0_HW_QUERY_ALLOC_SPACE); in nvc0_hw_query_rotate()
495 unsigned space = NVC0_HW_QUERY_ALLOC_SPACE; in nvc0_hw_create_query()
522 space = NVC0_HW_QUERY_ALLOC_SPACE; in nvc0_hw_create_query()