Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/rust/
Dnir.rs217 pub fn srcs_as_slice<'a>(&'a self) -> &'a [nir_tex_src] { in srcs_as_slice()
221 pub fn get_src(&self, idx: usize) -> &nir_tex_src { in get_src()
/third_party/mesa3d/src/compiler/nir/
Dnir.h2324 typedef struct nir_tex_src { struct
2329 nir_tex_src_type src_type; argument
2330 } nir_tex_src; typedef