Searched refs:DECLARE_TYPE (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
H A D | generator_impl_type_test.cc | 41 #define DECLARE_TYPE(NAME, SIZE, ALIGN) \ macro 49 DECLARE_TYPE(float2, 8, 8); 50 DECLARE_TYPE(packed_float3, 12, 4); 51 DECLARE_TYPE(float4, 16, 16); 52 DECLARE_TYPE(float2x2, 16, 8); 53 DECLARE_TYPE(float2x3, 32, 16); 54 DECLARE_TYPE(float2x4, 32, 16); 55 DECLARE_TYPE(float3x2, 24, 8); 56 DECLARE_TYPE(float3x3, 48, 16); 57 DECLARE_TYPE(float3x [all...] |
/third_party/node/deps/v8/src/profiler/ |
H A D | cpu-profiler.h | 46 #define DECLARE_TYPE(type, ignore) type, macro 47 enum class Type { kNoEvent = 0, VM_EVENTS_TYPE_LIST(DECLARE_TYPE) }; 48 #undef DECLARE_TYPE macro
|
/third_party/node/deps/v8/src/compiler/ |
H A D | types.h | 253 #define DECLARE_TYPE(type, value) k##type = (value), macro 254 BITSET_TYPE_LIST(DECLARE_TYPE) 255 #undef DECLARE_TYPE macro
|
/third_party/node/deps/v8/src/execution/ |
H A D | frames.h | 127 #define DECLARE_TYPE(type, ignore) type, macro 130 STACK_FRAME_TYPE_LIST(DECLARE_TYPE) NUMBER_OF_TYPES, 135 #undef DECLARE_TYPE macro
|
Completed in 6 milliseconds