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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.c31 #define NVC0_HW_QUERY_ALLOC_SPACE 256 macro
92 if (hq->offset - hq->base_offset == NVC0_HW_QUERY_ALLOC_SPACE)
93 nvc0_hw_query_allocate(nvc0, q, NVC0_HW_QUERY_ALLOC_SPACE);
530 unsigned space = NVC0_HW_QUERY_ALLOC_SPACE;
558 space = NVC0_HW_QUERY_ALLOC_SPACE;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.c31 #define NVC0_HW_QUERY_ALLOC_SPACE 256 macro
92 if (hq->offset - hq->base_offset == NVC0_HW_QUERY_ALLOC_SPACE)
93 nvc0_hw_query_allocate(nvc0, q, NVC0_HW_QUERY_ALLOC_SPACE);
530 unsigned space = NVC0_HW_QUERY_ALLOC_SPACE;
558 space = NVC0_HW_QUERY_ALLOC_SPACE;

Completed in 35 milliseconds