Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_pipeline_state.cpp227 D3D12_GRAPHICS_PIPELINE_STATE_DESC pso_desc = { 0 }; in create_gfx_pipeline_state() local
228 pso_desc.pRootSignature = state->root_signature; in create_gfx_pipeline_state()
234 pso_desc.VS.BytecodeLength = shader->bytecode_length; in create_gfx_pipeline_state()
235 pso_desc.VS.pShaderBytecode = shader->bytecode; in create_gfx_pipeline_state()
241 pso_desc.HS.BytecodeLength = shader->bytecode_length; in create_gfx_pipeline_state()
242 pso_desc.HS.pShaderBytecode = shader->bytecode; in create_gfx_pipeline_state()
248 pso_desc.DS.BytecodeLength = shader->bytecode_length; in create_gfx_pipeline_state()
249 pso_desc.DS.pShaderBytecode = shader->bytecode; in create_gfx_pipeline_state()
255 pso_desc.GS.BytecodeLength = shader->bytecode_length; in create_gfx_pipeline_state()
256 pso_desc in create_gfx_pipeline_state()
438 D3D12_COMPUTE_PIPELINE_STATE_DESC pso_desc = { 0 }; create_compute_pipeline_state() local
[all...]

Completed in 1 milliseconds