Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query_hw.c82 nv50_hw_query_get(struct nouveau_pushbuf *push, struct nv50_query *q, in nv50_hw_query_get() function
162 nv50_hw_query_get(push, q, 0x10, 0x0100f002); in nv50_hw_begin_query()
172 nv50_hw_query_get(push, q, 0x10, 0x06805002); in nv50_hw_begin_query()
175 nv50_hw_query_get(push, q, 0x10, 0x05805002); in nv50_hw_begin_query()
178 nv50_hw_query_get(push, q, 0x20, 0x05805002); in nv50_hw_begin_query()
179 nv50_hw_query_get(push, q, 0x30, 0x06805002); in nv50_hw_begin_query()
182 nv50_hw_query_get(push, q, 0x80, 0x00801002); /* VFETCH, VERTICES */ in nv50_hw_begin_query()
183 nv50_hw_query_get(push, q, 0x90, 0x01801002); /* VFETCH, PRIMS */ in nv50_hw_begin_query()
184 nv50_hw_query_get(push, q, 0xa0, 0x02802002); /* VP, LAUNCHES */ in nv50_hw_begin_query()
185 nv50_hw_query_get(push, q, 0xb0, 0x03806002); /* GP, LAUNCHES */ in nv50_hw_begin_query()
[all …]