Lines Matching refs:root
1515 pipeline->root.sets_param_count = layout->root.sets_param_count;
1516 pipeline->root.sysval_cbv_param_idx = layout->root.sysval_cbv_param_idx;
1517 pipeline->root.push_constant_cbv_param_idx = layout->root.push_constant_cbv_param_idx;
1518 STATIC_ASSERT(sizeof(pipeline->root.type) == sizeof(layout->root.type));
1519 memcpy(pipeline->root.type, layout->root.type, sizeof(pipeline->root.type));
1520 pipeline->root.sig = layout->root.sig;
1521 ID3D12RootSignature_AddRef(pipeline->root.sig);
1537 *root_sig = pipeline->root.sig;
1545 if (pipeline->root.sig)
1546 ID3D12RootSignature_Release(pipeline->root.sig);
1912 .RootParameterIndex = pipeline->base.root.sysval_cbv_param_idx,
1921 .RootParameterIndex = pipeline->base.root.sysval_cbv_param_idx,
1946 pipeline->base.root.sig,
2216 .RootParameterIndex = pipeline->base.root.sysval_cbv_param_idx,
2234 pipeline->base.root.sig,