Searched refs:root_params (Results 1 – 4 of 4) sorted by relevance
145 D3D12_ROOT_PARAMETER1 root_params[DZN_META_INDIRECT_DRAW_MAX_PARAM_COUNT]; in dzn_meta_indirect_draw_init() local147 root_params[root_param_count++] = (D3D12_ROOT_PARAMETER1) { in dzn_meta_indirect_draw_init()157 root_params[root_param_count++] = (D3D12_ROOT_PARAMETER1) { in dzn_meta_indirect_draw_init()167 root_params[root_param_count++] = (D3D12_ROOT_PARAMETER1) { in dzn_meta_indirect_draw_init()178 root_params[root_param_count++] = (D3D12_ROOT_PARAMETER1) { in dzn_meta_indirect_draw_init()191 root_params[root_param_count++] = (D3D12_ROOT_PARAMETER1) { in dzn_meta_indirect_draw_init()202 assert(root_param_count <= ARRAY_SIZE(root_params)); in dzn_meta_indirect_draw_init()208 .pParameters = root_params, in dzn_meta_indirect_draw_init()284 D3D12_ROOT_PARAMETER1 root_params[DZN_META_TRIANGLE_FAN_REWRITE_IDX_MAX_PARAM_COUNT]; in dzn_meta_triangle_fan_rewrite_index_init() local286 root_params[root_param_count++] = (D3D12_ROOT_PARAMETER1) { in dzn_meta_triangle_fan_rewrite_index_init()[all …]
645 D3D12_ROOT_PARAMETER1 root_params[MAX_ROOT_PARAMS] = { 0 }; in dzn_pipeline_layout_create() local652 root_param = &root_params[layout->root.param_count]; in dzn_pipeline_layout_create()684 root_param = &root_params[layout->root.param_count++]; in dzn_pipeline_layout_create()718 D3D12_ROOT_PARAMETER1 *root_param = &root_params[layout->root.param_count++]; in dzn_pipeline_layout_create()728 assert(layout->root.param_count <= ARRAY_SIZE(root_params)); in dzn_pipeline_layout_create()735 .pParameters = layout->root.param_count ? root_params : NULL, in dzn_pipeline_layout_create()
114 D3D12_ROOT_PARAMETER1 root_params[D3D12_GFX_SHADER_STAGES * D3D12_NUM_BINDING_TYPES]; in create_root_signature() local125 init_range_root_param(&root_params[num_params++], in create_root_signature()135 init_range_root_param(&root_params[num_params++], in create_root_signature()143 init_range_root_param(&root_params[num_params++], in create_root_signature()153 init_range_root_param(&root_params[num_params], in create_root_signature()166 root_params[num_params++].DescriptorTable.NumDescriptorRanges++; in create_root_signature()176 init_range_root_param(&root_params[num_params++], in create_root_signature()186 init_constant_root_param(&root_params[num_params++], in create_root_signature()198 root_sig_desc.Desc_1_1.pParameters = (num_params > 0) ? root_params : NULL; in create_root_signature()
150 root_params->display_private =161 root_params->display_client =