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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.c399 unsigned qoffset = 0, stride; local in function:nvc0_hw_get_query_result_resource
468 qoffset = 8;
476 if (hq->is64bit || qoffset) {
477 nouveau_pushbuf_data(push, hq->bo, hq->offset + qoffset + 16 * index,
483 nouveau_pushbuf_data(push, hq->bo, hq->offset + qoffset +
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.c399 unsigned qoffset = 0, stride; local in function:nvc0_hw_get_query_result_resource
468 qoffset = 8;
476 if (hq->is64bit || qoffset) {
477 nouveau_pushbuf_data(push, hq->bo, hq->offset + qoffset + 16 * index,
483 nouveau_pushbuf_data(push, hq->bo, hq->offset + qoffset +

Completed in 3 milliseconds