Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A 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()
H A Dnir_lower_vec3_to_vec4.c135 nir_foreach_function_temp_variable(var, impl) { in nir_lower_vec3_to_vec4()
H A Dnir_lower_const_arrays_to_uniforms.c249 nir_foreach_function_temp_variable(var, impl) { in nir_lower_const_arrays_to_uniforms()
H A Dnir_opt_large_constants.c365 nir_foreach_function_temp_variable(var, impl) { in nir_opt_large_constants()
H A Dnir_lower_mediump.c431 nir_foreach_function_temp_variable(var, impl) { in nir_lower_mediump_vars_impl()
H A Dnir_gather_info.c1086 nir_foreach_function_temp_variable(var, impl) { in nir_shader_gather_info()
H A Dnir_validate.c1643 nir_foreach_function_temp_variable(var, impl) { in validate_function_impl()
H A Dnir_print.c2276 nir_foreach_function_temp_variable(var, impl) { in print_function_impl()
H A Dnir.c2054 nir_foreach_function_temp_variable(var, impl) in nir_function_impl_index_vars()
H A Dnir.h3456 #define nir_foreach_function_temp_variable(var, impl) \ macro
/aosp_15_r20/external/mesa3d/src/
H A D.clang-format103 - nir_foreach_function_temp_variable
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_ray_queries.c546 nir_foreach_function_temp_variable(var, state.impl) { in brw_nir_lower_ray_queries()
H A Dbrw_nir_lower_cooperative_matrix.c817 nir_foreach_function_temp_variable(var, func->impl) { in brw_nir_lower_cmat()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/nir/
H A Dradv_nir_lower_cooperative_matrix.c116 nir_foreach_function_temp_variable (var, func->impl) { in radv_nir_lower_cooperative_matrix()
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A 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()
H A Dnir_to_dxil.c5933 nir_foreach_function_temp_variable(var, impl) in emit_scratch()
5941 nir_foreach_function_temp_variable(var, impl) { in emit_scratch()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c4876 nir_foreach_function_temp_variable(var, entry) in nir_to_spirv()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_compiler.c3348 nir_foreach_function_temp_variable(var, impl) { in lower_64bit_vars()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D20.2.0.rst2620 - nir: Add a nir_foreach_function_temp_variable helper