| H A D | glsl_symbol_table.cpp | 62 const glsl_type *get_interface(enum ir_variable_mode mode) function in class:symbol_table_entry 243 const glsl_type *glsl_symbol_table::get_interface(const char *name, function in class:glsl_symbol_table 247 return entry != NULL ? entry->get_interface(mode) : NULL;
|