Home
last modified time | relevance | path

Searched refs:_17 (Results 1 – 25 of 75) sorted by relevance

123

/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/comp/
Ddefer-parens.comp12 vec4 _17 = _13.data;
13 vec2 _28 = _17.yz + vec2(10.0);
14 _13.data = vec4(_17.x, _28, _17.w);
15 _13.data = (_17 + _17) + _17;
18 _13.data = vec4((_17.zw + vec2(10.0))[_13.index]);
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/vert/
Dinterface-block-block-composites.frag77 Vert _17 = {};
79 _17.wMatrix[0] = in.Vert_wMatrix_0;
80 _17.wMatrix[1] = in.Vert_wMatrix_1;
81 _17.wMatrix[2] = in.Vert_wMatrix_2;
82 _17.wTmp = in.Vert_wTmp;
83 _17.arr[0] = in.Vert_arr_0;
84 _17.arr[1] = in.Vert_arr_1;
85 _17.arr[2] = in.Vert_arr_2;
86 _17.arr[3] = in.Vert_arr_3;
90 out.FragColor = (_17.wMatrix[0].xxyy + _17.wTmp) + vMatrix[1].yyzz;
[all …]
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/vert/
Dinterface-block-block-composites.frag77 Vert _17 = {};
79 _17.wMatrix[0] = in.Vert_wMatrix_0;
80 _17.wMatrix[1] = in.Vert_wMatrix_1;
81 _17.wMatrix[2] = in.Vert_wMatrix_2;
82 _17.wTmp = in.Vert_wTmp;
83 _17.arr[0] = in.Vert_arr_0;
84 _17.arr[1] = in.Vert_arr_1;
85 _17.arr[2] = in.Vert_arr_2;
86 _17.arr[3] = in.Vert_arr_3;
90 out.FragColor = (_17.wMatrix[0].xxyy + _17.wTmp) + vMatrix[1].yyzz;
[all …]
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/comp/
Ddefer-parens.comp16 float4 _17 = _13.data;
17 float2 _28 = _17.yz + float2(10.0);
18 _13.data = float4(_17.x, _28, _17.w);
19 _13.data = (_17 + _17) + _17;
22 _13.data = float4((_17.zw + float2(10.0))[_13.index]);
Dargument-buffers-image-load-store.ios.msl2.argument.comp8 int2 _17 = int2(gl_GlobalInvocationID.xy);
9 uImage.write(uImageRead.read(uint2(_17)), uint2(_17));
Dargument-buffers-image-load-store.msl2.argument.comp14 int2 _17 = int2(gl_GlobalInvocationID.xy);
15 spvDescriptorSet0.uImage.write(spvDescriptorSet0.uImageRead.read(uint2(_17)), uint2(_17));
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/asm/frag/
Dsubgroup-arithmetic-cast.nocompat.vk.asm.frag.vk10 uint _17 = uint(index);
12 FragColor = uint(subgroupMax(int(_17)));
14 FragColor = subgroupMax(_17);
16 FragColor = uint(subgroupInclusiveMin(int(_17)));
18 FragColor = subgroupExclusiveMin(_17);
20 FragColor = uint(subgroupClusteredMax(int(_17), 4u));
22 FragColor = subgroupClusteredMax(_17, 4u);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/asm/comp/
Daccess-chain-dominator-in-loop-body-2.asm.comp11 int _17 = 0;
14 if (_17 < 100)
16 int _24 = _4.values[_17];
17 _4.values[_24] = _17;
20 _4.values[_17] = _18;
21 _17 = _18;
Daccess-chain-dominator-in-loop-body.asm.comp11 int _17 = 0;
14 if (_17 < 100)
16 int _24 = _4.values[_17];
17 _4.values[_24] = _17;
18 _17 = _4.values[_24 + 1];
Daccess-tracking-function-call-result.asm.comp16 int _17 = foo();
19 _5.myout = _17;
22 _5.myout = _17;
Dray-query-function-object.spv14.asm.vk.nocompat.comp.vk8 vec3 _17;
13 rayQueryInitializeEXT(_19, RTAS, 2u, 255u, _17, _16, _17, _16);
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/frag/
Dsampler-ms.frag11 ivec2 _17 = ivec2(gl_FragCoord.xy);
12 …r = ((texelFetch(uSampler, _17, 0) + texelFetch(uSampler, _17, 1)) + texelFetch(uSampler, _17, 2))…
Darray-lut-no-loop-variable.frag5 const float _17[5] = float[](1.0, 2.0, 3.0, 4.0, 5.0);
14 FragColor += vec4(_17[_33]);
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/frag/
Dsampler-ms.frag14 int2 _17 = int2(gl_FragCoord.xy);
15 …or = ((uSampler.read(uint2(_17), 0) + uSampler.read(uint2(_17), 1)) + uSampler.read(uint2(_17), 2)…
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/asm/frag/
Dsubgroup-arithmetic-cast.msl21.asm.frag19 uint _17 = uint(in.index);
21 out.FragColor = uint(simd_max(int(_17)));
23 out.FragColor = simd_max(_17);
25 out.FragColor = uint(quad_max(int(_17)));
27 out.FragColor = quad_max(_17);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/asm/packing/
Dload-packed-no-forwarding-3.asm.comp15 float3 _17 = float3(_4.b);
17 _4.c = _17;
18 _4.a = _17 * _19;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl-no-opt/asm/frag/
Dsubgroup-arithmetic-cast.invalid.nofxc.sm60.asm.frag16 uint _17 = uint(index);
18 FragColor = uint(WaveActiveMax(int(_17)));
20 FragColor = WaveActiveMax(_17);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/asm/
Dtemporary.zero-initialize.asm.frag14 for (mediump int _16 = 0, _17 = 0; _16 < vA; _17 = _15, _16 += _10)
22 _15 = ((vB + _16) == 40) ? 60 : _17;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/asm/
Dtemporary.zero-initialize.asm.frag23 for (int _16 = 0, _17 = 0; _16 < in.vA; _17 = _15, _16 += _10)
31 _15 = ((in.vB + _16) == 40) ? 60 : _17;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl-no-opt/asm/
Dtemporary.zero-initialize.asm.frag21 for (int _16 = 0, _17 = 0; _16 < vA; _17 = _15, _16 += _10)
29 _15 = ((vB + _16) == 40) ? 60 : _17;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/frag/
Darray-lut-no-loop-variable.frag5 const float _17[5] = float[](1.0, 2.0, 3.0, 4.0, 5.0);
11 for (mediump int i = 0; i < 4; i++, FragColor += vec4(_17[i]))
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/asm/frag/
Dinvalidation.asm.frag11 float _17 = a;
13 FragColor = (_17 + b) * b;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/asm/tesc/
Dbuiltin-control-point-initializer.asm.tesc69 …spvUnsafeArray<_RESERVED_IDENTIFIER_FIXUP_gl_PerVertex, 4> _17 = spvUnsafeArray<_RESERVED_IDENTIFI…
73 … gl_out[gl_InvocationID].gl_Position = _17[gl_InvocationID]._RESERVED_IDENTIFIER_FIXUP_gl_Position;
74 …gl_out[gl_InvocationID].gl_PointSize = _17[gl_InvocationID]._RESERVED_IDENTIFIER_FIXUP_gl_PointSiz…
/third_party/typescript/tests/baselines/reference/
DsourceMapValidationDestructuringVariableStatementArrayBindingPatternDefaultValues3.js58 …_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19, _20, _21… variable
84 …" : _15, _16 = _14[1], _17 = _16 === void 0 ? [] : _16, _18 = _17[0], primarySkillB = _18 === void…
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl/frag/
Darray-lut-no-loop-variable.frag1 static const float _17[5] = { 1.0f, 2.0f, 3.0f, 4.0f, 5.0f };
18 for (int i = 0; i < 4; i++, FragColor += _17[i].xxxx)

123