Home
last modified time | relevance | path

Searched defs:nir_variable (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_array_deref_of_vec.c30 bool (*filter)(nir_variable *), in nir_lower_array_deref_of_vec_impl()
154 bool (*filter)(nir_variable *), in nir_lower_array_deref_of_vec()
H A Dnir.h470 typedef struct nir_variable { struct
483 struct nir_variable_data { argument
837 /* Number of nir_variable_data members */ argument
838 uint16_t num_members;
872 struct nir_variable *pointer_initializer; argument
890 struct nir_variable_data *members; argument
891 } nir_variable; argument
H A Dnir.c462 int (*cmp)(const nir_variable *, in nir_sort_variables_with_modes()
463 const nir_variable *), in nir_sort_variables_with_modes()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/compiler/
H A Dnir.rs281 pub fn variables(&mut self) -> ExecListIter<nir_variable> { in variables()
/aosp_15_r20/external/mesa3d/src/compiler/rust/
H A Dnir.rs596 pub fn iter_variables(&self) -> ExecListIter<nir_variable> { in iter_variables()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Dkernel.rs593 unsafe extern "C" fn can_remove_var(var: *mut nir_variable, _: *mut c_void) -> bool { in can_remove_var()