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

/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dcompute_test.cpp222 D3D12_COMPUTE_PIPELINE_STATE_DESC pipeline_desc = { root_sig.Get() }; local in function:ComputeTest::create_pipeline_state
223 pipeline_desc.CS.pShaderBytecode = dxil.binary.data;
224 pipeline_desc.CS.BytecodeLength = dxil.binary.size;
227 if (FAILED(dev->CreateComputePipelineState(&pipeline_desc,

Completed in 3 milliseconds