Searched defs:nir_tex_instr (Results 1 – 3 of 3) sorted by relevance
2424 typedef struct nir_tex_instr { struct2426 nir_instr instr;2457 * This array has :c:member:`nir_tex_instr.num_srcs` elements argument2459 nir_tex_src *src;2462 unsigned num_srcs;2465 unsigned coord_components;2468 bool is_array;2475 bool is_shadow;2481 bool is_new_style_shadow;2487 bool is_sparse;[all …]
237 impl nir_tex_instr { impl413 pub fn as_tex<'a>(&'a self) -> Option<&'a nir_tex_instr> { in as_tex()416 Some(unsafe { &*(p as *const nir_tex_instr) }) in as_tex() constant
1680 fn parse_tex(&mut self, b: &mut impl SSABuilder, tex: &nir_tex_instr) { in parse_tex()