Home
last modified time | relevance | path

Searched refs:nir_foreach_function_safe (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/
H A D.clang-format151 - nir_foreach_function_safe
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir.c3480 nir_foreach_function_safe(func, nir) { in nir_remove_non_entrypoints()
3490 nir_foreach_function_safe(func, nir) { in nir_remove_non_exported()
H A Dnir.h4437 #define nir_foreach_function_safe(func, shader) \ macro
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D23.2.1.rst5506 - nir: Add nir_foreach_function_safe and use it