Home
last modified time | relevance | path

Searched refs:InterlockedAnd (Results 1 – 16 of 16) sorted by relevance

/third_party/glslang/Test/
Dhlsl.rw.atomics.frag52 InterlockedAnd(g_tTex1di1[i1], i1b);
53 InterlockedAnd(g_tTex1di1[i1], i1, out_i1);
68 InterlockedAnd(g_tTex1du1[u1], u1);
69 InterlockedAnd(g_tTex1du1[u1], u1, out_u1);
84 InterlockedAnd(g_tTex2di1[i2], i1b);
85 InterlockedAnd(g_tTex2di1[i2], i1, out_i1);
100 InterlockedAnd(g_tTex2du1[u2], u1);
101 InterlockedAnd(g_tTex2du1[u2], u1, out_u1);
116 InterlockedAnd(g_tTex3di1[i3], i1b);
117 InterlockedAnd(g_tTex3di1[i3], i1, out_i1);
[all …]
Dhlsl.intrinsics.comp26 InterlockedAnd(gs_ua, gs_ub);
27 InterlockedAnd(gs_ua, gs_ub, out_u1);
60 InterlockedAnd(gs_ua2, gs_ub2);
61 InterlockedAnd(gs_ua2, gs_ub2, out_u2);
87 InterlockedAnd(gs_ua3, gs_ub3);
88 InterlockedAnd(gs_ua3, gs_ub3, out_u3);
114 InterlockedAnd(gs_ua4, gs_ub4);
115 InterlockedAnd(gs_ua4, gs_ub4, out_u4);
Dhlsl.structbuffer.atomics.frag10 sbuf.InterlockedAnd(8, 1);
11 sbuf.InterlockedAnd(8, 1, u);
Dhlsl.intrinsics.negative.comp30 // InterlockedAnd(gs_ua, gs_ub); // expected error: only valid in pixel stage
31 // InterlockedAnd(gs_ua, gs_ub, out_u1); // expected error: only valid in pixel stage
91 // InterlockedAnd(gs_ua2, gs_ub2); // expected error: only valid in pixel stage
92 // InterlockedAnd(gs_ua2, gs_ub2, out_u2); // expected error: only valid in pixel stage
136 …// InterlockedAnd(gs_ua3, gs_ub3); // expected error: only valid in pi…
137 …// InterlockedAnd(gs_ua3, gs_ub3, out_u3); // expected error: only valid in pi…
181 …// InterlockedAnd(gs_ua4, gs_ub4); // expected error: only valid in pi…
182 …// InterlockedAnd(gs_ua4, gs_ub4, out_u4); // expected error: only valid in pi…
Dhlsl.intrinsics.negative.vert46 // InterlockedAnd(gs_ua, gs_ub); // expected error: only valid in pixel stage
47 // InterlockedAnd(gs_ua, gs_ub, out_u1); // expected error: only valid in pixel stage
109 …// InterlockedAnd(gs_ua2, gs_ub2); // expected error: only valid in pi…
110 …// InterlockedAnd(gs_ua2, gs_ub2, out_u2); // expected error: only valid in pi…
154 …// InterlockedAnd(gs_ua3, gs_ub3); // expected error: only valid in pi…
155 …// InterlockedAnd(gs_ua3, gs_ub3, out_u3); // expected error: only valid in pi…
199 …// InterlockedAnd(gs_ua4, gs_ub4); // expected error: only valid in pi…
200 …// InterlockedAnd(gs_ua4, gs_ub4, out_u4); // expected error: only valid in pi…
Dhlsl.intrinsics.negative.frag17 …// InterlockedAnd(inI0, inI0, 3); // expected error: last parameter is out TODO: accept…
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-hlsl/comp/
Datomic.comp24 InterlockedAnd(uImage[int2(1, 5)], 1u, _36);
38 InterlockedAnd(iImage[int2(1, 6)], 1, _53);
52 ssbo.InterlockedAnd(0, 1u, _74);
68 ssbo.InterlockedAnd(4, 1, _91);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl/comp/
Datomic.comp24 InterlockedAnd(uImage[int2(1, 5)], 1u, _36);
38 InterlockedAnd(iImage[int2(1, 6)], 1, _53);
52 ssbo.InterlockedAnd(0, 1u, _74);
68 ssbo.InterlockedAnd(4, 1, _91);
/third_party/glib/glib/
Dgatomic.c517 #define InterlockedAnd _InterlockedAnd macro
539 #define InterlockedAnd(a,b) _gInterlockedAnd(a,b) macro
621 return InterlockedAnd (atomic, val); in guint()
684 return InterlockedAnd (atomic, val); in gsize()
/third_party/skia/third_party/externals/tint/test/intrinsics/gen/atomicAnd/
D152966.wgsl.expected.hlsl3 buffer.InterlockedAnd(offset, value, original_value);
D45a819.wgsl.expected.hlsl5 InterlockedAnd(arg_0, 1, atomic_result);
D85a8d9.wgsl.expected.hlsl3 buffer.InterlockedAnd(offset, value, original_value);
D34edd3.wgsl.expected.hlsl5 InterlockedAnd(arg_0, 1u, atomic_result);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl/frag/
Dpixel-interlock-ordered.sm51.fxconly.frag18 _42.InterlockedAnd(4, _52.Load(0), _55);
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-hlsl/frag/
Dpixel-interlock-ordered.sm51.fxconly.frag18 _42.InterlockedAnd(4, _52.Load(0), _55);
/third_party/ffmpeg/compat/atomics/win32/
Dstdatomic.h151 InterlockedAnd(object, operand)