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 D | nir_opt_ray_queries.c | 229 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 D | nir_lower_vec3_to_vec4.c | 135 nir_foreach_function_temp_variable(var, impl) { in nir_lower_vec3_to_vec4()
|
H A D | nir_lower_const_arrays_to_uniforms.c | 249 nir_foreach_function_temp_variable(var, impl) { in nir_lower_const_arrays_to_uniforms()
|
H A D | nir_opt_large_constants.c | 365 nir_foreach_function_temp_variable(var, impl) { in nir_opt_large_constants()
|
H A D | nir_lower_mediump.c | 431 nir_foreach_function_temp_variable(var, impl) { in nir_lower_mediump_vars_impl()
|
H A D | nir_gather_info.c | 1086 nir_foreach_function_temp_variable(var, impl) { in nir_shader_gather_info()
|
H A D | nir_validate.c | 1643 nir_foreach_function_temp_variable(var, impl) { in validate_function_impl()
|
H A D | nir_print.c | 2276 nir_foreach_function_temp_variable(var, impl) { in print_function_impl()
|
H A D | nir.c | 2054 nir_foreach_function_temp_variable(var, impl) in nir_function_impl_index_vars()
|
H A D | nir.h | 3456 #define nir_foreach_function_temp_variable(var, impl) \ macro
|
/aosp_15_r20/external/mesa3d/src/ |
H A D | .clang-format | 103 - nir_foreach_function_temp_variable
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_nir_lower_ray_queries.c | 546 nir_foreach_function_temp_variable(var, state.impl) { in brw_nir_lower_ray_queries()
|
H A D | brw_nir_lower_cooperative_matrix.c | 817 nir_foreach_function_temp_variable(var, func->impl) { in brw_nir_lower_cmat()
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/nir/ |
H A D | radv_nir_lower_cooperative_matrix.c | 116 nir_foreach_function_temp_variable (var, func->impl) { in radv_nir_lower_cooperative_matrix()
|
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/ |
H A D | dxil_nir.c | 410 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 D | nir_to_dxil.c | 5933 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 D | nir_to_spirv.c | 4876 nir_foreach_function_temp_variable(var, entry) in nir_to_spirv()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_compiler.c | 3348 nir_foreach_function_temp_variable(var, impl) { in lower_64bit_vars()
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 20.2.0.rst | 2620 - nir: Add a nir_foreach_function_temp_variable helper
|