/third_party/flutter/skia/third_party/externals/sdl/src/render/ |
D | SDL_d3dmath.c | 45 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()
|
D | SDL_d3dmath.h | 55 float _41, _42, _43, _44; member
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/comp/ |
D | dowhile.comp | 21 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/ |
D | matrix-output.multi-patch.tesc | 29 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/ |
D | dowhile.comp | 25 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/ |
D | matrix-output.multi-patch.tesc | 31 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/ |
D | pixel-interlock-ordered.sm51.fxconly.frag | 2 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/ |
D | pixel-interlock-ordered.sm51.fxconly.frag | 2 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/ |
D | Common.h | 164 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/ |
D | ubo-load-row-major-workaround.frag | 27 } _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/ |
D | ubo-load-row-major-workaround.frag | 27 } _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/ |
D | return-array.vert | 33 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/ |
D | pixel-interlock-ordered.msl2.frag | 32 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/ |
D | pixel-interlock-ordered.msl2.frag | 32 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/ |
D | nonuniform-ssbo.nocompat.vk.asm.frag.vk | 16 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/ |
D | nonuniform-ssbo.sm51.nonuniformresource.asm.frag | 19 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/ |
D | spec-constant-work-group-size.comp | 19 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/ |
D | spec-constant-work-group-size.comp | 19 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/ |
D | return-array.force-native-array.vert | 147 float4 _42[2]; 148 test(_42); 151 out.gl_Position = _42[0] + _44[1];
|
/third_party/typescript/tests/baselines/reference/ |
D | sourceMapValidationDestructuringForOfArrayBindingPatternDefaultValues.js | 181 …], nameMA = _41 === void 0 ? "noName" : _41, _42 = _40[1], _43 = _42 === void 0 ? ["skill1", "skil… variable
|
D | sourceMapValidationDestructuringForObjectBindingPatternDefaultValues2.js | 178 …_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…
|
D | sourceMapValidationDestructuringForOfObjectBindingPatternDefaultValues2.js | 170 …_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…
|
D | sourceMapValidationDestructuringForOfArrayBindingPatternDefaultValues2.js | 138 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/ |
D | spec-constant.msl11.vk.frag | 40 constant int _42 = (c >> d); 95 int c10 = _42;
|
D | spec-constant.vk.frag | 28 constant int _42 = (c >> d); 79 int c10 = _42;
|