Searched refs:shader_sel (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_draw.cpp | 192 const struct d3d12_shader_selector *shader_sel, in fill_sampler_descriptors() 195 const struct d3d12_shader *shader = shader_sel->current; in fill_sampler_descriptors() 214 if (sampler->is_shadow_sampler && shader_sel->compare_with_lod_bias_grad) in fill_sampler_descriptors() 492 const struct d3d12_shader_selector *shader_sel, in update_shader_stage_root_parameters() 498 auto stage = shader_sel->stage; in update_shader_stage_root_parameters() 499 struct d3d12_shader *shader = shader_sel->current; 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() 556 struct d3d12_shader_selector *shader_sel = ctx->gfx_stages[i]; 557 if (!shader_sel) 560 update_shader_stage_root_parameters(ctx, shader_sel, num_param 191 fill_sampler_descriptors(struct d3d12_context *ctx, const struct d3d12_shader_selector *shader_sel, unsigned stage) fill_sampler_descriptors() argument 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 584 struct d3d12_shader_selector *shader_sel = ctx->compute_state; update_compute_root_parameters() local [all...] |
Completed in 2 milliseconds