Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_move_discards_to_top.c178 if (nir_intrinsic_writes_external_memory(intrin)) { in opt_move_discards_to_top_impl()
Dnir_gather_info.c285 nir_intrinsic_writes_external_memory(const nir_intrinsic_instr *instr) in nir_intrinsic_writes_external_memory() function
505 if (nir_intrinsic_writes_external_memory(instr)) in gather_intrinsic_info()
749 if (nir_intrinsic_writes_external_memory(instr)) in gather_intrinsic_info()
Dnir.h2020 bool nir_intrinsic_writes_external_memory(const nir_intrinsic_instr *instr);
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst2922 - nir/gather_info: Expose a nir_intrinsic_writes_external_memory helper