Lines Matching refs:heap
81 dzn_ID3D12DescriptorHeap_GetCPUDescriptorHandleForHeapStart(ID3D12DescriptorHeap *heap)
85 ID3D12DescriptorHeap_GetCPUDescriptorHandleForHeapStart(heap, &ret);
87 ret = ID3D12DescriptorHeap_GetCPUDescriptorHandleForHeapStart(heap);
89 ret = ((D3D12_CPU_DESCRIPTOR_HANDLE (STDMETHODCALLTYPE *)(ID3D12DescriptorHeap *))heap->lpVtbl->GetCPUDescriptorHandleForHeapStart)(heap);
95 dzn_ID3D12DescriptorHeap_GetGPUDescriptorHandleForHeapStart(ID3D12DescriptorHeap *heap)
99 ID3D12DescriptorHeap_GetGPUDescriptorHandleForHeapStart(heap, &ret);
101 ret = ID3D12DescriptorHeap_GetGPUDescriptorHandleForHeapStart(heap);
103 ret = ((D3D12_GPU_DESCRIPTOR_HANDLE (STDMETHODCALLTYPE *)(ID3D12DescriptorHeap *))heap->lpVtbl->GetGPUDescriptorHandleForHeapStart)(heap);