Home
last modified time | relevance | path

Searched refs:nir_foreach_reg_load (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/mesa3d/src/
H A D.clang-format124 - nir_foreach_reg_load
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_trivialize_registers.c176 nir_foreach_reg_load(load, reg) { in trivialize_loads()
H A Dnir.h7025 #define nir_foreach_reg_load(load, reg) \ macro
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dnir_to_rc.c630 nir_foreach_reg_load(src, reg_decl) { in ntr_try_store_reg_in_tgsi_output()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c802 nir_foreach_reg_load(src, reg_decl) { in ntt_try_store_reg_in_tgsi_output()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D24.0.0.rst2494 - nir: add _safe variants of nir_foreach_reg_load/store