Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/rust/
H A Dnir.rs592 pub fn iter_functions(&self) -> ExecListIter<nir_function> { in iter_functions() method
/aosp_15_r20/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml731 let iter_functions f m = function
H A Dllvm.mli1502 (** [iter_functions f m] applies function [f] to each of the functions of module
1504 val iter_functions : (llvalue -> unit) -> llmodule -> unit val
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dfrom_nir.rs3598 for nf in self.nir.iter_functions() { in parse_shader()