Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opt_ray_queries.c229 nir_foreach_function_temp_variable(var, func->impl) { in nir_opt_ray_query_ranges()
255 nir_foreach_function_temp_variable(var, func->impl) { in nir_opt_ray_query_ranges()
Dnir_lower_vec3_to_vec4.c135 nir_foreach_function_temp_variable(var, impl) { in nir_lower_vec3_to_vec4()
Dnir_lower_const_arrays_to_uniforms.c249 nir_foreach_function_temp_variable(var, impl) { in nir_lower_const_arrays_to_uniforms()
Dnir_opt_large_constants.c365 nir_foreach_function_temp_variable(var, impl) { in nir_opt_large_constants()
Dnir_lower_mediump.c433 nir_foreach_function_temp_variable(var, impl) { in nir_lower_mediump_vars_impl()
Dnir_gather_info.c1087 nir_foreach_function_temp_variable(var, impl) { in nir_shader_gather_info()
Dnir_validate.c1644 nir_foreach_function_temp_variable(var, impl) { in validate_function_impl()
Dnir_print.c2301 nir_foreach_function_temp_variable(var, impl) { in print_function_impl()
Dnir.c2103 nir_foreach_function_temp_variable(var, impl) in nir_function_impl_index_vars()
Dnir.h3428 #define nir_foreach_function_temp_variable(var, impl) \ macro
/external/mesa3d/src/
D.clang-format103 - nir_foreach_function_temp_variable
/external/mesa3d/src/intel/compiler/
Dbrw_nir_lower_ray_queries.c547 nir_foreach_function_temp_variable(var, state.impl) { in brw_nir_lower_ray_queries()
Dbrw_nir_lower_cooperative_matrix.c817 nir_foreach_function_temp_variable(var, func->impl) { in brw_nir_lower_cmat()
/external/mesa3d/src/amd/vulkan/nir/
Dradv_nir_lower_cooperative_matrix.c116 nir_foreach_function_temp_variable (var, func->impl) { in radv_nir_lower_cooperative_matrix()
/external/mesa3d/src/microsoft/compiler/
Ddxil_nir.c410 nir_foreach_function_temp_variable(var, impl) in dxil_nir_flatten_var_arrays()
592 nir_foreach_function_temp_variable(var, impl) in dxil_nir_lower_var_bit_size()
Dnir_to_dxil.c5935 nir_foreach_function_temp_variable(var, impl) in emit_scratch()
5943 nir_foreach_function_temp_variable(var, impl) { in emit_scratch()
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c4879 nir_foreach_function_temp_variable(var, entry) in nir_to_spirv()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c3279 nir_foreach_function_temp_variable(var, impl) { in lower_64bit_vars()
/external/mesa3d/docs/relnotes/
D20.2.0.rst2620 - nir: Add a nir_foreach_function_temp_variable helper