Searched refs:type_sym (Results 1 – 2 of 2) sorted by relevance
151 s_symbol *type_sym = SX_AS_SYMBOL(expr); in read_type() local152 if (type_sym == NULL) { in read_type()157 const glsl_type *type = state->symbols->get_type(type_sym->value()); in read_type()159 ir_read_error(expr, "invalid type: %s", type_sym->value()); in read_type()
1241 const auto type_sym = Sym("TYPE"); in TEST_F() local1246 const auto* type_decl = Alias(type_sym, ty.i32()); in TEST_F()1265 #define T add_use(type_decl, ty.type_name(type_sym), __LINE__, "T()") in TEST_F()