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

/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dcompute_test.cpp219 ComputeTest::create_pipeline_state(ComPtr<ID3D12RootSignature> &root_sig, argument
222 D3D12_COMPUTE_PIPELINE_STATE_DESC pipeline_desc = { root_sig.Get() };
566 auto root_sig = create_root_signature(resources); local in function:ComputeTest::run_shader_with_raw_args
567 auto pipeline_state = create_pipeline_state(root_sig, *dxil);
570 cmdlist->SetComputeRootSignature(root_sig.Get());
H A Dcompute_test.h107 create_pipeline_state(ComPtr<ID3D12RootSignature> &root_sig,

Completed in 3 milliseconds