Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_query.c157 nvc0_query_get(struct nouveau_pushbuf *push, struct nvc0_query *q, in nvc0_query_get() function
209 nvc0_query_get(push, q, 0x10, 0x0100f002); in nvc0_query_begin()
218 nvc0_query_get(push, q, 0x10, 0x06805002 | (q->index << 5)); in nvc0_query_begin()
221 nvc0_query_get(push, q, 0x10, 0x05805002 | (q->index << 5)); in nvc0_query_begin()
224 nvc0_query_get(push, q, 0x20, 0x05805002 | (q->index << 5)); in nvc0_query_begin()
225 nvc0_query_get(push, q, 0x30, 0x06805002 | (q->index << 5)); in nvc0_query_begin()
228 nvc0_query_get(push, q, 0x10, 0x03005002 | (q->index << 5)); in nvc0_query_begin()
232 nvc0_query_get(push, q, 0x10, 0x00005002); in nvc0_query_begin()
235 nvc0_query_get(push, q, 0xc0 + 0x00, 0x00801002); /* VFETCH, VERTICES */ in nvc0_query_begin()
236 nvc0_query_get(push, q, 0xc0 + 0x10, 0x01801002); /* VFETCH, PRIMS */ in nvc0_query_begin()
[all …]