Searched refs:query_heap (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_screen.h | 28 struct nouveau_heap *query_heap; member in struct:nv30_screen
|
| H A D | nv30_query.c | 78 while (nouveau_heap_alloc(screen->query_heap, 32, NULL, &qo->hw)) {
|
| H A D | nv30_screen.c | 500 nouveau_heap_destroy(&screen->query_heap); 653 ret = nouveau_heap_init(&screen->query_heap, 0, 4096 - 128);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_screen.h | 28 struct nouveau_heap *query_heap; member in struct:nv30_screen
|
| H A D | nv30_query.c | 78 while (nouveau_heap_alloc(screen->query_heap, 32, NULL, &qo->hw)) {
|
| H A D | nv30_screen.c | 515 nouveau_heap_destroy(&screen->query_heap); 668 ret = nouveau_heap_init(&screen->query_heap, 0, 4096 - 128);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| H A D | d3d12_query.cpp | 38 ID3D12QueryHeap *query_heap; member in struct:d3d12_query 141 IID_PPV_ARGS(&query->query_heap)))) { 163 query->query_heap->Release(); 303 ctx->cmdlist->BeginQuery(q->query_heap, q->d3d12qtype, q->curr_query); 326 ctx->cmdlist->EndQuery(q->query_heap, q->d3d12qtype, query_index); 369 ctx->cmdlist->EndQuery(q->query_heap, q->d3d12qtype, end_index); 372 ctx->cmdlist->ResolveQueryData(q->query_heap, q->d3d12qtype, resolve_index, 375 d3d12_batch_reference_object(batch, q->query_heap);
|
Completed in 10 milliseconds