Home
last modified time | relevance | path

Searched refs:_42 (Results 1 – 25 of 41) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/sdl/src/render/
DSDL_d3dmath.c45 m._12 = M1._11 * M2._12 + M1._12 * M2._22 + M1._13 * M2._32 + M1._14 * M2._42; in MatrixMultiply()
49 m._22 = M1._21 * M2._12 + M1._22 * M2._22 + M1._23 * M2._32 + M1._24 * M2._42; in MatrixMultiply()
53 m._32 = M1._31 * M2._12 + M1._32 * M2._22 + M1._33 * M2._32 + M1._34 * M2._42; in MatrixMultiply()
56 m._41 = M1._41 * M2._11 + M1._42 * M2._21 + M1._43 * M2._31 + M1._44 * M2._41; in MatrixMultiply()
57 m._42 = M1._41 * M2._12 + M1._42 * M2._22 + M1._43 * M2._32 + M1._44 * M2._42; in MatrixMultiply()
58 m._43 = M1._41 * M2._13 + M1._42 * M2._23 + M1._43 * M2._33 + M1._44 * M2._43; in MatrixMultiply()
59 m._44 = M1._41 * M2._14 + M1._42 * M2._24 + M1._43 * M2._34 + M1._44 * M2._44; in MatrixMultiply()
83 m._42 = y; in MatrixTranslation()
DSDL_d3dmath.h55 float _41, _42, _43, _44; member
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/comp/
Ddowhile.comp21 vec4 _42;
24 _42 = _28.mvp * _59;
29 _59 = _42;
36 _52.out_data[gl_GlobalInvocationID.x] = _42;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/tesc/
Dmatrix-output.multi-patch.tesc29 int _42 = (gl_InvocationID + 1) % 3;
30 …loat4x3(d[0] + gl_out[_42].in_te_data0[0], d[1] + gl_out[_42].in_te_data0[1], d[2] + gl_out[_42].i…
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/comp/
Ddowhile.comp25 float4 _42;
28 _42 = _28.mvp * _59;
33 _59 = _42;
40 _52.out_data[gl_GlobalInvocationID.x] = _42;
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/tesc/
Dmatrix-output.multi-patch.tesc31 int _42 = (gl_InvocationID + 1) % 3;
32 …a1 = float4x3(_18 + gl_out[_42].in_te_data0[0], _19 + gl_out[_42].in_te_data0[1], _20 + gl_out[_42
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl/frag/
Dpixel-interlock-ordered.sm51.fxconly.frag2 globallycoherent RasterizerOrderedByteAddressBuffer _42 : register(u3, space0);
16 _42.Store(0, uint(int(_42.Load(0)) + 42));
18 _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.frag2 globallycoherent RasterizerOrderedByteAddressBuffer _42 : register(u3, space0);
16 _42.Store(0, uint(int(_42.Load(0)) + 42));
18 _42.InterlockedAnd(4, _52.Load(0), _55);
/third_party/skia/third_party/externals/d3d12allocator/src/
DCommon.h164 float _41, _42, _43, _44; member
175 float _41, float _42, float _43, float _44) : in mat4()
179 _41(_41), _42(_42), _43(_43), _44(_44) in mat4()
191 _41(row4.x), _42(row4.y), _43(row4.z), _44(row4.w) in mat4()
199 _41(data[12]), _42(data[13]), _43(data[14]), _44(data[15]) in mat4()
207 _11 * rhs._12 + _12 * rhs._22 + _13 * rhs._32 + _14 * rhs._42,
212 _21 * rhs._12 + _22 * rhs._22 + _23 * rhs._32 + _24 * rhs._42,
217 _31 * rhs._12 + _32 * rhs._22 + _33 * rhs._32 + _34 * rhs._42,
221 _41 * rhs._11 + _42 * rhs._21 + _43 * rhs._31 + _44 * rhs._41,
222 _41 * rhs._12 + _42 * rhs._22 + _43 * rhs._32 + _44 * rhs._42,
[all …]
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/frag/
Dubo-load-row-major-workaround.frag27 } _42;
42 …* spvWorkaroundRowMajor(_35.rm.B)) * spvWorkaroundRowMajor(_42.A)) * spvWorkaroundRowMajor(_42.C))…
44 FragColor += (_42.A[1] * Clip);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/frag/
Dubo-load-row-major-workaround.frag27 } _42;
44 …* spvWorkaroundRowMajor(_35.rm.B)) * spvWorkaroundRowMajor(_42.A)) * spvWorkaroundRowMajor(_42.C))…
46 FragColor += (_42.A[1] * Clip);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl/vert/
Dreturn-array.vert33 float4 _42[2];
34 test(_42);
37 gl_Position = _42[0] + _44[1];
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/frag/
Dpixel-interlock-ordered.msl2.frag32 fragment void main0(device Buffer3& _9 [[buffer(0)]], volatile device Buffer& _42 [[buffer(2), rast…
38 _42.foo += 42;
39 …uint _55 = atomic_fetch_and_explicit((volatile device atomic_uint*)&_42.bar, _52.quux, memory_orde…
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/frag/
Dpixel-interlock-ordered.msl2.frag32 fragment void main0(device Buffer3& _9 [[buffer(0)]], volatile device Buffer& _42 [[buffer(2), rast…
38 _42.foo += 42;
39 …uint _55 = atomic_fetch_and_explicit((volatile device atomic_uint*)&_42.bar, _52.quux, memory_orde…
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/asm/frag/
Dnonuniform-ssbo.nocompat.vk.asm.frag.vk16 int _42 = i + 60;
18 ssbos[nonuniformEXT(_42)].v[_45] = vec4(20.0);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl-no-opt/asm/frag/
Dnonuniform-ssbo.sm51.nonuniformresource.asm.frag19 int _42 = i + 60;
21 ssbos[NonUniformResourceIndex(_42)].Store4(_45 * 16 + 16, asuint(20.0f.xxxx));
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-hlsl/comp/
Dspec-constant-work-group-size.comp19 static const int _42 = (1 - a);
35 _23.Store((_35 + gl_GlobalInvocationID.x) * 4 + 0, uint(b + spec_const_array_size[_42]));
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl/comp/
Dspec-constant-work-group-size.comp19 static const int _42 = (1 - a);
35 _23.Store((_35 + gl_GlobalInvocationID.x) * 4 + 0, uint(b + spec_const_array_size[_42]));
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/vert/
Dreturn-array.force-native-array.vert147 float4 _42[2];
148 test(_42);
151 out.gl_Position = _42[0] + _44[1];
/third_party/typescript/tests/baselines/reference/
DsourceMapValidationDestructuringForOfArrayBindingPatternDefaultValues.js181 …], nameMA = _41 === void 0 ? "noName" : _41, _42 = _40[1], _43 = _42 === void 0 ? ["skill1", "skil… variable
DsourceMapValidationDestructuringForObjectBindingPatternDefaultValues2.js178 …_27, _28, _29, _30, _31, _32, _33, _34, _35, _36, _37, _38, _39, _40, _41, _42, _43, _44, _45, _46… variable
255 …{ primary: "none", secondary: "none" } : _40, _42 = _41.primary, primary = _42 === void 0 ? "prima…
DsourceMapValidationDestructuringForOfObjectBindingPatternDefaultValues2.js170 …_27, _28, _29, _30, _31, _32, _33, _34, _35, _36, _37, _38, _39, _40, _41, _42, _43, _44, _45, _46… variable
270_42 = multiRobots_4[_94], _43 = _42.name, name = _43 === void 0 ? "noName" : _43, _44 = _42.skills…
DsourceMapValidationDestructuringForOfArrayBindingPatternDefaultValues2.js138 for (var _41 = 0, _42 = [robotA, robotB]; _41 < _42.length; _41++) {
139 _e = _42[_41], _f = _e[1], nameA = _f === void 0 ? "noName" : _f;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/vulkan/frag/
Dspec-constant.msl11.vk.frag40 constant int _42 = (c >> d);
95 int c10 = _42;
Dspec-constant.vk.frag28 constant int _42 = (c >> d);
79 int c10 = _42;

12