Home
last modified time | relevance | path

Searched refs:TAG2 (Results 1 – 25 of 43) sorted by relevance

12

/external/mesa3d/src/mesa/math/
Dm_copy_tmp.h32 static void TAG2(copy, BITS)( GLvector4f *to, const GLvector4f *f ) \
68 static void TAG2(init_copy, 0)( void )
70 _mesa_copy_tab[0x0] = TAG2(copy, 0x0);
71 _mesa_copy_tab[0x1] = TAG2(copy, 0x1);
72 _mesa_copy_tab[0x2] = TAG2(copy, 0x2);
73 _mesa_copy_tab[0x3] = TAG2(copy, 0x3);
74 _mesa_copy_tab[0x4] = TAG2(copy, 0x4);
75 _mesa_copy_tab[0x5] = TAG2(copy, 0x5);
76 _mesa_copy_tab[0x6] = TAG2(copy, 0x6);
77 _mesa_copy_tab[0x7] = TAG2(copy, 0x7);
[all …]
Dm_xform.c81 #define TAG2(x,y) x##y macro
91 #undef TAG2
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/tags/
DTaggerImplTest.java57 private static final Tag TAG2 = Tag.create(K2, V2); field in TaggerImplTest
98 TagContext tags = new SimpleTagContext(TAG1, TAG2, TAG3); in currentBuilder()
101 assertThat(tagContextToList(result.build())).containsExactly(TAG1, TAG2, TAG3); in currentBuilder()
122 TagContext tagContextWithNullTag = new SimpleTagContext(TAG1, null, TAG2); in currentBuilder_SkipNullTag()
124 assertThat(tagContextToList(result.build())).containsExactly(TAG1, TAG2); in currentBuilder_SkipNullTag()
156 TagContext unknownTagContext = new SimpleTagContext(TAG1, TAG2, TAG3); in toBuilder_ConvertUnknownTagContextToTagContextImpl()
158 assertThat(tagContextToList(newTagContext)).containsExactly(TAG1, TAG2, TAG3); in toBuilder_ConvertUnknownTagContextToTagContextImpl()
173 TagContext tagContextWithNullTag = new SimpleTagContext(TAG1, null, TAG2); in toBuilder_SkipNullTag()
175 assertThat(tagContextToList(newTagContext)).containsExactly(TAG1, TAG2); in toBuilder_SkipNullTag()
205 TagContext unknownTagContext = new SimpleTagContext(TAG1, TAG2, TAG3); in getCurrentTagContext_ConvertUnknownTagContextToTagContextImpl()
[all …]
/external/opencensus-java/api/src/test/java/io/opencensus/tags/
DTagContextTest.java35 private static final Tag TAG2 = Tag.create(TagKey.create("key2"), TagValue.create("val")); field in TagContextTest
41 new SimpleTagContext(TAG1, TAG2), in equals_IgnoresTagOrderAndTagContextClass()
42 new SimpleTagContext(TAG1, TAG2), in equals_IgnoresTagOrderAndTagContextClass()
43 new SimpleTagContext(TAG2, TAG1), in equals_IgnoresTagOrderAndTagContextClass()
47 return Lists.newArrayList(TAG1, TAG2).iterator(); in equals_IgnoresTagOrderAndTagContextClass()
83 assertThat(new SimpleTagContext(TAG1, TAG2).toString()).isEqualTo("TagContext"); in testToString()
/external/llvm/test/Transforms/Scalarizer/
Ddbginfo.ll22 ; CHECK: %bval.i0 = load i32, i32* %b.i0, align 16, !dbg ![[TAG1:[0-9]+]], !tbaa ![[TAG2:[0-9]+]]
23 ; CHECK: %bval.i1 = load i32, i32* %b.i1, align 4, !dbg ![[TAG1]], !tbaa ![[TAG2]]
24 ; CHECK: %bval.i2 = load i32, i32* %b.i2, align 8, !dbg ![[TAG1]], !tbaa ![[TAG2]]
25 ; CHECK: %bval.i3 = load i32, i32* %b.i3, align 4, !dbg ![[TAG1]], !tbaa ![[TAG2]]
26 ; CHECK: %cval.i0 = load i32, i32* %c.i0, align 16, !dbg ![[TAG1]], !tbaa ![[TAG2]]
27 ; CHECK: %cval.i1 = load i32, i32* %c.i1, align 4, !dbg ![[TAG1]], !tbaa ![[TAG2]]
28 ; CHECK: %cval.i2 = load i32, i32* %c.i2, align 8, !dbg ![[TAG1]], !tbaa ![[TAG2]]
29 ; CHECK: %cval.i3 = load i32, i32* %c.i3, align 4, !dbg ![[TAG1]], !tbaa ![[TAG2]]
34 ; CHECK: store i32 %add.i0, i32* %a.i0, align 16, !dbg ![[TAG1]], !tbaa ![[TAG2]]
35 ; CHECK: store i32 %add.i1, i32* %a.i1, align 4, !dbg ![[TAG1]], !tbaa ![[TAG2]]
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Scalarizer/
Ddbginfo.ll22 ; CHECK: %bval.i0 = load i32, i32* %b.i0, align 16, !dbg ![[TAG1:[0-9]+]], !tbaa ![[TAG2:[0-9]+]]
23 ; CHECK: %bval.i1 = load i32, i32* %b.i1, align 4, !dbg ![[TAG1]], !tbaa ![[TAG2]]
24 ; CHECK: %bval.i2 = load i32, i32* %b.i2, align 8, !dbg ![[TAG1]], !tbaa ![[TAG2]]
25 ; CHECK: %bval.i3 = load i32, i32* %b.i3, align 4, !dbg ![[TAG1]], !tbaa ![[TAG2]]
26 ; CHECK: %cval.i0 = load i32, i32* %c.i0, align 16, !dbg ![[TAG1]], !tbaa ![[TAG2]]
27 ; CHECK: %cval.i1 = load i32, i32* %c.i1, align 4, !dbg ![[TAG1]], !tbaa ![[TAG2]]
28 ; CHECK: %cval.i2 = load i32, i32* %c.i2, align 8, !dbg ![[TAG1]], !tbaa ![[TAG2]]
29 ; CHECK: %cval.i3 = load i32, i32* %c.i3, align 4, !dbg ![[TAG1]], !tbaa ![[TAG2]]
34 ; CHECK: store i32 %add.i0, i32* %a.i0, align 16, !dbg ![[TAG1]], !tbaa ![[TAG2]]
35 ; CHECK: store i32 %add.i1, i32* %a.i1, align 4, !dbg ![[TAG1]], !tbaa ![[TAG2]]
[all …]
/external/skqp/src/sfnt/
DSkSFNTHeader.h25 static const SK_OT_CHAR TAG2 = 0; member
32 static const SK_OT_CHAR TAG2 = 'u'; member
39 static const SK_OT_CHAR TAG2 = 'p'; member
46 static const SK_OT_CHAR TAG2 = 'T'; member
DSkTTCFHeader.h20 static const SK_OT_CHAR TAG2 = 'c'; member
36 static const SK_OT_CHAR TAG2 = 0; member
43 static const SK_OT_CHAR TAG2 = 'I'; member
DSkOTTable_loca.h19 static const SK_OT_CHAR TAG2 = 'c'; member
DSkOTTable_maxp.h20 static const SK_OT_CHAR TAG2 = 'x'; member
DSkOTTable_EBSC.h20 static const SK_OT_CHAR TAG2 = 'B'; member
DSkOTTable_post.h19 static const SK_OT_CHAR TAG2 = 's'; member
DSkOTTable_OS_2.h23 static constexpr SK_OT_CHAR TAG2 = '/'; member
DSkOTTable_hhea.h19 static const SK_OT_CHAR TAG2 = 'e'; member
DSkOTTable_fvar.h19 static const SK_OT_CHAR TAG2 = 'a'; member
/external/skia/src/sfnt/
DSkSFNTHeader.h25 static const SK_OT_CHAR TAG2 = 0; member
32 static const SK_OT_CHAR TAG2 = 'u'; member
39 static const SK_OT_CHAR TAG2 = 'p'; member
46 static const SK_OT_CHAR TAG2 = 'T'; member
DSkTTCFHeader.h20 static const SK_OT_CHAR TAG2 = 'c'; member
36 static const SK_OT_CHAR TAG2 = 0; member
43 static const SK_OT_CHAR TAG2 = 'I'; member
DSkOTTable_loca.h19 static const SK_OT_CHAR TAG2 = 'c'; member
DSkOTTable_maxp.h20 static const SK_OT_CHAR TAG2 = 'x'; member
DSkOTTable_EBSC.h20 static const SK_OT_CHAR TAG2 = 'B'; member
DSkOTTable_post.h19 static const SK_OT_CHAR TAG2 = 's'; member
DSkOTTable_OS_2.h23 static constexpr SK_OT_CHAR TAG2 = '/'; member
DSkOTTable_fvar.h19 static const SK_OT_CHAR TAG2 = 'a'; member
DSkOTTable_hhea.h19 static const SK_OT_CHAR TAG2 = 'e'; member
DSkOTTableTypes.h44 SkSetFourByteTag(T::TAG0, T::TAG1, T::TAG2, T::TAG3)

12