Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/rust/
H A Dnir.rs238 pub fn srcs_as_slice<'a>(&'a self) -> &'a [nir_tex_src] { in srcs_as_slice()
242 pub fn get_src(&self, idx: usize) -> &nir_tex_src { in get_src()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir.h2363 typedef struct nir_tex_src { struct
2368 nir_tex_src_type src_type; argument
2369 } nir_tex_src; argument