Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir.h468 typedef struct nir_variable { struct
481 struct nir_variable_data { argument
807 /* Number of nir_variable_data members */ argument
808 uint16_t num_members;
842 struct nir_variable *pointer_initializer; argument
860 struct nir_variable_data *members; argument
861 } nir_variable; typedef
Dnir.c462 int (*cmp)(const nir_variable *, in nir_sort_variables_with_modes()
463 const nir_variable *), in nir_sort_variables_with_modes()
/external/mesa3d/src/nouveau/compiler/nak/
Dnir.rs619 fn iter_variables(&self) -> ExecListIter<nir_variable>; in iter_variables()
627 fn iter_variables(&self) -> ExecListIter<nir_variable> { in iter_variables()
/external/mesa3d/src/gallium/frontends/rusticl/mesa/compiler/
Dnir.rs296 pub fn variables(&mut self) -> ExecListIter<nir_variable> { in variables()
/external/mesa3d/src/gallium/frontends/rusticl/core/
Dkernel.rs386 unsafe extern "C" fn can_remove_var(var: *mut nir_variable, _: *mut c_void) -> bool { in can_remove_var()