Searched refs:nir_foreach_function_temp_variable (Results 1 – 19 of 19) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
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()
|
D | nir_lower_vec3_to_vec4.c | 135 nir_foreach_function_temp_variable(var, impl) { in nir_lower_vec3_to_vec4()
|
D | nir_lower_const_arrays_to_uniforms.c | 249 nir_foreach_function_temp_variable(var, impl) { in nir_lower_const_arrays_to_uniforms()
|
D | nir_opt_large_constants.c | 365 nir_foreach_function_temp_variable(var, impl) { in nir_opt_large_constants()
|
D | nir_lower_mediump.c | 433 nir_foreach_function_temp_variable(var, impl) { in nir_lower_mediump_vars_impl()
|
D | nir_gather_info.c | 1087 nir_foreach_function_temp_variable(var, impl) { in nir_shader_gather_info()
|
D | nir_validate.c | 1644 nir_foreach_function_temp_variable(var, impl) { in validate_function_impl()
|
D | nir_print.c | 2301 nir_foreach_function_temp_variable(var, impl) { in print_function_impl()
|
D | nir.c | 2103 nir_foreach_function_temp_variable(var, impl) in nir_function_impl_index_vars()
|
D | nir.h | 3428 #define nir_foreach_function_temp_variable(var, impl) \ macro
|
/external/mesa3d/src/ |
D | .clang-format | 103 - nir_foreach_function_temp_variable
|
/external/mesa3d/src/intel/compiler/ |
D | brw_nir_lower_ray_queries.c | 547 nir_foreach_function_temp_variable(var, state.impl) { in brw_nir_lower_ray_queries()
|
D | brw_nir_lower_cooperative_matrix.c | 817 nir_foreach_function_temp_variable(var, func->impl) { in brw_nir_lower_cmat()
|
/external/mesa3d/src/amd/vulkan/nir/ |
D | radv_nir_lower_cooperative_matrix.c | 116 nir_foreach_function_temp_variable (var, func->impl) { in radv_nir_lower_cooperative_matrix()
|
/external/mesa3d/src/microsoft/compiler/ |
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()
|
D | nir_to_dxil.c | 5935 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/ |
D | nir_to_spirv.c | 4879 nir_foreach_function_temp_variable(var, entry) in nir_to_spirv()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_compiler.c | 3279 nir_foreach_function_temp_variable(var, impl) { in lower_64bit_vars()
|
/external/mesa3d/docs/relnotes/ |
D | 20.2.0.rst | 2620 - nir: Add a nir_foreach_function_temp_variable helper
|