Lines Matching refs:heap

765                                                   qpool->heap,
950 * pointing to a given heap is active at a given time. To make the
982 struct dzn_descriptor_heap *heap;
989 dzn_descriptor_heap_pool_alloc_slots(&cmdbuf->dsvs.pool, device, 1, &heap, &slot);
990 dsve->handle = dzn_descriptor_heap_get_cpu_handle(heap, slot);
1011 struct dzn_descriptor_heap *heap;
1018 dzn_descriptor_heap_pool_alloc_slots(&cmdbuf->rtvs.pool, device, 1, &heap, &slot);
1019 rtve->handle = dzn_descriptor_heap_get_cpu_handle(heap, slot);
1035 struct dzn_descriptor_heap *heap;
1037 dzn_descriptor_heap_pool_alloc_slots(&cmdbuf->rtvs.pool, device, 1, &heap, &slot);
1038 cmdbuf->null_rtv = dzn_descriptor_heap_get_cpu_handle(heap, slot);
1878 struct dzn_descriptor_heap *heap,
1926 dzn_descriptor_heap_write_image_view_desc(heap, heap_slot, false, false, &iview);
1930 dzn_descriptor_heap_get_gpu_handle(heap, heap_slot);
2111 struct dzn_descriptor_heap *heap,
2130 heap, (*heap_slot)++);
2186 struct dzn_descriptor_heap *heap,
2203 heap, (*heap_slot)++);
2359 desc_heaps[num_desc_heaps++] = new_heaps[D3D12_DESCRIPTOR_HEAP_TYPE_CBV_SRV_UAV]->heap;
2361 desc_heaps[num_desc_heaps++] = new_heaps[D3D12_DESCRIPTOR_HEAP_TYPE_SAMPLER]->heap;
3172 struct dzn_descriptor_heap *heap;
3176 desc_count, &heap, &heap_slot);
3183 if (heap != cmdbuf->state.heaps[D3D12_DESCRIPTOR_HEAP_TYPE_CBV_SRV_UAV]) {
3184 ID3D12DescriptorHeap * const heaps[] = { heap->heap };
3185 cmdbuf->state.heaps[D3D12_DESCRIPTOR_HEAP_TYPE_CBV_SRV_UAV] = heap;
3192 dzn_cmd_buffer_blit_region(cmdbuf, info, heap, &heap_slot, r);
3216 struct dzn_descriptor_heap *heap;
3220 desc_count, &heap, &heap_slot);
3226 if (heap != cmdbuf->state.heaps[D3D12_DESCRIPTOR_HEAP_TYPE_CBV_SRV_UAV]) {
3227 ID3D12DescriptorHeap * const heaps[] = { heap->heap };
3228 cmdbuf->state.heaps[D3D12_DESCRIPTOR_HEAP_TYPE_CBV_SRV_UAV] = heap;
3236 dzn_cmd_buffer_resolve_region(cmdbuf, info, heap, &heap_offset, r);
4201 ID3D12GraphicsCommandList1_BeginQuery(cmdbuf->cmdlist, qpool->heap, qpool->queries[query].type, query);
4218 ID3D12GraphicsCommandList1_EndQuery(cmdbuf->cmdlist, qpool->heap, qpool->queries[query].type, query);
4246 ID3D12GraphicsCommandList1_EndQuery(cmdbuf->cmdlist, qpool->heap, qpool->queries[query].type, query);