Home
last modified time | relevance | path

Searched refs:nir_foreach_function_with_impl (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/mesa3d/src/broadcom/compiler/
H A Dv3d_nir_lower_line_smooth.c161 nir_foreach_function_with_impl(function, impl, s) { in v3d_nir_lower_line_smooth()
/aosp_15_r20/external/mesa3d/src/
H A D.clang-format152 - nir_foreach_function_with_impl
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_variable_initializers.c107 nir_foreach_function_with_impl(func, impl, shader) { in nir_lower_variable_initializers()
H A Dnir_lower_clip.c555 nir_foreach_function_with_impl(function, impl, shader) { in nir_lower_clip_fs()
H A Dnir_clone.c769 nir_foreach_function_with_impl(fxn, impl, s) { in nir_shader_clone()
H A Dnir.h4464 #define nir_foreach_function_with_impl(it, impl_it, shader) \ macro
4485 nir_foreach_function_with_impl(_func_##it, it, shader)
/aosp_15_r20/external/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.c3010 nir_foreach_function_with_impl(func, impl, nir) { in midgard_compile_shader_nir()
/aosp_15_r20/external/mesa3d/src/asahi/compiler/
H A Dagx_compile.c3580 nir_foreach_function_with_impl(func, impl, nir) { in agx_compile_shader_nir()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D23.2.1.rst5480 - nir: Split macro nir_foreach_function_with_impl out of nir_foreach_function_impl
5481 - clang-format: Add nir_foreach_function_with_impl into src/.clang-format
5482 - treewide: Switch to use nir_foreach_function_with_impl when possible
5494 - nir: Strip the const modifier on nir_function * in nir_foreach_function_with_impl
5495 - panfrost: Convert to use nir_foreach_function_with_impl in function midgard_compile_shader_nir
H A D23.3.0.rst6232 - microsoft/compiler: convert to use nir_foreach_function_with_impl in function emit_module
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c6143 nir_foreach_function_with_impl(func, impl, ctx->shader) { in emit_module()