Searched defs:nir_variable (Results 1 – 5 of 5) sorted by relevance
468 typedef struct nir_variable { struct481 struct nir_variable_data { argument807 /* Number of nir_variable_data members */ argument808 uint16_t num_members;842 struct nir_variable *pointer_initializer; argument860 struct nir_variable_data *members; argument861 } nir_variable; typedef
462 int (*cmp)(const nir_variable *, in nir_sort_variables_with_modes()463 const nir_variable *), in nir_sort_variables_with_modes()
619 fn iter_variables(&self) -> ExecListIter<nir_variable>; in iter_variables()627 fn iter_variables(&self) -> ExecListIter<nir_variable> { in iter_variables()
296 pub fn variables(&mut self) -> ExecListIter<nir_variable> { in variables()
386 unsafe extern "C" fn can_remove_var(var: *mut nir_variable, _: *mut c_void) -> bool { in can_remove_var()