/third_party/boost/libs/mpl/test/ |
D | comparison.cpp | 22 typedef int_<10> _10; typedef 26 MPL_ASSERT_NOT(( equal_to<_0, _10> )); in MPL_TEST_CASE() 27 MPL_ASSERT_NOT(( equal_to<_10, _0> )); in MPL_TEST_CASE() 28 MPL_ASSERT(( equal_to<_10, _10> )); in MPL_TEST_CASE() 33 MPL_ASSERT(( not_equal_to<_0, _10> )); in MPL_TEST_CASE() 34 MPL_ASSERT(( not_equal_to<_10, _0> )); in MPL_TEST_CASE() 35 MPL_ASSERT_NOT(( not_equal_to<_10, _10> )); in MPL_TEST_CASE() 40 MPL_ASSERT(( less<_0, _10> )); in MPL_TEST_CASE() 41 MPL_ASSERT_NOT(( less<_10, _0> )); in MPL_TEST_CASE() 42 MPL_ASSERT_NOT(( less<_10, _10> )); in MPL_TEST_CASE() [all …]
|
D | arithmetic.cpp | 23 typedef int_<10> _10; in MPL_TEST_CASE() typedef 25 MPL_ASSERT_RELATION( (plus<_0,_10>::value), ==, 10 ); in MPL_TEST_CASE() 26 MPL_ASSERT_RELATION( (plus<_10,_0>::value), ==, 10 ); in MPL_TEST_CASE() 28 MPL_ASSERT_RELATION( (minus<_0,_10>::value), ==, -10 ); in MPL_TEST_CASE() 29 MPL_ASSERT_RELATION( (minus<_10,_0>::value), ==, 10 ); in MPL_TEST_CASE() 31 MPL_ASSERT_RELATION( (times<_1,_10>::value), ==, 10 ); in MPL_TEST_CASE() 32 MPL_ASSERT_RELATION( (times<_10,_1>::value), ==, 10 ); in MPL_TEST_CASE() 33 MPL_ASSERT_RELATION( (multiplies<_1,_10>::value), ==, 10 ); in MPL_TEST_CASE() 34 MPL_ASSERT_RELATION( (multiplies<_10,_1>::value), ==, 10 ); in MPL_TEST_CASE() 36 MPL_ASSERT_RELATION( (divides<_10,_1>::value), ==, 10 ); in MPL_TEST_CASE() [all …]
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl-no-opt/asm/comp/ |
D | access-chain-load-store-composite.asm.comp | 21 RWByteAddressBuffer _10 : register(u0); 26 _64.a = asfloat(uint2x2(_10.Load(0), _10.Load(8), _10.Load(4), _10.Load(12))); 27 _64.b = asfloat(_10.Load2(16)); 37 …_64.c[_0ident].d[_1ident][_2ident] = asfloat(_10.Load(_2ident * 4 + _1ident * 16 + _0ident * 40 + … 43 _64.c[_0ident].baz[_3ident].c = asfloat(_10.Load(_3ident * 4 + _0ident * 40 + 56)); 46 _10.Store(224, asuint(_64.a[0].x)); 47 _10.Store(228, asuint(_64.a[1].x)); 48 _10.Store(232, asuint(_64.a[0].y)); 49 _10.Store(236, asuint(_64.a[1].y)); 50 _10.Store2(240, asuint(_64.b)); [all …]
|
D | aliased-struct-divergent-member-name.asm.comp | 9 RWByteAddressBuffer _10 : register(u1); 15 _10.Store(480, asuint(v.c));
|
/third_party/ffmpeg/libavcodec/x86/ |
D | h264_qpel_10bit.asm | 114 cglobal %1_h264_qpel%4_%2_10, %5,%6,%7 115 call stub_%1_h264_qpel%3_%2_10 %+ SUFFIX 120 call stub_%1_h264_qpel%3_%2_10 %+ SUFFIX 125 call stub_%1_h264_qpel%3_%2_10 %+ SUFFIX 130 call stub_%1_h264_qpel%3_%2_10 %+ SUFFIX 133 cglobal %1_h264_qpel%4_%2_10, %5,%6 + 2,%7 137 call stub_%1_h264_qpel%3_%2_10 %+ SUFFIX 140 call stub_%1_h264_qpel%3_%2_10 %+ SUFFIX 143 call stub_%1_h264_qpel%3_%2_10 %+ SUFFIX 147 call stub_%1_h264_qpel%3_%2_10 %+ SUFFIX [all …]
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/comp/ |
D | read-write-only.comp | 8 } _10; 24 _10.data4 = _15.data0 + _21.data2; 25 _10.data5 = _15.data1 + _21.data3;
|
D | coherent-block.comp | 7 } _10; 11 _10.value = vec4(20.0);
|
D | udiv.comp | 7 } _10; 16 _10.outputs[gl_GlobalInvocationID.x] = _23.inputs[gl_GlobalInvocationID.x] / 29u;
|
D | coherent-image.comp | 7 } _10; 13 _10.value = imageLoad(uImage, ivec2(10));
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/comp/ |
D | read-write-only.comp | 8 } _10; 24 _10.data4 = _15.data0 + _21.data2; 25 _10.data5 = _15.data1 + _21.data3;
|
D | coherent-block.comp | 7 } _10; 11 _10.value = vec4(20.0);
|
D | udiv.comp | 7 } _10; 16 _10.outputs[gl_GlobalInvocationID.x] = _23.inputs[gl_GlobalInvocationID.x] / 29u;
|
D | coherent-image.comp | 7 } _10; 13 _10.value = imageLoad(uImage, ivec2(10));
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/comp/ |
D | read-write-only.comp | 26 kernel void main0(device SSBO2& _10 [[buffer(0)]], const device SSBO0& _15 [[buffer(1)]], device SS… 28 _10.data4 = _15.data0 + _21.data2; 29 _10.data5 = _15.data1 + _21.data3;
|
D | coherent-block.comp | 13 kernel void main0(volatile device SSBO& _10 [[buffer(0)]]) 15 _10.value = float4(20.0);
|
D | coherent-image.comp | 13 kernel void main0(volatile device SSBO& _10 [[buffer(0)]], texture2d<int> uImage [[texture(0)]]) 15 _10.value = uImage.read(uint2(int2(10)));
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/asm/ |
D | temporary.zero-initialize.asm.frag | 12 mediump int _10 = 0; 14 for (mediump int _16 = 0, _17 = 0; _16 < vA; _17 = _15, _16 += _10) 24 _10 = _15 + 10;
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/comp/ |
D | read-write-only.comp | 26 kernel void main0(device SSBO2& _10 [[buffer(0)]], const device SSBO0& _15 [[buffer(1)]], device SS… 28 _10.data4 = _15.data0 + _21.data2; 29 _10.data5 = _15.data1 + _21.data3;
|
D | coherent-block.comp | 13 kernel void main0(volatile device SSBO& _10 [[buffer(0)]]) 15 _10.value = float4(20.0);
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/asm/ |
D | temporary.zero-initialize.asm.frag | 21 int _10 = {}; 23 for (int _16 = 0, _17 = 0; _16 < in.vA; _17 = _15, _16 += _10) 33 _10 = _15 + 10;
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl-no-opt/asm/ |
D | temporary.zero-initialize.asm.frag | 19 int _10 = 0; 21 for (int _16 = 0, _17 = 0; _16 < vA; _17 = _15, _16 += _10) 31 _10 = _15 + 10;
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/asm/comp/ |
D | nonuniform-bracket-handling.vk.nocompat.asm.comp.vk | 26 layout(set = 4, binding = 0, r32ui) uniform uimageBuffer _10[]; 41 …uint _130 = imageAtomicAdd(_10[_61], int((gl_GlobalInvocationID.x < _7._m0[_64].y) ? (gl_GlobalInv… 42 …uint _137 = imageAtomicCompSwap(_10[_61], int((gl_GlobalInvocationID.y < _7._m0[_64].y) ? (gl_Glob… 50 …uint _209 = imageAtomicAdd(_10[nonuniformEXT(_15)], int((gl_GlobalInvocationID.y < _7._m0[_15].y) … 51 …uint _215 = imageAtomicCompSwap(_10[nonuniformEXT(_15)], int((gl_GlobalInvocationID.y < _7._m0[_15…
|
D | extended-debug-extinst.invalid.asm.comp | 12 } _10; 16 _10._m0[gl_GlobalInvocationID.x] = -_9._m0[gl_GlobalInvocationID.x];
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl/comp/ |
D | num-workgroups-alone.comp | 3 RWByteAddressBuffer _10 : register(u0); 12 _10.Store3(0, SPIRV_Cross_NumWorkgroups_1_count);
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-hlsl/comp/ |
D | num-workgroups-alone.comp | 3 RWByteAddressBuffer _10 : register(u0); 12 _10.Store3(0, SPIRV_Cross_NumWorkgroups_1_count);
|