Searched defs:nir_variable (Results 1 – 6 of 6) sorted by relevance
30 bool (*filter)(nir_variable *), in nir_lower_array_deref_of_vec_impl()154 bool (*filter)(nir_variable *), in nir_lower_array_deref_of_vec()
486 typedef struct nir_variable { struct499 struct nir_variable_data { argument856 /* Number of nir_variable_data members */ argument857 uint16_t num_members;869 int *max_ifc_array_access;903 struct nir_variable *pointer_initializer; argument921 struct nir_variable_data *members; argument922 } nir_variable; typedef
460 int (*cmp)(const nir_variable *, in nir_sort_variables_with_modes()461 const nir_variable *), in nir_sort_variables_with_modes()
279 pub fn variables(&mut self) -> ExecListIter<nir_variable> { in variables()
575 pub fn iter_variables(&self) -> ExecListIter<nir_variable> { in iter_variables()
609 unsafe extern "C" fn can_remove_var(var: *mut nir_variable, _: *mut c_void) -> bool { in can_remove_var()