Home
last modified time | relevance | path

Searched refs:out_u2 (Results 1 – 6 of 6) sorted by relevance

/third_party/glslang/Test/
Dhlsl.intrinsics.comp52 uint2 out_u2;
59 InterlockedAdd(gs_ua2, gs_ub2, out_u2);
61 InterlockedAnd(gs_ua2, gs_ub2, out_u2);
62 InterlockedCompareExchange(gs_ua2, gs_ub2, gs_uc2, out_u2);
63 InterlockedExchange(gs_ua2, gs_ub2, out_u2);
65 InterlockedMax(gs_ua2, gs_ub2, out_u2);
67 InterlockedMin(gs_ua2, gs_ub2, out_u2);
69 InterlockedOr(gs_ua2, gs_ub2, out_u2);
71 InterlockedXor(gs_ua2, gs_ub2, out_u2);
Dhlsl.intrinsics.negative.comp63 uint2 out_u2;
86 // InterlockedAdd(gs_ua2, gs_ub2, out_u2); // expected error: only valid in pixel stage
88 // InterlockedAnd(gs_ua2, gs_ub2, out_u2); // expected error: only valid in pixel stage
89 …// InterlockedCompareExchange(gs_ua2, gs_ub2, gs_uc2, out_u2); // expected error: only valid in pi…
90 // InterlockedExchange(gs_ua2, gs_ub2, out_u2);// expected error: only valid in pixel stage
92 // InterlockedMax(gs_ua2, gs_ub2, out_u2); // expected error: only valid in pixel stage
94 // InterlockedMin(gs_ua2, gs_ub2, out_u2); // expected error: only valid in pixel stage
96 // InterlockedOr(gs_ua2, gs_ub2, out_u2); // expected error: only valid in pixel stage
98 // InterlockedXor(gs_ua2, gs_ub2, out_u2); // expected error: only valid in pixel stage
Dhlsl.intrinsics.negative.vert85 uint2 out_u2;
108 …// InterlockedAdd(gs_ua2, gs_ub2, out_u2); // expected error: only valid in pi…
110 …// InterlockedAnd(gs_ua2, gs_ub2, out_u2); // expected error: only valid in pi…
111 …// InterlockedCompareExchange(gs_ua2, gs_ub2, gs_uc2, out_u2); // expected error: only valid in pi…
112 …// InterlockedExchange(gs_ua2, gs_ub2, out_u2); // expected error: only valid in pi…
114 …// InterlockedMax(gs_ua2, gs_ub2, out_u2); // expected error: only valid in pi…
116 …// InterlockedMin(gs_ua2, gs_ub2, out_u2); // expected error: only valid in pi…
118 …// InterlockedOr(gs_ua2, gs_ub2, out_u2); // expected error: only valid in pi…
120 …// InterlockedXor(gs_ua2, gs_ub2, out_u2); // expected error: only valid in pi…
Dhlsl.intrinsics.frag98 uint2 out_u2;
/third_party/glslang/Test/baseResults/
Dhlsl.intrinsics.comp.out102 0:59 'out_u2' ( temp 2-component vector of uint)
110 0:61 'out_u2' ( temp 2-component vector of uint)
115 0:62 'out_u2' ( temp 2-component vector of uint)
121 0:63 'out_u2' ( temp 2-component vector of uint)
129 0:65 'out_u2' ( temp 2-component vector of uint)
137 0:67 'out_u2' ( temp 2-component vector of uint)
145 0:69 'out_u2' ( temp 2-component vector of uint)
153 0:71 'out_u2' ( temp 2-component vector of uint)
462 0:59 'out_u2' ( temp 2-component vector of uint)
470 0:61 'out_u2' ( temp 2-component vector of uint)
[all …]
/third_party/openssl/test/
Dcurve448_internal_test.c62 static const uint8_t out_u2[56] = { variable
662 || !TEST_int_eq(memcmp(out, out_u2, sizeof(out)), 0)) in test_x448()