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()
487 typedef struct nir_variable { struct500 struct nir_variable_data { argument857 /* Number of nir_variable_data members */ argument858 uint16_t num_members;870 int *max_ifc_array_access;904 struct nir_variable *pointer_initializer; argument922 struct nir_variable_data *members; argument923 } 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()
284 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()