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.c31 #define NVC0_HW_QUERY_ALLOC_SPACE 256 macro
92 if (hq->offset - hq->base_offset == NVC0_HW_QUERY_ALLOC_SPACE) in nvc0_hw_query_rotate()
93 nvc0_hw_query_allocate(nvc0, q, NVC0_HW_QUERY_ALLOC_SPACE); in nvc0_hw_query_rotate()
530 unsigned space = NVC0_HW_QUERY_ALLOC_SPACE; in nvc0_hw_create_query()
558 space = NVC0_HW_QUERY_ALLOC_SPACE; in nvc0_hw_create_query()