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()
470 typedef struct nir_variable { struct483 struct nir_variable_data { argument837 /* Number of nir_variable_data members */ argument838 uint16_t num_members;872 struct nir_variable *pointer_initializer; argument890 struct nir_variable_data *members; argument891 } nir_variable; argument
462 int (*cmp)(const nir_variable *, in nir_sort_variables_with_modes()463 const nir_variable *), in nir_sort_variables_with_modes()
281 pub fn variables(&mut self) -> ExecListIter<nir_variable> { in variables()
596 pub fn iter_variables(&self) -> ExecListIter<nir_variable> { in iter_variables()
593 unsafe extern "C" fn can_remove_var(var: *mut nir_variable, _: *mut c_void) -> bool { in can_remove_var()