Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir.h340 typedef struct nir_variable { struct
353 struct nir_variable_data { argument
616 /* Number of nir_variable_data members */ argument
617 uint16_t num_members;
650 struct nir_variable *pointer_initializer; argument
668 struct nir_variable_data *members; argument
669 } nir_variable; typedef
Dnir.c299 int (*cmp)(const nir_variable *, in nir_sort_variables_with_modes()
300 const nir_variable *), in nir_sort_variables_with_modes()