Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query_hw.c69 nvc0_hw_query_get(struct nouveau_pushbuf *push, struct nvc0_query *q, in nvc0_hw_query_get() function
173 nvc0_hw_query_get(push, q, 0x10, 0x0100f002); in nvc0_hw_begin_query()
187 nvc0_hw_query_get(push, q, 0x10, 0x09005002 | (q->index << 5)); in nvc0_hw_begin_query()
190 nvc0_hw_query_get(push, q, 0x10, 0x05805002 | (q->index << 5)); in nvc0_hw_begin_query()
193 nvc0_hw_query_get(push, q, 0x20, 0x05805002 | (q->index << 5)); in nvc0_hw_begin_query()
194 nvc0_hw_query_get(push, q, 0x30, 0x06805002 | (q->index << 5)); in nvc0_hw_begin_query()
197 nvc0_hw_query_get(push, q, 0x10, 0x03005002 | (q->index << 5)); in nvc0_hw_begin_query()
201 nvc0_hw_query_get(push, q, 0x10, 0x0f005002); in nvc0_hw_begin_query()
204 nvc0_hw_query_get(push, q, 0x10, 0x00005002); in nvc0_hw_begin_query()
207 nvc0_hw_query_get(push, q, 0xc0 + 0x00, 0x00801002); /* VFETCH, VERTICES */ in nvc0_hw_begin_query()
[all …]