Home
last modified time | relevance | path

Searched defs:nir_alu_src (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/rust/
Dnir.rs184 pub fn srcs_as_slice<'a>(&'a self) -> &'a [nir_alu_src] { in srcs_as_slice()
191 pub fn get_src(&self, idx: usize) -> &nir_alu_src { in get_src()
202 impl nir_alu_src { implementation
/third_party/mesa3d/src/compiler/nir/
Dnir.h1246 typedef struct nir_alu_src { struct
1260 } nir_alu_src; typedef