Home
last modified time | relevance | path

Searched refs:nir_foreach_function_temp_variable (Results 1 – 10 of 10) 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_lower_const_arrays_to_uniforms.c250 nir_foreach_function_temp_variable(var, impl) { in nir_lower_const_arrays_to_uniforms()
Dnir_opt_large_constants.c186 nir_foreach_function_temp_variable(var, impl) { in nir_opt_large_constants()
Dnir_gather_info.c1026 nir_foreach_function_temp_variable(var, func->impl) { in nir_shader_gather_info()
Dnir_print.c1614 nir_foreach_function_temp_variable(var, impl) { in print_function_impl()
Dnir_validate.c1637 nir_foreach_function_temp_variable(var, impl) { in validate_function_impl()
Dnir.c2211 nir_foreach_function_temp_variable(var, impl) in nir_function_impl_index_vars()
Dnir.h3041 #define nir_foreach_function_temp_variable(var, impl) \ macro
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c4462 nir_foreach_function_temp_variable(var, entry) in nir_to_spirv()
/third_party/mesa3d/docs/relnotes/
D20.2.0.rst2620 - nir: Add a nir_foreach_function_temp_variable helper