Home
last modified time | relevance | path

Searched +full:- +full:m32 (Results 1 – 25 of 227) sorted by relevance

12345678910

/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_ops.c1 /* Copyright (c) 2018-2019 Alyssa Rosenzweig (alyssa@rosenzweig.io)
2 * Copyright (C) 2019-2020 Collabora, Ltd.
203 #define M32 midgard_reg_mode_32 macro
207 [midgard_op_unpack_colour_f32] = {"UNPACK.f32", M32},
208 [midgard_op_unpack_colour_f16] = {"UNPACK.f16", M32},
209 [midgard_op_unpack_colour_u32] = {"UNPACK.u32", M32},
210 [midgard_op_unpack_colour_s32] = {"UNPACK.s32", M32},
211 [midgard_op_pack_colour_f32] = {"PACK.f32", M32},
212 [midgard_op_pack_colour_f16] = {"PACK.f16", M32},
213 [midgard_op_pack_colour_u32] = {"PACK.u32", M32},
[all …]
/third_party/skia/resources/sksl/shared/
DMatricesNonsquare.sksl12 float3x2 m32 = float3x2(4);
13 ok = ok && (m32 == float3x2(4, 0,
30 float2x2 m22 = m32 * m23;
39 m32 -= 2;
40 ok = ok && (m32 == float3x2(2, -2,
41 -2, 2,
42 -2, -2));
58 half3x2 m32 = half3x2(4);
59 ok = ok && (m32 == half3x2(4, 0,
76 half2x2 m22 = m32 * m23;
[all …]
/third_party/ltp/tools/sparse/
DREADME.md8 `make check-a_test01`, where `a_test01` is an arbitrary test
29 $ git submodule update --init
32 ### Modifying CFLAGS and -m32
34 When compiling the LTP with `-m32` it may break building
35 `sparse-ltp`. We do not pass LTP's `CFLAGS` or `HOST_CFLAGS` to
39 To avoid issues with m32, just pre-build the checker with a non-m32
41 tool itself. Similar issues with cross-compiling could be handled in a
42 similar way. Simply pre-build `sparse-ltp` and `libsparse.a` with a separate
/third_party/skia/tests/sksl/shared/
DMatricesNonsquare.glsl11 mat3x2 m32 = mat3x2(4.0);
12 ok = ok && m32 == mat3x2(4.0, 0.0, 0.0, 4.0, 0.0, 0.0);
19 mat2 m22 = m32 * m23;
25 m32 -= 2.0;
26 ok = ok && m32 == mat3x2(2.0, -2.0, -2.0, 2.0, -2.0, -2.0);
51 _3_m32 -= 2.0;
52 _0_ok = _0_ok && _3_m32 == mat3x2(2.0, -2.0, -2.0, 2.0, -2.0, -2.0);
/third_party/vk-gl-cts/scripts/
Drun_internal_tests.py1 # -*- coding: utf-8 -*-
3 #-------------------------------------------------------------------------
5 # --------------------------------------
13 # http://www.apache.org/licenses/LICENSE-2.0
21 #-------------------------------------------------------------------------
31 exit(-1)
46 … testBinaryName, executor = 'executor', execserver = 'execserver', junitTool = 'testlog-to-junit'):
77 execute(["cmake", "--build", "."] + config.buildParams, workDir = config.buildPath)
95 execute([config.testBinaryName, "--deqp-runmode=xml-caselist"], workDir = testWorkDir)
100 '--port=%d' % random.randint(50000, 60000),
[all …]
/third_party/ltp/
DINSTALL2 ------------
9 …pt install gcc git make pkgconf autoconf automake bison flex m4 linux-headers-$(uname -r) libc6-dev
13 …# zypper install gcc git make pkg-config autoconf automake bison flex m4 linux-glibc-devel glibc-d…
17 # yum install gcc git make pkgconf autoconf automake bison flex m4 kernel-headers glibc-headers
23 autoconf, automake, m4 (autoconf requirement), git and pkgconf (or pkg-config
31 -------------
37 $ mkdir -p $TOP_BUILDDIR
40 - $TOP_SRCDIR and $TOP_BUILDDIR are the same for in-build-tree scenarios.
41 - $TOP_SRCDIR and $TOP_BUILDDIR differ for out-of-build-tree scenarios.
43 See the In-build-tree and Out-of-build-tree sections below for more details on
[all …]
/third_party/glslang/Test/baseResults/
DnonSquare.vert.out7 0:20 move second child to first child ( temp 2-component vector of float)
8 0:20 'a' ( temp 2-component vector of float)
9 0:20 vector-times-matrix ( temp 2-component vector of float)
10 0:20 'v3' ( in 3-component vector of float)
12 0:21 move second child to first child ( temp 2-component vector of float)
13 0:21 'b' ( temp 2-component vector of float)
14 0:21 matrix-times-vector ( temp 2-component vector of float)
15 0:21 'm32' ( uniform 3X2 matrix of float)
16 0:21 'v3' ( in 3-component vector of float)
17 0:23 move second child to first child ( temp 4-component vector of float)
[all …]
DmatrixError.vert.out3 ERROR: 0:7: 'const' : non-matching or non-convertible constant type for const initializer
4 ERROR: 0:17: 'assign' : cannot convert from ' temp 2-component vector of float' to ' temp 3-compon…
5 ERROR: 0:18: 'assign' : cannot convert from ' temp 2-component vector of float' to ' temp 3-compon…
19 0:17 'a' ( temp 3-component vector of float)
20 0:18 'b' ( temp 3-component vector of float)
22 0:21 move second child to first child ( temp 4-component vector of float)
23 0:21 'gl_Position' ( gl_Position 4-component vector of float Position)
24 0:21 Construct vec4 ( temp 4-component vector of float)
25 0:21 matrix-times-vector ( temp 3-component vector of float)
26 0:21 matrix-multiply ( temp 3X3 matrix of float)
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DMatrix.hpp7 // http://www.apache.org/licenses/LICENSE-2.0
32 float m31, float m32, float m33);
35 float m31, float m32, float m33, float m34,
47 Matrix operator-() const;
53 Matrix &operator-=(const Matrix &N);
68 friend Matrix operator-(const Matrix &M, const Matrix &N);
81 float m31, float m32, float m33);
84 float m31, float m32, float m33, float m34,
91 Matrix &orthogonalise(); // Gram-Schmidt orthogonalisation of 3x3 submatrix
149 float m31, float m32, float m33) in Matrix() argument
[all …]
/third_party/glslang/Test/
D120.frag35 f = a - f;
37 f = a - f;
42 v3 = v3 - 2;
85 (a,b) = true; // ERROR, not an l-value
105 if (abs(v[0]) < 1e-4F && abs(v[1]) < 1e-4)
131 mat3x2 m32;
147 mat3x2 r32 = matrixCompMult(m32, m32);
152 mat3x2 rfoo1 = matrixCompMult(m23, m32); // ERROR
167 mat3x2 m32 = mat3x2(m4);
168 mat4 m4c = mat4(m32);
/third_party/typescript/tests/baselines/reference/
DnodeModulesAllowJs1(module=nodenext).types119 // The next ones shouldn't all work - esm format files have no index resolution or extension resolu…
245 // These should _mostly_ work - `import = require` always desugars to require calls, which do have …
270 import m32 = require("./subfolder2/another");
271 >m32 : typeof m10
311 void m32;
312 >void m32 : undefined
313 >m32 : typeof m10
323 // These shouldn't work - dynamic `import()` always uses the esm resolver, which does not have exte…
388 // ESM-format imports below should issue errors
425 // The next ones should _mostly_ work - cjs format files have index resolution and extension resolu…
[all …]
DnodeModules1(module=node16).types119 // The next ones should all fail - esm format files have no index resolution or extension resolution
245 // These should _mostly_ work - `import = require` always desugars to require calls, which do have …
270 import m32 = require("./subfolder2/another");
271 >m32 : typeof m10
311 void m32;
312 >void m32 : undefined
313 >m32 : typeof m10
323 // These shouldn't work - dynamic `import()` always uses the esm resolver, which does not have exte…
388 // ESM-format imports below should issue errors
425 // The next ones should _mostly_ work - cjs format files have index resolution and extension resolu…
[all …]
DnodeModulesAllowJs1(module=node16).types119 // The next ones shouldn't all work - esm format files have no index resolution or extension resolu…
245 // These should _mostly_ work - `import = require` always desugars to require calls, which do have …
270 import m32 = require("./subfolder2/another");
271 >m32 : typeof m10
311 void m32;
312 >void m32 : undefined
313 >m32 : typeof m10
323 // These shouldn't work - dynamic `import()` always uses the esm resolver, which does not have exte…
388 // ESM-format imports below should issue errors
425 // The next ones should _mostly_ work - cjs format files have index resolution and extension resolu…
[all …]
DnodeModules1(module=nodenext).types119 // The next ones should all fail - esm format files have no index resolution or extension resolution
245 // These should _mostly_ work - `import = require` always desugars to require calls, which do have …
270 import m32 = require("./subfolder2/another");
271 >m32 : typeof m10
311 void m32;
312 >void m32 : undefined
313 >m32 : typeof m10
323 // These shouldn't work - dynamic `import()` always uses the esm resolver, which does not have exte…
388 // ESM-format imports below should issue errors
425 // The next ones should _mostly_ work - cjs format files have index resolution and extension resolu…
[all …]
DnodeModulesAllowJs1(module=node16).symbols110 // The next ones shouldn't all work - esm format files have no index resolution or extension resolu…
213 // These should _mostly_ work - `import = require` always desugars to require calls, which do have …
238 import m32 = require("./subfolder2/another");
239 >m32 : Symbol(m32, Decl(index.js, 56, 43))
271 void m32;
272 >m32 : Symbol(m32, Decl(index.js, 56, 43))
280 // These shouldn't work - dynamic `import()` always uses the esm resolver, which does not have exte…
322 // ESM-format imports below should issue errors
359 // The next ones should _mostly_ work - cjs format files have index resolution and extension resolu…
462 // These should _mostly_ work - `import = require` always desugars to require calls, which do have …
[all …]
DnodeModules1(module=node16).symbols110 // The next ones should all fail - esm format files have no index resolution or extension resolution
213 // These should _mostly_ work - `import = require` always desugars to require calls, which do have …
238 import m32 = require("./subfolder2/another");
239 >m32 : Symbol(m32, Decl(index.mts, 56, 43))
271 void m32;
272 >m32 : Symbol(m32, Decl(index.mts, 56, 43))
280 // These shouldn't work - dynamic `import()` always uses the esm resolver, which does not have exte…
322 // ESM-format imports below should issue errors
359 // The next ones should _mostly_ work - cjs format files have index resolution and extension resolu…
462 // These should _mostly_ work - `import = require` always desugars to require calls, which do have …
[all …]
DnodeModulesAllowJs1(module=nodenext).symbols110 // The next ones shouldn't all work - esm format files have no index resolution or extension resolu…
213 // These should _mostly_ work - `import = require` always desugars to require calls, which do have …
238 import m32 = require("./subfolder2/another");
239 >m32 : Symbol(m32, Decl(index.js, 56, 43))
271 void m32;
272 >m32 : Symbol(m32, Decl(index.js, 56, 43))
280 // These shouldn't work - dynamic `import()` always uses the esm resolver, which does not have exte…
322 // ESM-format imports below should issue errors
359 // The next ones should _mostly_ work - cjs format files have index resolution and extension resolu…
462 // These should _mostly_ work - `import = require` always desugars to require calls, which do have …
[all …]
DnodeModules1(module=nodenext).symbols110 // The next ones should all fail - esm format files have no index resolution or extension resolution
213 // These should _mostly_ work - `import = require` always desugars to require calls, which do have …
238 import m32 = require("./subfolder2/another");
239 >m32 : Symbol(m32, Decl(index.mts, 56, 43))
271 void m32;
272 >m32 : Symbol(m32, Decl(index.mts, 56, 43))
280 // These shouldn't work - dynamic `import()` always uses the esm resolver, which does not have exte…
322 // ESM-format imports below should issue errors
359 // The next ones should _mostly_ work - cjs format files have index resolution and extension resolu…
462 // These should _mostly_ work - `import = require` always desugars to require calls, which do have …
[all …]
DnodeModulesAllowJs1(module=nodenext).js52 // The next ones shouldn't all work - esm format files have no index resolution or extension resolu…
88 // These should _mostly_ work - `import = require` always desugars to require calls, which do have …
97 import m32 = require("./subfolder2/another");
108 void m32;
112 // These shouldn't work - dynamic `import()` always uses the esm resolver, which does not have exte…
128 // ESM-format imports below should issue errors
141 // The next ones should _mostly_ work - cjs format files have index resolution and extension resolu…
177 // These should _mostly_ work - `import = require` always desugars to require calls, which do have …
186 import m32 = require("./subfolder2/another");
197 void m32;
[all …]
DnodeModules1(module=nodenext).js52 // The next ones should all fail - esm format files have no index resolution or extension resolution
88 // These should _mostly_ work - `import = require` always desugars to require calls, which do have …
97 import m32 = require("./subfolder2/another");
108 void m32;
112 // These shouldn't work - dynamic `import()` always uses the esm resolver, which does not have exte…
129 // ESM-format imports below should issue errors
142 // The next ones should _mostly_ work - cjs format files have index resolution and extension resolu…
178 // These should _mostly_ work - `import = require` always desugars to require calls, which do have …
187 import m32 = require("./subfolder2/another");
198 void m32;
[all …]
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-write-past-matrix-elements-unused/
D0.wgsl22 var m32 : mat3x2<f32>;
26 m32 = mat3x2<f32>(vec2<f32>(x_40, 0.0), vec2<f32>(0.0, x_40), vec2<f32>(0.0, 0.0));
29 m32[3][x_45] = x_40;
43 let x_60 : f32 = m32[x_52][x_45];
65 fn main() -> main_out {
/third_party/elfutils/tests/
Drun-readelf-aranges.sh18 . $srcdir/test-subr.sh
20 # Tests readelf --debug-dump=aranges and --debug-dump=decodedaranges
22 # - foobarbaz.h
27 # - bar.c
36 # return i * 2 - 1;
52 # - foo.c
62 # return i - j + fi;
64 # return (2 * j) - i + fi;
72 # int r = foo (a, b) - 1;
74 # return r - 48;
[all …]
/third_party/mesa3d/src/compiler/glsl/
Dlower_packing_builtins.cpp34 * A visitor that lowers built-in floating-point pack/unpack expressions
61 ir_expression *expr = (*rvalue)->as_expression(); in handle_rvalue()
66 choose_lowering_op(expr->operation); in handle_rvalue()
73 ir_rvalue *op0 = expr->operands[0]; in handle_rvalue()
180 assert(factory.instructions->is_empty()); in setup_factory()
188 base_ir->insert_before(factory.instructions); in teardown_factory()
189 assert(factory.instructions->is_empty()); in teardown_factory()
210 assert(uvec2_rval->type == glsl_type::uvec2_type); in pack_uvec2_to_uint()
232 * Interpret the given uvec4 as a uint32 4-typle. Pack the 4-tuple into a
234 * 4-tuple. Return the uint32.
[all …]
/third_party/benchmark/
D.travis.yml7 - compiler: gcc
11 - lcov
13 - compiler: gcc
17 - g++-multilib
18 - libc6:i386
20 - COMPILER=g++
21 - C_COMPILER=gcc
22 - BUILD_TYPE=Debug
23 - BUILD_32_BITS=ON
24 - EXTRA_FLAGS="-m32"
[all …]
/third_party/node/deps/v8/third_party/ittapi/
DCMakeLists.txt2 # Copyright (C) 2005-2019 Intel Corporation
4 # SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause
15 SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -m32")
16 SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -m32")
24 add_definitions(-D_DEBUG)
26 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g")
27 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g")
31 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O2")
32 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O2")
34 add_definitions(-DNDEBUG)
[all …]

12345678910