Home
last modified time | relevance | path

Searched refs:nir_foreach_function_temp_variable (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_vec3_to_vec4.c32 nir_foreach_function_temp_variable(var, impl) { in lower_vec3_to_vec4_impl()
Dnir_opt_large_constants.c186 nir_foreach_function_temp_variable(var, impl) { in nir_opt_large_constants()
Dnir_print.c1518 nir_foreach_function_temp_variable(var, impl) { in print_function_impl()
Dnir_validate.c1610 nir_foreach_function_temp_variable(var, impl) { in validate_function_impl()
Dnir.c2082 nir_foreach_function_temp_variable(var, impl) in nir_function_impl_index_vars()
Dnir.h3223 #define nir_foreach_function_temp_variable(var, impl) \ macro
/third_party/mesa3d/docs/relnotes/
D20.2.0.rst2620 - nir: Add a nir_foreach_function_temp_variable helper