Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_draw.cpp496 int root_desc_indices[MAX_DESCRIPTOR_TABLES]) in update_shader_stage_root_parameters()
507 root_desc_indices[num_root_descriptors++] = num_params; in update_shader_stage_root_parameters()
515 root_desc_indices[num_root_descriptors++] = num_params; in update_shader_stage_root_parameters()
521 root_desc_indices[num_root_descriptors++] = num_params; in update_shader_stage_root_parameters()
529 root_desc_indices[num_root_descriptors++] = num_params; in update_shader_stage_root_parameters()
537 root_desc_indices[num_root_descriptors++] = num_params; in update_shader_stage_root_parameters()
549 int root_desc_indices[MAX_DESCRIPTOR_TABLES],
560 update_shader_stage_root_parameters(ctx, shader_sel, num_params, num_root_descriptors, root_desc_tables, root_desc_indices);
578 int root_desc_indices[MAX_DESCRIPTOR_TABLES], in update_compute_root_parameters()
586 update_shader_stage_root_parameters(ctx, shader_sel, num_params, num_root_descriptors, root_desc_tables, root_desc_indices); in update_compute_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
575 update_compute_root_parameters(struct d3d12_context *ctx, const struct pipe_grid_info *info, D3D12_GPU_DESCRIPTOR_HANDLE root_desc_tables[MAX_DESCRIPTOR_TABLES], int root_desc_indices[MAX_DESCRIPTOR_TABLES], struct d3d12_cmd_signature_key *cmd_sig_key) update_compute_root_parameters() argument
1054 int root_desc_indices[MAX_DESCRIPTOR_TABLES]; d3d12_draw_vbo() local
1358 int root_desc_indices[MAX_DESCRIPTOR_TABLES]; d3d12_launch_grid() local
[all...]

Completed in 2 milliseconds