Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_draw.cpp495 D3D12_GPU_DESCRIPTOR_HANDLE root_desc_tables[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()
514 root_desc_tables[num_root_descriptors] = fill_srv_descriptors(ctx, shader, stage); 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()
528 root_desc_tables[num_root_descriptors] = fill_ssbo_descriptors(ctx, shader, stage); in update_shader_stage_root_parameters()
536 root_desc_tables[num_root_descriptors] = fill_image_descriptors(ctx, shader, stage); in update_shader_stage_root_parameters()
548 D3D12_GPU_DESCRIPTOR_HANDLE root_desc_tables[MAX_DESCRIPTOR_TABLES],
560 update_shader_stage_root_parameters(ctx, shader_sel, num_params, num_root_descriptors, root_desc_tables, root_desc_indices);
577 D3D12_GPU_DESCRIPTOR_HANDLE root_desc_tables[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_indice 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
1053 D3D12_GPU_DESCRIPTOR_HANDLE root_desc_tables[MAX_DESCRIPTOR_TABLES]; d3d12_draw_vbo() local
1357 D3D12_GPU_DESCRIPTOR_HANDLE root_desc_tables[MAX_DESCRIPTOR_TABLES]; d3d12_launch_grid() local
[all...]

Completed in 2 milliseconds