Home
last modified time | relevance | path

Searched refs:_60 (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/comp/
Dstruct-packing.comp126 Content_1 _60 = ssbo_140.content;
127 ssbo_430.content.m0s[0].a[0] = _60.m0s[0].a[0];
128 ssbo_430.content.m0s[0].b = _60.m0s[0].b;
129 ssbo_430.content.m1s[0].a = float3(_60.m1s[0].a);
130 ssbo_430.content.m1s[0].b = _60.m1s[0].b;
131 ssbo_430.content.m2s[0].a[0] = _60.m2s[0].a[0];
132 ssbo_430.content.m2s[0].b = _60.m2s[0].b;
133 ssbo_430.content.m0.a[0] = _60.m0.a[0];
134 ssbo_430.content.m0.b = _60.m0.b;
135 ssbo_430.content.m1.a = float3(_60.m1.a);
[all …]
Dcopy-array-of-arrays.comp71 …spvUnsafeArray<spvUnsafeArray<float, 2>, 2> _60 = spvUnsafeArray<spvUnsafeArray<float, 2>, 2>({ _5…
72 …oat, 2>, 2>, 2> _61 = spvUnsafeArray<spvUnsafeArray<spvUnsafeArray<float, 2>, 2>, 2>({ _49, _60 });
Dcopy-array-of-arrays.force-native-array.comp356 float _60[2][2] = { { _54[0], _54[1] }, { _59[0], _59[1] } };
357 …_49[0][0], _49[0][1] }, { _49[1][0], _49[1][1] } }, { { _60[0][0], _60[0][1] }, { _60[1][0], _60[1…
Datomic.comp50 …uint _60 = atomic_fetch_and_explicit((threadgroup atomic_uint*)&shared_u32, 1u, memory_order_relax…
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/comp/
Dstruct-packing.comp126 Content_1 _60 = ssbo_140.content;
127 ssbo_430.content.m0s[0].a[0] = _60.m0s[0].a[0];
128 ssbo_430.content.m0s[0].b = _60.m0s[0].b;
129 ssbo_430.content.m1s[0].a = float3(_60.m1s[0].a);
130 ssbo_430.content.m1s[0].b = _60.m1s[0].b;
131 ssbo_430.content.m2s[0].a[0] = _60.m2s[0].a[0];
132 ssbo_430.content.m2s[0].b = _60.m2s[0].b;
133 ssbo_430.content.m0.a[0] = _60.m0.a[0];
134 ssbo_430.content.m0.b = _60.m0.b;
135 ssbo_430.content.m1.a = float3(_60.m1.a);
[all …]
Ddowhile.comp22 int _60;
23 _60 = 0;
29 int _44 = _60 + 1;
32 _60 = _44;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/frag/
Dlut-promotion.frag6 const vec4 _60[4] = vec4[](vec4(0.0), vec4(1.0), vec4(8.0), vec4(5.0));
24 FragColor += _60[index & 3].y;
28 FragColor += _60[index & 1].x;
30 vec4 foobar[4] = _60;
36 vec4 baz[4] = _60;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl/frag/
Dlut-promotion.frag2 static const float4 _60[4] = { 0.0f.xxxx, 1.0f.xxxx, 8.0f.xxxx, 5.0f.xxxx };
31 FragColor += _60[index & 3].y;
35 FragColor += _60[index & 1].x;
37 float4 foobar[4] = _60;
43 float4 baz[4] = _60;
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/comp/
Ddowhile.comp18 int _60;
19 _60 = 0;
25 int _44 = _60 + 1;
28 _60 = _44;
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/frag/
Dlut-promotion.frag6 const vec4 _60[4] = vec4[](vec4(0.0), vec4(1.0), vec4(8.0), vec4(5.0));
26 FragColor += _60[index & 3].y;
30 FragColor += _60[index & 1].x;
32 vec4 foobar[4] = _60;
Dhoisted-temporary-use-continue-block-as-value.frag14 for (mediump int _57 = 0, _60 = 0; _57 < vA; _60 = _58, _57 += _49)
22 _58 = ((vB + _57) == 40) ? 60 : _60;
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/asm/frag/
Dloop-header-to-continue.asm.frag33 for (int _60 = -3; _60 <= 3; )
35 float _64 = float(_60);
40 _60++;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/asm/frag/
Dloop-header-to-continue.asm.frag33 for (int _60 = -3; _60 <= 3; )
35 float _64 = float(_60);
40 _60++;
Dhlsl-sample-cmp-level-zero.asm.frag12 vec4 _60 = vec4(vec3(texCoords_1, cascadeIndex_1), fragDepth_1);
13 …float c = textureGrad(SPIRV_Cross_CombinedShadowMapShadowSamplerPCF, vec4(_60.xyz, _60.w), vec2(0.…
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-hlsl/frag/
Dlut-promotion.frag2 static const float4 _60[4] = { 0.0f.xxxx, 1.0f.xxxx, 8.0f.xxxx, 5.0f.xxxx };
32 FragColor += _60[index & 3].y;
36 FragColor += _60[index & 1].x;
38 float4 foobar[4] = _60;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/frag/
Dlut-promotion.frag48 constant spvUnsafeArray<float4, 4> _60 = spvUnsafeArray<float4, 4>({ float4(0.0), float4(1.0), floa…
75 out.FragColor += _60[in.index & 3].y;
79 out.FragColor += _60[in.index & 1].x;
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/frag/
Dlut-promotion.frag48 constant spvUnsafeArray<float4, 4> _60 = spvUnsafeArray<float4, 4>({ float4(0.0), float4(1.0), floa…
76 out.FragColor += _60[in.index & 3].y;
80 out.FragColor += _60[in.index & 1].x;
/third_party/typescript/tests/baselines/reference/
DsourceMapValidationDestructuringForOfArrayBindingPatternDefaultValues.js189 …_58 === void 0 ? ["skill1", "skill2"] : _58, _60 = _59[0], primarySkillA = _60 === void 0 ? "prima… variable
DsourceMapValidationDestructuringForOfObjectBindingPatternDefaultValues2.js186 for (var _60 = 0, _61 = getRobots(); _60 < _61.length; _60++) {
187 _b = _61[_60].name, nameA = _b === void 0 ? "noName" : _b;
DsourceMapValidationDestructuringForOfArrayBindingPatternDefaultValues2.js182 for (var _59 = 0, _60 = getRobots(); _59 < _60.length; _59++) {
183 …_7 = _60[_59], _8 = _7[0], numberA2 = _8 === void 0 ? -1 : _8, _9 = _7[1], nameA2 = _9 === void 0 …
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/vulkan/frag/
Dspec-constant.msl11.vk.frag55 constant bool _60 = (g && h);
102 bool c17 = _60;
Dspec-constant.vk.frag39 constant bool _60 = (g && h);
86 bool c17 = _60;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/vulkan/frag/
Dspec-constant.vk.frag.vk30 const bool _60 = (g && h);
81 bool c17 = _60;
Dspec-constant.vk.frag54 const bool _60 = (g && h);
105 bool c17 = _60;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl-no-opt/frag/
Dspec-constant.frag50 static const bool _60 = (g && h);
106 bool c17 = _60;

12