Searched refs:nir_foreach_function_with_impl (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/broadcom/compiler/ |
D | v3d_nir_lower_line_smooth.c | 161 nir_foreach_function_with_impl(function, impl, s) { in v3d_nir_lower_line_smooth()
|
/external/mesa3d/src/ |
D | .clang-format | 152 - nir_foreach_function_with_impl
|
/external/mesa3d/src/imagination/pco/ |
D | pco_nir.c | 344 nir_foreach_function_with_impl (_, impl, nir) { in pco_postprocess_nir()
|
D | pco_trans_nir.c | 918 nir_foreach_function_with_impl (func, impl, nir) { in pco_trans_nir()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_variable_initializers.c | 107 nir_foreach_function_with_impl(func, impl, shader) { in nir_lower_variable_initializers()
|
D | nir_lower_clip.c | 617 nir_foreach_function_with_impl(function, impl, shader) { in nir_lower_clip_fs()
|
D | nir_clone.c | 796 nir_foreach_function_with_impl(fxn, impl, s) { in nir_shader_clone()
|
D | nir.h | 4534 #define nir_foreach_function_with_impl(it, impl_it, shader) \ macro 4555 nir_foreach_function_with_impl(_func_##it, it, shader)
|
/external/mesa3d/src/imagination/ |
D | .clang-format | 226 'nir_foreach_function_with_impl',
|
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_compile.c | 2995 nir_foreach_function_with_impl(func, impl, nir) { in midgard_compile_shader_nir()
|
/external/mesa3d/src/asahi/compiler/ |
D | agx_compile.c | 3851 nir_foreach_function_with_impl(func, impl, nir) { in agx_compile_shader_nir()
|
/external/mesa3d/docs/relnotes/ |
D | 23.2.1.rst | 5480 - 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
|
D | 23.3.0.rst | 6232 - microsoft/compiler: convert to use nir_foreach_function_with_impl in function emit_module
|
/external/mesa3d/src/microsoft/compiler/ |
D | nir_to_dxil.c | 6145 nir_foreach_function_with_impl(func, impl, ctx->shader) { in emit_module()
|