Searched refs:InterlockedAnd (Results 1 – 16 of 16) sorted by relevance
/third_party/glslang/Test/ |
D | hlsl.rw.atomics.frag | 52 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 …]
|
D | hlsl.intrinsics.comp | 26 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);
|
D | hlsl.structbuffer.atomics.frag | 10 sbuf.InterlockedAnd(8, 1); 11 sbuf.InterlockedAnd(8, 1, u);
|
D | hlsl.intrinsics.negative.comp | 30 // 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…
|
D | hlsl.intrinsics.negative.vert | 46 // 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…
|
D | hlsl.intrinsics.negative.frag | 17 …// 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/ |
D | atomic.comp | 24 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/ |
D | atomic.comp | 24 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/ |
D | gatomic.c | 517 #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/ |
D | 152966.wgsl.expected.hlsl | 3 buffer.InterlockedAnd(offset, value, original_value);
|
D | 45a819.wgsl.expected.hlsl | 5 InterlockedAnd(arg_0, 1, atomic_result);
|
D | 85a8d9.wgsl.expected.hlsl | 3 buffer.InterlockedAnd(offset, value, original_value);
|
D | 34edd3.wgsl.expected.hlsl | 5 InterlockedAnd(arg_0, 1u, atomic_result);
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl/frag/ |
D | pixel-interlock-ordered.sm51.fxconly.frag | 18 _42.InterlockedAnd(4, _52.Load(0), _55);
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-hlsl/frag/ |
D | pixel-interlock-ordered.sm51.fxconly.frag | 18 _42.InterlockedAnd(4, _52.Load(0), _55);
|
/third_party/ffmpeg/compat/atomics/win32/ |
D | stdatomic.h | 151 InterlockedAnd(object, operand)
|