Searched refs:num_root_descriptors (Results 1 – 1 of 1) sorted by relevance
507 unsigned &num_root_descriptors, in update_shader_stage_root_parameters() argument518 assert(num_root_descriptors < MAX_DESCRIPTOR_TABLES); in update_shader_stage_root_parameters()519 root_desc_tables[num_root_descriptors] = fill_cbv_descriptors(ctx, shader, stage); in update_shader_stage_root_parameters()520 root_desc_indices[num_root_descriptors++] = num_params; in update_shader_stage_root_parameters()526 assert(num_root_descriptors < MAX_DESCRIPTOR_TABLES); in update_shader_stage_root_parameters()527 root_desc_tables[num_root_descriptors] = fill_srv_descriptors(ctx, shader, stage); in update_shader_stage_root_parameters()528 root_desc_indices[num_root_descriptors++] = num_params; in update_shader_stage_root_parameters()532 assert(num_root_descriptors < MAX_DESCRIPTOR_TABLES); in update_shader_stage_root_parameters()533 root_desc_tables[num_root_descriptors] = fill_sampler_descriptors(ctx, shader_sel, stage); in update_shader_stage_root_parameters()534 root_desc_indices[num_root_descriptors++] = num_params; in update_shader_stage_root_parameters()[all …]