Searched refs:lower_vars_to_explicit (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_io.c | 2396 lower_vars_to_explicit(nir_shader *shader, in lower_vars_to_explicit() function 2506 progress |= lower_vars_to_explicit(shader, &shader->variables, nir_var_uniform, type_info); in nir_lower_vars_to_explicit_types() 2508 progress |= lower_vars_to_explicit(shader, &shader->variables, nir_var_mem_global, type_info); in nir_lower_vars_to_explicit_types() 2512 progress |= lower_vars_to_explicit(shader, &shader->variables, nir_var_mem_shared, type_info); in nir_lower_vars_to_explicit_types() 2516 progress |= lower_vars_to_explicit(shader, &shader->variables, nir_var_shader_temp, type_info); in nir_lower_vars_to_explicit_types() 2518 progress |= lower_vars_to_explicit(shader, &shader->variables, nir_var_mem_constant, type_info); in nir_lower_vars_to_explicit_types() 2520 progress |= lower_vars_to_explicit(shader, &shader->variables, nir_var_shader_call_data, type_info); in nir_lower_vars_to_explicit_types() 2522 progress |= lower_vars_to_explicit(shader, &shader->variables, nir_var_ray_hit_attrib, type_info); in nir_lower_vars_to_explicit_types() 2524 progress |= lower_vars_to_explicit(shader, &shader->variables, nir_var_mem_task_payload, type_info); in nir_lower_vars_to_explicit_types() 2529 progress |= lower_vars_to_explicit(shade in nir_lower_vars_to_explicit_types() [all...] |
Completed in 4 milliseconds