Home
last modified time | relevance | path

Searched full:t (Results 1 – 25 of 22619) sorted by relevance

12345678910>>...905

/external/armnn/src/armnn/test/
DProfilerTests.cpp36 // Important! Don't use CHECK macros in this function as they in RegisterUnregisterProfilerSingleThreadImpl()
144 // Make sure the string ends with a "Num Dims\": \"4\"\n\t}\n}"
145 REQUIRE(result.find("Num Dims\": \"4\"\n\t}\n}") != std::string::npos);
169 // Make sure the string ends with a "Num Dims\": \"4\"\n\t}\n}"
170 REQUIRE(result.find("Num Dims\": \"5\"\n\t}\n}") != std::string::npos);
197 …REQUIRE(result.find("Dims\": \"4\"\n\t},\n\t\"Input 1\": {\n\t\t\"Shape\": \"[1,1,1,1]\"") != std:…
199 …REQUIRE(result.find("Dims\": \"5\"\n\t},\n\t\"Output 1\": {\n\t\t\"Shape\": \"[1,1,1,1,1]\"") != s…
465 …std::string blessedOutput("{\n\t\"ArmNN\": {\n\t\t\"optimize_measurements_#1\": {\n\t\t\t\"type\":…
466 … ",\n\t\t\t\"Measurement1_#1\": {\n\t\t\t\t\"type\": \"Measurement\",\n\t\t\t\t\"raw\""
467 … ": [\n\t\t\t\t\t1.000000\n\t\t\t\t],\n\t\t\t\t\"unit\": \"ms\"\n\t\t\t},\n\t\t\t\""
[all …]
/external/rust/crates/tinyvec/src/array/
Dgenerated_impl.rs7 impl<T: Default> Array for [T; 0] { implementation
8 type Item = T;
13 fn as_slice(&self) -> &[T] { in as_slice() argument
19 fn as_slice_mut(&mut self) -> &mut [T] { in as_slice_mut() argument
29 impl<T: Default> Array for [T; 1] { implementation
30 type Item = T;
35 fn as_slice(&self) -> &[T] { in as_slice() argument
41 fn as_slice_mut(&mut self) -> &mut [T] { in as_slice_mut() argument
47 [T::default()] in default()
51 impl<T: Default> Array for [T; 2] { implementation
[all …]
/external/OpenCSD/decoder/tests/snapshots-ete/ete_mem/bindir/
DOTHERS_exec10 …������������������������������������������������������������'���S���S���{��R8դ|S�T�q��T���q�
11T���q�
12T���q��T���q@�T�p�q���T ���!��>@��+��5�� ���������#���+���3���;���C���K��E/��K���C���;���…
/external/ImageMagick/PerlMagick/
DMANIFEST35 t/blob.t
36 t/bzlib/input.miff
37 t/bzlib/read.t
38 t/bzlib/write.t
39 t/cgm/input.cgm
40 t/cgm/read.t
41 t/composite.t
42 t/filter.t
43 t/fpx/input_256.fpx
44 t/fpx/input_bw.fpx
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DLocaleFallbackData.java21 Map<String, String> t = new HashMap<>(); in buildDefaultScriptTable() local
22 t.put("ab", "Cyrl"); in buildDefaultScriptTable()
23 t.put("abq", "Cyrl"); in buildDefaultScriptTable()
24 t.put("adp", "Tibt"); in buildDefaultScriptTable()
25 t.put("ady", "Cyrl"); in buildDefaultScriptTable()
26 t.put("ae", "Avst"); in buildDefaultScriptTable()
27 t.put("aeb", "Arab"); in buildDefaultScriptTable()
28 t.put("aho", "Ahom"); in buildDefaultScriptTable()
29 t.put("ajt", "Arab"); in buildDefaultScriptTable()
30 t.put("akk", "Xsux"); in buildDefaultScriptTable()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DLocaleFallbackData.java22 Map<String, String> t = new HashMap<>(); in buildDefaultScriptTable() local
23 t.put("ab", "Cyrl"); in buildDefaultScriptTable()
24 t.put("abq", "Cyrl"); in buildDefaultScriptTable()
25 t.put("adp", "Tibt"); in buildDefaultScriptTable()
26 t.put("ady", "Cyrl"); in buildDefaultScriptTable()
27 t.put("ae", "Avst"); in buildDefaultScriptTable()
28 t.put("aeb", "Arab"); in buildDefaultScriptTable()
29 t.put("aho", "Ahom"); in buildDefaultScriptTable()
30 t.put("ajt", "Arab"); in buildDefaultScriptTable()
31 t.put("akk", "Xsux"); in buildDefaultScriptTable()
[all …]
/external/python/cpython2/Tools/pybench/
DTuples.py12 t = tuple(range(100))
18 m = t[50:]
19 m = t[:25]
20 m = t[50:55]
21 m = t[:-1]
22 m = t[1:]
23 m = t[-10:]
24 m = t[:10]
26 m = t[50:]
27 m = t[:25]
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/test/std/time/time.syn/
Dformatter.month_day.pass.cpp110 …SV("{:%%b='%b'%t%%B='%B'%t%%h='%h'%t%%m='%m'%t%%Om='%Om'%t%%d='%d'%t%%e='%e'%t%%Od='%Od'%t%%Oe='%O… in test_valid_values()
112 …SV("{:L%%b='%b'%t%%B='%B'%t%%h='%h'%t%%m='%m'%t%%Om='%Om'%t%%d='%d'%t%%e='%e'%t%%Od='%Od'%t%%Oe='%… in test_valid_values()
118 …check(SV("%b='Jan'\t%B='January'\t%h='Jan'\t%m='01'\t%Om='01'\t%d='00'\t%e=' 0'\t%Od='00'\t%Oe=' 0… in test_valid_values()
121 …check(SV("%b='Feb'\t%B='February'\t%h='Feb'\t%m='02'\t%Om='02'\t%d='01'\t%e=' 1'\t%Od='01'\t%Oe=' … in test_valid_values()
124 …check(SV("%b='Mar'\t%B='March'\t%h='Mar'\t%m='03'\t%Om='03'\t%d='09'\t%e=' 9'\t%Od='09'\t%Oe=' 9'\… in test_valid_values()
127 …check(SV("%b='Apr'\t%B='April'\t%h='Apr'\t%m='04'\t%Om='04'\t%d='10'\t%e='10'\t%Od='10'\t%Oe='10'\… in test_valid_values()
130 …check(SV("%b='May'\t%B='May'\t%h='May'\t%m='05'\t%Om='05'\t%d='28'\t%e='28'\t%Od='28'\t%Oe='28'\n"… in test_valid_values()
133 …check(SV("%b='Jun'\t%B='June'\t%h='Jun'\t%m='06'\t%Om='06'\t%d='29'\t%e='29'\t%Od='29'\t%Oe='29'\n… in test_valid_values()
136 …check(SV("%b='Jul'\t%B='July'\t%h='Jul'\t%m='07'\t%Om='07'\t%d='30'\t%e='30'\t%Od='30'\t%Oe='30'\n… in test_valid_values()
139 …check(SV("%b='Aug'\t%B='August'\t%h='Aug'\t%m='08'\t%Om='08'\t%d='31'\t%e='31'\t%Od='31'\t%Oe='31'… in test_valid_values()
[all …]
Dformatter.year_month_day_last.pass.cpp259 …SV("{:%%b='%b'%t%%B='%B'%t%%h='%h'%t%%m='%m'%t%%Om='%Om'%t%%d='%d'%t%%e='%e'%t%%Od='%Od'%t%%Oe='%O… in test_valid_md_values()
261 …SV("{:L%%b='%b'%t%%B='%B'%t%%h='%h'%t%%m='%m'%t%%Om='%Om'%t%%d='%d'%t%%e='%e'%t%%Od='%Od'%t%%Oe='%… in test_valid_md_values()
267 …check(SV("%b='Jan'\t%B='January'\t%h='Jan'\t%m='01'\t%Om='01'\t%d='31'\t%e='31'\t%Od='31'\t%Oe='31… in test_valid_md_values()
270 …check(SV("%b='Feb'\t%B='February'\t%h='Feb'\t%m='02'\t%Om='02'\t%d='28'\t%e='28'\t%Od='28'\t%Oe='2… in test_valid_md_values()
273 …check(SV("%b='Mar'\t%B='March'\t%h='Mar'\t%m='03'\t%Om='03'\t%d='31'\t%e='31'\t%Od='31'\t%Oe='31'\… in test_valid_md_values()
276 …check(SV("%b='Apr'\t%B='April'\t%h='Apr'\t%m='04'\t%Om='04'\t%d='30'\t%e='30'\t%Od='30'\t%Oe='30'\… in test_valid_md_values()
279 …check(SV("%b='May'\t%B='May'\t%h='May'\t%m='05'\t%Om='05'\t%d='31'\t%e='31'\t%Od='31'\t%Oe='31'\n"… in test_valid_md_values()
282 …check(SV("%b='Jun'\t%B='June'\t%h='Jun'\t%m='06'\t%Om='06'\t%d='30'\t%e='30'\t%Od='30'\t%Oe='30'\n… in test_valid_md_values()
285 …check(SV("%b='Jul'\t%B='July'\t%h='Jul'\t%m='07'\t%Om='07'\t%d='31'\t%e='31'\t%Od='31'\t%Oe='31'\n… in test_valid_md_values()
288 …check(SV("%b='Aug'\t%B='August'\t%h='Aug'\t%m='08'\t%Om='08'\t%d='31'\t%e='31'\t%Od='31'\t%Oe='31'… in test_valid_md_values()
[all …]
Dformatter.hh_mm_ss.pass.cpp66 "%%H='%H'%t" in test_valid_values()
67 "%%OH='%OH'%t" in test_valid_values()
68 "%%I='%I'%t" in test_valid_values()
69 "%%OI='%OI'%t" in test_valid_values()
70 "%%M='%M'%t" in test_valid_values()
71 "%%OM='%OM'%t" in test_valid_values()
72 "%%S='%S'%t" in test_valid_values()
73 "%%OS='%OS'%t" in test_valid_values()
74 "%%p='%p'%t" in test_valid_values()
75 "%%R='%R'%t" in test_valid_values()
[all …]
Dformatter.month.pass.cpp69 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%b='%b'%t%%B='%B'%t%%h='%h'%t%%m='%m'%t%%Om=… in test_valid_values()
70 …constexpr std::basic_string_view<CharT> lfmt = SV("{:L%%b='%b'%t%%B='%B'%t%%h='%h'%t%%m='%m'%t%%Om… in test_valid_values()
76 check(SV("%b='Jan'\t%B='January'\t%h='Jan'\t%m='01'\t%Om='01'\n"), fmt, std::chrono::January); in test_valid_values()
77 check(SV("%b='Feb'\t%B='February'\t%h='Feb'\t%m='02'\t%Om='02'\n"), fmt, std::chrono::February); in test_valid_values()
78 check(SV("%b='Mar'\t%B='March'\t%h='Mar'\t%m='03'\t%Om='03'\n"), fmt, std::chrono::March); in test_valid_values()
79 check(SV("%b='Apr'\t%B='April'\t%h='Apr'\t%m='04'\t%Om='04'\n"), fmt, std::chrono::April); in test_valid_values()
80 check(SV("%b='May'\t%B='May'\t%h='May'\t%m='05'\t%Om='05'\n"), fmt, std::chrono::May); in test_valid_values()
81 check(SV("%b='Jun'\t%B='June'\t%h='Jun'\t%m='06'\t%Om='06'\n"), fmt, std::chrono::June); in test_valid_values()
82 check(SV("%b='Jul'\t%B='July'\t%h='Jul'\t%m='07'\t%Om='07'\n"), fmt, std::chrono::July); in test_valid_values()
83 check(SV("%b='Aug'\t%B='August'\t%h='Aug'\t%m='08'\t%Om='08'\n"), fmt, std::chrono::August); in test_valid_values()
[all …]
/external/cronet/base/strings/
Dstring_tokenizer_unittest.cc17 StringTokenizer t(input, " "); in TEST() local
20 EXPECT_TRUE(t.token_is_delim()); in TEST()
22 EXPECT_TRUE(t.GetNext()); in TEST()
23 EXPECT_FALSE(t.token_is_delim()); in TEST()
24 EXPECT_EQ("this", t.token()); in TEST()
26 EXPECT_TRUE(t.GetNext()); in TEST()
27 EXPECT_FALSE(t.token_is_delim()); in TEST()
28 EXPECT_EQ("is", t.token()); in TEST()
30 EXPECT_TRUE(t.GetNext()); in TEST()
31 EXPECT_FALSE(t.token_is_delim()); in TEST()
[all …]
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_vec2.inl7 template <typename T, precision P>
8 const tvec2<T, P> tvec2<T, P>::ZERO(static_cast<T>(0), static_cast<T>(0));
10 template <typename T, precision P>
11 const tvec2<T, P> tvec2<T, P>::X(static_cast<T>(1), static_cast<T>(0));
13 template <typename T, precision P>
14 const tvec2<T, P> tvec2<T, P>::Y(static_cast<T>(0), static_cast<T>(1));
16 template <typename T, precision P>
17 const tvec2<T, P> tvec2<T, P>::XY(static_cast<T>(1), static_cast<T>(1));
22 template <typename T, precision P>
23 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec2<T, P>::tvec2()
[all …]
Dtype_vec4.inl7 template <typename T>
37 template <typename T, precision P, bool Aligned>
40 GLM_FUNC_QUALIFIER static tvec4<T, P> call(tvec4<T, P> const & a, tvec4<T, P> const & b)
42 return tvec4<T, P>(a.x + b.x, a.y + b.y, a.z + b.z, a.w + b.w);
46 template <typename T, precision P, bool Aligned>
49 GLM_FUNC_QUALIFIER static tvec4<T, P> call(tvec4<T, P> const & a, tvec4<T, P> const & b)
51 return tvec4<T, P>(a.x - b.x, a.y - b.y, a.z - b.z, a.w - b.w);
55 template <typename T, precision P, bool Aligned>
58 GLM_FUNC_QUALIFIER static tvec4<T, P> call(tvec4<T, P> const & a, tvec4<T, P> const & b)
60 return tvec4<T, P>(a.x * b.x, a.y * b.y, a.z * b.z, a.w * b.w);
[all …]
Dtype_vec1.inl9 template <typename T, precision P>
10 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1()
18 template <typename T, precision P>
19 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec1<T, P> const & v) argument
24 template <typename T, precision P>
26 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec1<T, Q> const & v) argument
32 template <typename T, precision P>
33 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(ctor)
36 template <typename T, precision P>
37 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(T scalar)
[all …]
Dtype_vec3.inl8 template <typename T, precision P>
9 const tvec3<T, P> tvec3<T, P>::ZERO(static_cast<T>(0), static_cast<T>(0), static_cast<T>(0));
11 template <typename T, precision P>
12 const tvec3<T, P> tvec3<T, P>::X(static_cast<T>(1), static_cast<T>(0), static_cast<T>(0));
14 template <typename T, precision P>
15 const tvec3<T, P> tvec3<T, P>::Y(static_cast<T>(0), static_cast<T>(1), static_cast<T>(0));
17 template <typename T, precision P>
18 const tvec3<T, P> tvec3<T, P>::Z(static_cast<T>(0), static_cast<T>(0), static_cast<T>(1));
20 template <typename T, precision P>
21 const tvec3<T, P> tvec3<T, P>::XY(static_cast<T>(1), static_cast<T>(1), static_cast<T>(0));
[all …]
Dtype_vec2.hpp18 template <typename T, precision P = defaultp>
23 typedef T value_type;
24 typedef tvec2<T, P> type;
30 T x, y;
45 struct{ T x, y; };
46 struct{ T r, g; };
47 struct{ T s, t; }; member
50 _GLM_SWIZZLE2_2_MEMBERS(T, P, glm::tvec2, x, y)
51 _GLM_SWIZZLE2_2_MEMBERS(T, P, glm::tvec2, r, g)
52 _GLM_SWIZZLE2_2_MEMBERS(T, P, glm::tvec2, s, t)
[all …]
Dtype_vec3.hpp18 template <typename T, precision P = defaultp>
23 typedef T value_type;
24 typedef tvec3<T, P> type;
30 T x, y, z;
45 struct{ T x, y, z; };
46 struct{ T r, g, b; };
47 struct{ T s, t, p; }; member
50 _GLM_SWIZZLE3_2_MEMBERS(T, P, glm::tvec2, x, y, z)
51 _GLM_SWIZZLE3_2_MEMBERS(T, P, glm::tvec2, r, g, b)
52 _GLM_SWIZZLE3_2_MEMBERS(T, P, glm::tvec2, s, t, p)
[all …]
/external/igt-gpu-tools/tools/
Dintel_audio_dump.c365 [0] = "2T mode with sdi data held for 2 bit clocks",
366 [1] = "1T mode with sdi data held for 1 bit clock only",
536 printf("AUD_VID_DID vendor id\t\t\t0x%x\n", dword >> 16); in dump_eaglelake()
537 printf("AUD_VID_DID device id\t\t\t0x%x\n", dword & 0xffff); in dump_eaglelake()
540 printf("AUD_RID major revision\t\t\t0x%lx\n", REG_BITS(dword, 23, 20)); in dump_eaglelake()
541 printf("AUD_RID minor revision\t\t\t0x%lx\n", REG_BITS(dword, 19, 16)); in dump_eaglelake()
542 printf("AUD_RID revision id\t\t\t0x%lx\n", REG_BITS(dword, 15, 8)); in dump_eaglelake()
543 printf("AUD_RID stepping id\t\t\t0x%lx\n", REG_BITS(dword, 7, 0)); in dump_eaglelake()
546 printf("SDVOB enable\t\t\t\t%u\n", !!(dword & SDVO_ENABLE)); in dump_eaglelake()
547 printf("SDVOB HDMI encoding\t\t\t%u\n", !!(dword & SDVO_ENCODING_HDMI)); in dump_eaglelake()
[all …]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-tuple.h54 // GTEST_n_TUPLE_(T) is the type of an n-tuple.
55 #define GTEST_0_TUPLE_(T) tuple<> argument
56 #define GTEST_1_TUPLE_(T) tuple<T##0, void, void, void, void, void, void, \ argument
58 #define GTEST_2_TUPLE_(T) tuple<T##0, T##1, void, void, void, void, void, \ argument
60 #define GTEST_3_TUPLE_(T) tuple<T##0, T##1, T##2, void, void, void, void, \ argument
62 #define GTEST_4_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, void, void, void, \ argument
64 #define GTEST_5_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, void, void, \ argument
66 #define GTEST_6_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, void, \ argument
68 #define GTEST_7_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
70 #define GTEST_8_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
[all …]
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dnoise.inl12 template <typename T, precision P>
13 GLM_FUNC_QUALIFIER tvec4<T, P> grad4(T const & j, tvec4<T, P> const & ip) argument
15 tvec3<T, P> pXYZ = floor(fract(tvec3<T, P>(j) * tvec3<T, P>(ip)) * T(7)) * ip[2] - T(1);
16 T pW = static_cast<T>(1.5) - dot(abs(pXYZ), tvec3<T, P>(1));
17 tvec4<T, P> s = tvec4<T, P>(lessThan(tvec4<T, P>(pXYZ, pW), tvec4<T, P>(0.0)));
18 pXYZ = pXYZ + (tvec3<T, P>(s) * T(2) - T(1)) * s.w;
19 return tvec4<T, P>(pXYZ, pW);
24 template <typename T, precision P>
25 GLM_FUNC_QUALIFIER T perlin(tvec2<T, P> const & Position) argument
27 …tvec4<T, P> Pi = glm::floor(tvec4<T, P>(Position.x, Position.y, Position.x, Position.y)) + tvec4<T
[all …]
/external/clang/test/Modules/
Dexponential-paths.cpp3 // RUN: rm -rf %t
4 // RUN: mkdir %t
9 // RUN: echo 'module a0 { header "a0.h" export * }' > %t/module.modulemap
10 // RUN: echo 'module b0 { header "b0.h" export * }' >> %t/module.modulemap
11 // RUN: echo 'module a1 { header "a1.h" export * }' >> %t/module.modulemap
12 // RUN: echo 'module b1 { header "b1.h" export * }' >> %t/module.modulemap
13 // RUN: echo 'module a2 { header "a2.h" export * }' >> %t/module.modulemap
14 // RUN: echo 'module b2 { header "b2.h" export * }' >> %t/module.modulemap
15 // RUN: echo 'module a3 { header "a3.h" export * }' >> %t/module.modulemap
16 // RUN: echo 'module b3 { header "b3.h" export * }' >> %t/module.modulemap
[all …]
/external/libcxx/test/std/re/re.traits/
Disctype.pass.cpp27 std::regex_traits<char> t; in main() local
30 assert( t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main()
31 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main()
32 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main()
33 assert( t.isctype('5', t.lookup_classname(s.begin(), s.end()))); in main()
34 assert(!t.isctype(' ', t.lookup_classname(s.begin(), s.end()))); in main()
35 assert(!t.isctype('-', t.lookup_classname(s.begin(), s.end()))); in main()
36 assert(!t.isctype('@', t.lookup_classname(s.begin(), s.end()))); in main()
39 assert(!t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main()
40 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main()
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/test/std/re/re.traits/
Disctype.pass.cpp23 std::regex_traits<char> t; in main() local
26 assert( t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main()
27 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main()
28 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main()
29 assert( t.isctype('5', t.lookup_classname(s.begin(), s.end()))); in main()
30 assert(!t.isctype(' ', t.lookup_classname(s.begin(), s.end()))); in main()
31 assert(!t.isctype('-', t.lookup_classname(s.begin(), s.end()))); in main()
32 assert(!t.isctype('@', t.lookup_classname(s.begin(), s.end()))); in main()
35 assert(!t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main()
36 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main()
[all …]
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c62 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_FLOAT1\n"); in dump_SVGA3dVertexDecl()
65 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_FLOAT2\n"); in dump_SVGA3dVertexDecl()
68 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_FLOAT3\n"); in dump_SVGA3dVertexDecl()
71 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_FLOAT4\n"); in dump_SVGA3dVertexDecl()
74 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_D3DCOLOR\n"); in dump_SVGA3dVertexDecl()
77 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_UBYTE4\n"); in dump_SVGA3dVertexDecl()
80 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_SHORT2\n"); in dump_SVGA3dVertexDecl()
83 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_SHORT4\n"); in dump_SVGA3dVertexDecl()
86 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_UBYTE4N\n"); in dump_SVGA3dVertexDecl()
89 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_SHORT2N\n"); in dump_SVGA3dVertexDecl()
[all …]

12345678910>>...905