Searched refs:nv50_hw_query_allocate (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_query_hw.c | 42 nv50_hw_query_allocate(struct nv50_context *nv50, struct nv50_query *q, in nv50_hw_query_allocate() function 68 nv50_hw_query_allocate(nv50, q, 0); in nv50_hw_query_allocate() 117 nv50_hw_query_allocate(nv50, q, 0); in nv50_hw_destroy_query() 139 nv50_hw_query_allocate(nv50, q, NV50_HW_QUERY_ALLOC_SPACE); in nv50_hw_begin_query() 399 if (!nv50_hw_query_allocate(nv50, q, NV50_HW_QUERY_ALLOC_SPACE)) { in nv50_hw_create_query()
|
D | nv50_query_hw.h | 53 nv50_hw_query_allocate(struct nv50_context *, struct nv50_query *, int);
|
D | nv50_query_hw_sm.c | 156 nv50_hw_query_allocate(nv50, q, 0); in nv50_hw_sm_destroy_query() 397 if (!nv50_hw_query_allocate(nv50, &hq->base, space)) { in nv50_hw_sm_create_query()
|