Searched refs:uav_heap (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dcompute_test.cpp385 handle = uav_heap->GetCPUDescriptorHandleForHeapStart();
410 handle = uav_heap->GetCPUDescriptorHandleForHeapStart();
569 cmdlist->SetDescriptorHeaps(1, &uav_heap);
571 cmdlist->SetComputeRootDescriptorTable(0, uav_heap->GetGPUDescriptorHandleForHeapStart());
694 __uuidof(uav_heap), (void **)&uav_heap)))
710 uav_heap->Release();
H A Dcompute_test.h346 ID3D12DescriptorHeap *uav_heap; member in class:ComputeTest

Completed in 3 milliseconds