Home
last modified time | relevance | path

Searched refs:type_sym (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dir_reader.cpp151 s_symbol *type_sym = SX_AS_SYMBOL(expr); in read_type() local
152 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()
/third_party/skia/third_party/externals/tint/src/resolver/
Ddependency_graph_test.cc1241 const auto type_sym = Sym("TYPE"); in TEST_F() local
1246 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()