Home
last modified time | relevance | path

Searched refs:u3 (Results 1 – 25 of 260) sorted by relevance

1234567891011

/third_party/glslang/Test/
Dhlsl.promotions.frag10 uniform uint3 u3;
27 float3 Fn_R_F3U(out float3 p) { p = u3; return u3; }
31 int3 Fn_R_I3U(out int3 p) { p = u3; return u3; }
42 bool3 Fn_R_B3U(out bool3 p) { p = u3; return u3; }
47 double3 Fn_R_D3U(out double3 p) { p = u3; return u3; }
56 float3 r02 = u3;
60 int3 r11 = u3;
70 bool3 r31 = u3;
75 double3 r41 = u3;
82 r02 *= u3;
[all …]
Dhlsl.rw.atomics.frag34 uniform uint3 u3;
130 InterlockedAdd(g_tTex3du1[u3], u1);
131 InterlockedAdd(g_tTex3du1[u3], u1, out_u1);
132 InterlockedAnd(g_tTex3du1[u3], u1);
133 InterlockedAnd(g_tTex3du1[u3], u1, out_u1);
134 InterlockedCompareExchange(g_tTex3du1[u3], u1b, u1c, out_u1);
135 InterlockedExchange(g_tTex3du1[u3], u1, out_u1);
136 InterlockedMax(g_tTex3du1[u3], u1);
137 InterlockedMax(g_tTex3du1[u3], u1, out_u1);
138 InterlockedMin(g_tTex3du1[u3], u1);
[all …]
Dhlsl.automap.frag15 RWTexture3D <float4> u3 : register(u3);
45 u3;
Dhlsl.shift.per-set.frag17 RWTexture3D <float4> u3 : register(u3, space2);
47 u3;
/third_party/boost/libs/uuid/test/
Dtest_io.cpp82 …const uuid u3 = {{0x12,0x34,0x56,0x78,0x90,0xab,0xcd,0xef,0x12,0x34,0x56,0x78,0x90,0xab,0xcd,0xef}… in main() local
86 uuroundtrip(u3, "12345678-90ab-cdef-1234-567890abcdef"); in main()
103 uuroundtrip(u3, L"12345678-90ab-cdef-1234-567890abcdef"); in main()
137 …BOOST_TEST(boost::lexical_cast<std::string>(u3) == std::string("12345678-90ab-cdef-1234-567890abcd… in main()
138 BOOST_TEST(boost::lexical_cast<uuid>("12345678-90ab-cdef-1234-567890abcdef") == u3); in main()
144 …BOOST_TEST(boost::lexical_cast<std::wstring>(u3) == std::wstring(L"12345678-90ab-cdef-1234-567890a… in main()
145 BOOST_TEST(boost::lexical_cast<uuid>(L"12345678-90ab-cdef-1234-567890abcdef") == u3); in main()
151 BOOST_TEST(to_string(u3) == std::string("12345678-90ab-cdef-1234-567890abcdef")); in main()
155 BOOST_TEST(to_wstring(u3) == std::wstring(L"12345678-90ab-cdef-1234-567890abcdef")); in main()
Dtest_uuid_no_simd.cpp83 uuid u3 = {{255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255}}; in main() local
92 BOOST_TEST(u2 < u3); in main()
101 BOOST_TEST(u2 <= u3); in main()
104 BOOST_TEST(u3 >= u1); in main()
106 BOOST_TEST(u3 >= u3); in main()
108 BOOST_TEST(u3 >= u1); in main()
Dtest_uuid.cpp159 uuid u3 = {{255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255}}; in main() local
168 BOOST_TEST(u2 < u3); in main()
177 BOOST_TEST(u2 <= u3); in main()
180 BOOST_TEST(u3 >= u1); in main()
182 BOOST_TEST(u3 >= u3); in main()
184 BOOST_TEST(u3 >= u1); in main()
231 uuid u3 = {{255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255}}; in main() local
236 BOOST_TEST_NE(uuid_hasher(u1), uuid_hasher(u3)); in main()
237 BOOST_TEST_NE(uuid_hasher(u2), uuid_hasher(u3)); in main()
Dtest_uuid_in_map.cpp24 boost::uuids::uuid u3 = gen(); in main() local
29 uuid_map[u3] = 3; in main()
33 BOOST_TEST_EQ(3, uuid_map[u3]); in main()
Dtest_name_generator.cpp84 uuid u3 = other("www.widgets.com"); in main() local
85 BOOST_TEST_NE(u, u3); in main()
97 BOOST_TEST_EQ(u3, u4); in main()
102 BOOST_TEST_NE(u3, md); in main()
Dtest_nil_generator.cpp25 uuid u3 = nil_uuid(); in main() local
26 BOOST_TEST_EQ(u3, u2); in main()
/third_party/glslang/Test/baseResults/
Dhlsl.rw.atomics.frag.out11 …uniform 2-component vector of uint u2, uniform 3-component vector of uint u3, uniform uint u1b, …
15 …uniform 2-component vector of uint u2, uniform 3-component vector of uint u3, uniform uint u1b, …
23 …uniform 2-component vector of uint u2, uniform 3-component vector of uint u3, uniform uint u1b, …
27 …uniform 2-component vector of uint u2, uniform 3-component vector of uint u3, uniform uint u1b, …
33 …uniform 2-component vector of uint u2, uniform 3-component vector of uint u3, uniform uint u1b, …
37 …uniform 2-component vector of uint u2, uniform 3-component vector of uint u3, uniform uint u1b, …
45 …uniform 2-component vector of uint u2, uniform 3-component vector of uint u3, uniform uint u1b, …
49 …uniform 2-component vector of uint u2, uniform 3-component vector of uint u3, uniform uint u1b, …
57 …uniform 2-component vector of uint u2, uniform 3-component vector of uint u3, uniform uint u1b, …
61 …uniform 2-component vector of uint u2, uniform 3-component vector of uint u3, uniform uint u1b, …
[all …]
Dspv.shiftOps.frag.out17 Name 27 "u3"
25 Decorate 27(u3) Flat
26 Decorate 27(u3) Location 3
45 27(u3): 26(ptr) Variable Input
60 28: 17(ivec3) Load 27(u3)
Dhlsl.promotions.frag.out28 …niform 3-component vector of float f3, uniform 3-component vector of uint u3, uniform 3-componen…
34 …niform 3-component vector of float f3, uniform 3-component vector of uint u3, uniform 3-componen…
44 0:27 u3: direct index for structure ( uniform 3-component vector of uint)
45 …niform 3-component vector of float f3, uniform 3-component vector of uint u3, uniform 3-componen…
50 0:27 u3: direct index for structure ( uniform 3-component vector of uint)
51 …niform 3-component vector of float f3, uniform 3-component vector of uint u3, uniform 3-componen…
62 …niform 3-component vector of float f3, uniform 3-component vector of uint u3, uniform 3-componen…
68 …niform 3-component vector of float f3, uniform 3-component vector of uint u3, uniform 3-componen…
79 …niform 3-component vector of float f3, uniform 3-component vector of uint u3, uniform 3-componen…
85 …niform 3-component vector of float f3, uniform 3-component vector of uint u3, uniform 3-componen…
[all …]
Dspv.310.bitcast.frag.out26 Name 139 "u3"
63 Decorate 139(u3) RelaxedPrecision
64 Decorate 139(u3) Flat
65 Decorate 139(u3) Location 6
116 139(u3): 138(ptr) Variable Input
226 140: 73(ivec3) Load 139(u3)
/third_party/skia/tests/sksl/shared/
DHexUnsigned.asm.frag14 OpName %u3 "u3"
71 %u3 = OpVariable %_ptr_Function_uint Function
82 OpStore %u3 %uint_2147483646
83 %39 = OpLoad %uint %u3
85 OpStore %u3 %40
/third_party/boost/libs/math/test/
Dbivariate_statistics_test.cpp63 std::vector<Real> u3{1,2,3}; in test_covariance() local
66 auto [mu_u3, mu_v3, cov3] = means_and_covariance(u3, v3); in test_covariance()
73 cov3 = covariance(u3, v3); in test_covariance()
76 cov3 = covariance(v3, u3); in test_covariance()
81 cov3 = covariance(u3, u3); in test_covariance()
/third_party/gettext/gettext-tools/tests/
Dxgettext-14125 cat <<\EOF > xg-bullet-u3.c
133 …-header --add-comments --check=bullet-unicode -d xg-bullet-u3.tmp xg-bullet-u3.c 2>xg-bullet-u3.err
135 test `grep -c 'ASCII bullet' xg-bullet-u3.err` = 0 || { cat xg-bullet-u3.err; Exit 1; }
/third_party/ffmpeg/libavcodec/x86/
Dv210.asm63 …movu m0, [srcq] ; yB v5 yA u5 y9 v4 y8 u4 y7 v3 y6 u3 y5 v2 y4 u2 y3 v1 y2 u1 y1 v0 y0 u0
70 psrlw m1, 6 ; yB yA u5 v4 y8 y7 v3 u3 y5 y4 u2 v1 y2 y1 v0 u0
79 vpblendd m1, m1, m0, 0xaa ; 00 v5 u5 v4 00 u4 v3 u3 00 v2 u2 v1 00 u1 v0 u0
80 pshufb m1, m5 ; 00 v5 v4 v3 00 u5 u4 u3 00 v2 v1 v0 00 u2 u1 u0
81 vpermq m1, m1, 0xd8 ; 00 v5 v4 v3 00 v2 v1 v0 00 u5 u4 u3 00 u2 u1 u0
82 pshufb m1, m7 ; 00 00 v5 v4 v3 v2 v1 v0 00 00 u5 u4 u3 u2 u1 u0
91 shufps m1, m0, 0xd8 ; 00 v5 00 u4 u5 v4 v3 u3 00 v2 00 u1 u2 v1 v0 u0
92 pshufb m1, m5 ; 00 v5 v4 v3 00 u5 u4 u3 00 v2 v1 v0 00 u2 u1 u0
/third_party/e2fsprogs/lib/uuid/
Duuid.h58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument
59 …static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13…
61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument
62 static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
/third_party/python/Lib/test/
Dtest_userdict.py64 u3 = collections.UserDict(u2)
65 u3["two"] = 2
66 u3["three"] = 3
69 del u3["three"]
70 self.assertRaises(KeyError, u3.__delitem__, "three")
73 u3.clear()
74 self.assertEqual(u3, {})
/third_party/typescript/tests/baselines/reference/
DreadonlyInDeclarationFile.symbols91 public static get u3() { return 1 }
92 >u3 : Symbol(C.u3, Decl(readonlyInDeclarationFile.ts, 28, 38), Decl(readonlyInDeclarationFile.ts, 2…
94 public static set u3(value) { }
95 >u3 : Symbol(C.u3, Decl(readonlyInDeclarationFile.ts, 28, 38), Decl(readonlyInDeclarationFile.ts, 2…
DreadonlyInDeclarationFile.js31 public static get u3() { return 1 } getter in C
32 public static set u3(value) { } setter in C
171 static get u3(): number;
172 static set u3(value: number);
DreadonlyInDeclarationFile.types98 public static get u3() { return 1 }
99 >u3 : number
102 public static set u3(value) { }
103 >u3 : number
/third_party/skia/third_party/externals/tint/test/unittest/reader/spirv/
DSpvParserTest_RectifyOperandsAndResult_SClamp.spvasm14 OpName %u3 "u3"
69 %u3 = OpCopyObject %uint %uint_20
89 %1 = OpExtInst %uint %3 SClamp %u1 %i2 %u3
DSamples_SpvParserTest_GlslStd450_Uinting_UintingUintingUinting_Scalar_0.spvasm14 OpName %u3 "u3"
69 %u3 = OpCopyObject %uint %uint_20
89 %1 = OpExtInst %uint %2 UClamp %u1 %u2 %u3

1234567891011