Home
last modified time | relevance | path

Searched refs:DECL_TYPE (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/compiler/
Dbuiltin_type_macros.h31 DECL_TYPE(error, GL_INVALID_ENUM, GLSL_TYPE_ERROR, 0, 0)
32 DECL_TYPE(void, GL_INVALID_ENUM, GLSL_TYPE_VOID, 0, 0)
35 DECL_TYPE(stype, etype ##__VA_ARGS__, btype, 1, 1) \
36 DECL_TYPE(vtype ## 2, etype ##_VEC2 ##__VA_ARGS__, btype, 2, 1) \
37 DECL_TYPE(vtype ## 3, etype ##_VEC3 ##__VA_ARGS__, btype, 3, 1) \
38 DECL_TYPE(vtype ## 4, etype ##_VEC4 ##__VA_ARGS__, btype, 4, 1) \
39 DECL_TYPE(vtype ## 5, 0, btype, 5, 1) \
40 DECL_TYPE(vtype ## 8, 0, btype, 8, 1) \
41 DECL_TYPE(vtype ## 16, 0, btype, 16, 1)
56 DECL_TYPE(mat2, GL_FLOAT_MAT2, GLSL_TYPE_FLOAT, 2, 2)
[all …]
Dglsl_types.h380 #undef DECL_TYPE
381 #define DECL_TYPE(NAME, ...) \ macro
1353 #undef DECL_TYPE
1354 #define DECL_TYPE(NAME, ...) static const glsl_type _##NAME##_type; macro
1374 #undef DECL_TYPE
Dglsl_types.cpp3034 #define DECL_TYPE(NAME, ...) \ macro
/third_party/node/deps/v8/src/objects/
Dinstance-type-inl.h96 #define DECL_TYPE(type, ...) class type;
97 INSTANCE_TYPE_CHECKERS(DECL_TYPE)
98 TORQUE_INSTANCE_CHECKERS_MULTIPLE_FULLY_DEFINED(DECL_TYPE)
99 TORQUE_INSTANCE_CHECKERS_MULTIPLE_ONLY_DECLARED(DECL_TYPE)
100 HEAP_OBJECT_TYPE_LIST(DECL_TYPE)
101 #undef DECL_TYPE
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_types.cpp47 #define DECL_TYPE(NAME, ...) macro