Searched refs:num_root_descriptors (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_draw.cpp | 494 unsigned &num_root_descriptors, in update_shader_stage_root_parameters() 505 assert(num_root_descriptors < MAX_DESCRIPTOR_TABLES); in update_shader_stage_root_parameters() 506 root_desc_tables[num_root_descriptors] = fill_cbv_descriptors(ctx, shader, stage); in update_shader_stage_root_parameters() 507 root_desc_indices[num_root_descriptors++] = num_params; in update_shader_stage_root_parameters() 513 assert(num_root_descriptors < MAX_DESCRIPTOR_TABLES); in update_shader_stage_root_parameters() 514 root_desc_tables[num_root_descriptors] = fill_srv_descriptors(ctx, shader, stage); in update_shader_stage_root_parameters() 515 root_desc_indices[num_root_descriptors++] = num_params; in update_shader_stage_root_parameters() 519 assert(num_root_descriptors < MAX_DESCRIPTOR_TABLES); in update_shader_stage_root_parameters() 520 root_desc_tables[num_root_descriptors] = fill_sampler_descriptors(ctx, shader_sel, stage); in update_shader_stage_root_parameters() 521 root_desc_indices[num_root_descriptors in update_shader_stage_root_parameters() 491 update_shader_stage_root_parameters(struct d3d12_context *ctx, const struct d3d12_shader_selector *shader_sel, unsigned &num_params, unsigned &num_root_descriptors, D3D12_GPU_DESCRIPTOR_HANDLE root_desc_tables[MAX_DESCRIPTOR_TABLES], int root_desc_indices[MAX_DESCRIPTOR_TABLES]) update_shader_stage_root_parameters() argument 582 unsigned num_root_descriptors = 0; update_compute_root_parameters() local 1055 unsigned num_root_descriptors = update_graphics_root_parameters(ctx, dinfo, drawid_offset, &draws[0], d3d12_draw_vbo() local 1359 unsigned num_root_descriptors = update_compute_root_parameters(ctx, info, root_desc_tables, root_desc_indices, &cmd_sig_key); d3d12_launch_grid() local [all...] |
Completed in 2 milliseconds