Searched refs:nvc0_hw_query_get (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_query_hw.c | 74 nvc0_hw_query_get(struct nouveau_pushbuf *push, struct nvc0_query *q, in nvc0_hw_query_get() function 163 nvc0_hw_query_get(push, q, 0x10, 0x0100f002); in nvc0_hw_begin_query() 172 nvc0_hw_query_get(push, q, 0x10, 0x09005002 | (q->index << 5)); in nvc0_hw_begin_query() 175 nvc0_hw_query_get(push, q, 0x10, 0x05805002 | (q->index << 5)); in nvc0_hw_begin_query() 178 nvc0_hw_query_get(push, q, 0x20, 0x05805002 | (q->index << 5)); in nvc0_hw_begin_query() 179 nvc0_hw_query_get(push, q, 0x30, 0x06805002 | (q->index << 5)); in nvc0_hw_begin_query() 182 nvc0_hw_query_get(push, q, 0x10, 0x03005002 | (q->index << 5)); in nvc0_hw_begin_query() 185 nvc0_hw_query_get(push, q, 0x10, 0x00005002); in nvc0_hw_begin_query() 188 nvc0_hw_query_get(push, q, 0xc0 + 0x00, 0x00801002); /* VFETCH, VERTICES */ in nvc0_hw_begin_query() 189 nvc0_hw_query_get(push, q, 0xc0 + 0x10, 0x01801002); /* VFETCH, PRIMS */ in nvc0_hw_begin_query() [all …]
|