Home
last modified time | relevance | path

Searched +full:- +full:- +full:components (Results 1 – 25 of 1151) sorted by relevance

12345678910>>...47

/third_party/rust/rust/tests/assembly/stack-protector/
Dstack-protector-target-support.rs2 // targets, with the exception of nvptx64-nvidia-cuda
8 // assembly-output: emit-asm
9 // [r1] compile-flags: --target aarch64-unknown-linux-gnu
10 // [r1] needs-llvm-components: aarch64
11 // [r2] compile-flags: --target i686-pc-windows-gnu
12 // [r2] needs-llvm-components: x86
13 // [r3] compile-flags: --target i686-pc-windows-msvc
14 // [r3] needs-llvm-components: x86
15 // [r4] compile-flags: --target i686-unknown-linux-gnu
16 // [r4] needs-llvm-components: x86
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dtype_aligned.hpp35 // -- *vec1 --
69 // -- *vec2 --
71 /// 2 components vector of high single-precision floating-point numbers.
75 /// 2 components vector of medium single-precision floating-point numbers.
79 /// 2 components vector of low single-precision floating-point numbers.
83 /// 2 components vector of high double-precision floating-point numbers.
87 /// 2 components vector of medium double-precision floating-point numbers.
91 /// 2 components vector of low double-precision floating-point numbers.
95 /// 2 components vector of high precision signed integer numbers.
99 /// 2 components vector of medium precision signed integer numbers.
[all …]
/third_party/typescript/tests/baselines/reference/
DdeclarationEmitObjectAssignedDefaultExport.types1 === tests/cases/compiler/node_modules/styled-components/node_modules/hoist-non-react-statics/index.…
13 === tests/cases/compiler/node_modules/styled-components/index.d.ts ===
14 import * as hoistNonReactStatics from "hoist-non-react-statics";
52 import styled from "styled-components";
53 >styled : import("tests/cases/compiler/node_modules/styled-components/index").StyledInterface
56 …piler/node_modules/styled-components/index").StyledComponent<"div", import("tests/cases/compiler/n…
57 …piler/node_modules/styled-components/index").StyledComponent<"div", import("tests/cases/compiler/n…
58 …piler/node_modules/styled-components/index").StyledComponent<"div", import("tests/cases/compiler/n…
59 >styled : import("tests/cases/compiler/node_modules/styled-components/index").StyledInterface
60 …piler/node_modules/styled-components/index").StyledComponent<"div", import("tests/cases/compiler/n…
[all …]
DsymbolLinkDeclarationEmitModuleNamesImportRef.types2 import { styles } from "package-a";
3 … : import("tests/cases/compiler/Folder/node_modules/styled-components/typings/styled-components").…
6 …=> import("tests/cases/compiler/Folder/node_modules/styled-components/typings/styled-components").…
9 … : import("tests/cases/compiler/Folder/node_modules/styled-components/typings/styled-components").…
12 === tests/cases/compiler/Folder/monorepo/package-a/index.d.ts ===
13 export declare const styles: import("styled-components").InterpolationValue[];
14 … : import("tests/cases/compiler/Folder/node_modules/styled-components/typings/styled-components").…
16 === tests/cases/compiler/Folder/node_modules/styled-components/typings/styled-components.d.ts ===
/third_party/libwebsockets/contrib/
Dcross-esp32.cmake6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../cross-arm-linux-gnueabihf.cmake
13 set(TC xtensa-esp32-elf)
15 set(CMAKE_C_COMPILER "${TC}-gcc${EXECUTABLE_EXT}")
16 set(CMAKE_AR "${TC}-ar${EXECUTABLE_EXT}")
17 set(CMAKE_RANLIB "${TC}-ranlib${EXECUTABLE_EXT}")
18 set(CMAKE_LINKER "${TC}-ld${EXECUTABLE_EXT}")
22 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3
24 # our desire for cross-build release optimization policy for code built to run
28 # sane value for cross-build here. Notice some gcc versions enable broken
29 # optimizations with -O3.
[all …]
/third_party/gn/src/gn/
Dohos_components_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
19 "\"path\": \"components/foo\","
21 "\"label\": \"//components/foo/interfaces/innerapis/libfoo:libfoo\","
27 "\"path\": \"components/bar\","
29 "\"label\": \"//components/bar/interfaces/innerapis/libbar:libbar\","
35 "\"path\": \"components/baz\","
37 "\"label\": \"//components/baz/interfaces/innerapis/libbaz:libbaz\","
44 OhosComponent com("foo", "samples", "components/foo", {"components/foo"}, false); in TEST()
47 EXPECT_EQ("//components/foo", com.path()); in TEST()
50 const std::string fooLabel = "//components/foo/interfaces/innerapis/libfoo:libfoo"; in TEST()
[all …]
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_driver_params_to_ubo.c3 * SPDX-License-Identifier: MIT
14 unsigned components, unsigned offset) in load_primitive_map_ubo() argument
16 if (v->binning_pass) { in load_primitive_map_ubo()
18 b, components, &ir3_const_state(v)->primitive_map_ubo, offset); in load_primitive_map_ubo()
21 return ir3_load_driver_ubo(b, components, &const_state->primitive_map_ubo, in load_primitive_map_ubo()
27 unsigned components, unsigned offset) in load_primitive_param_ubo() argument
29 if (v->binning_pass) { in load_primitive_param_ubo()
31 b, components, &ir3_const_state(v)->primitive_param_ubo, offset); in load_primitive_param_ubo()
34 return ir3_load_driver_ubo(b, components, &const_state->primitive_param_ubo, in load_primitive_param_ubo()
40 unsigned components, unsigned offset) in load_driver_params_ubo() argument
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcompatibility.hpp38 … //!< \brief Returns x * (1.0 - a) + y * a, i.e., the linear blend of x and y using t… in lerp()
39 …y, a);} //!< \brief Returns x * (1.0 - a) + y * a, i.e., the linear blend of x and y using t… in lerp()
41 …y, a);} //!< \brief Returns x * (1.0 - a) + y * a, i.e., the linear blend of x and y using t… in lerp()
42 …y, a);} //!< \brief Returns x * (1.0 - a) + y * a, i.e., the linear blend of x and y using t… in lerp()
43 … P>& a){return mix(x, y, a);} //!< \brief Returns the component-wise result of x * (1.0 - a) + y *… in lerp()
44 … P>& a){return mix(x, y, a);} //!< \brief Returns the component-wise result of x * (1.0 - a) + y *… in lerp()
45 … P>& a){return mix(x, y, a);} //!< \brief Returns the component-wise result of x * (1.0 - a) + y *… in lerp()
52 …quadrant the angle is in. The range of values returned by this function is [-PI, PI]. Results are … in atan2()
53 …quadrant the angle is in. The range of values returned by this function is [-PI, PI]. Results are … in atan2()
54 …quadrant the angle is in. The range of values returned by this function is [-PI, PI]. Results are … in atan2()
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/
Dfwd.hpp17 /// Quaternion of low single-precision floating-point numbers.
22 /// Quaternion of medium single-precision floating-point numbers.
27 /// Quaternion of high single-precision floating-point numbers.
39 /// Quaternion of default single-precision floating-point numbers.
43 /// Quaternion of low single-precision floating-point numbers.
48 /// Quaternion of medium single-precision floating-point numbers.
53 /// Quaternion of high single-precision floating-point numbers.
58 /// Quaternion of default single-precision floating-point numbers.
64 /// Quaternion of low double-precision floating-point numbers.
69 /// Quaternion of medium double-precision floating-point numbers.
[all …]
/third_party/skia/m133/src/sksl/ir/
DSkSLSwizzle.cpp4 * Use of this source code is governed by a BSD-style license that can be
112 std::string Swizzle::MaskString(const ComponentArray& components) { in MaskString() argument
114 for (int8_t component : components) { in MaskString()
123 ComponentArray components) { in optimize_constructor_swizzle() argument
128 int swizzleSize = components.size(); in optimize_constructor_swizzle()
131 // `half4(1, 2, 3, 4).xxz` --> `half3(1, 1, 3)`. However, there are constraints: in optimize_constructor_swizzle()
132 // - Expressions with side effects need to occur exactly once, even if they would otherwise be in optimize_constructor_swizzle()
133 // swizzle-eliminated in optimize_constructor_swizzle()
134 // - Non-trivial expressions should not be repeated, but elimination is OK. in optimize_constructor_swizzle()
169 // `half4(bar.yz, half2(foo)).xwxy` -> { 3, 1 } in optimize_constructor_swizzle()
[all …]
DSkSLSwizzle.h4 * Use of this source code is governed by a BSD-style license that can be
44 * Represents the components of a vector swizzle.
58 const ComponentArray& components) in Swizzle() argument
60 &base->type().componentType().toCompound(context, components.size(), 1)) in Swizzle()
62 , fComponents(components) { in Swizzle()
63 SkASSERT(this->components().size() >= 1 && this->components().size() <= 4); in Swizzle()
80 ComponentArray components);
86 ComponentArray components);
96 const ComponentArray& components() const { in components() function
101 return std::unique_ptr<Expression>(new Swizzle(pos, &this->type(), this->base()->clone(), in clone()
[all …]
/third_party/mesa3d/src/imagination/rogue/
Drogue_build_data.c54 for (unsigned u = 0; u < args->num_fpu_iterators; ++u) { in alloc_iterator_regs()
56 assert(args->base[u] == ~0); in alloc_iterator_regs()
58 args->base[u] = coeffs; in alloc_iterator_regs()
59 coeffs += ROGUE_COEFF_ALIGN * args->components[u]; in alloc_iterator_regs()
73 * \param[in] components The number of components in the varying.
79 unsigned components) in reserve_iterator() argument
83 assert(components >= 1 && components <= 4); in reserve_iterator()
87 assert(i < ARRAY_SIZE(args->fpu_iterators)); in reserve_iterator()
105 /* Number of components in this varying in reserve_iterator()
108 data.size = (components - 1); in reserve_iterator()
[all …]
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeFilePath.cpp1 /*-------------------------------------------------------------------------
3 * -----------------------------
11 * http://www.apache.org/licenses/LICENSE-2.0
22 *//*--------------------------------------------------------------------*/
50 FilePath::FilePath (const std::vector<std::string>& components) in FilePath() argument
52 for (size_t ndx = 0; ndx < components.size(); ndx++) in FilePath()
54 if (!m_path.empty() && !isSeparator(m_path[m_path.size()-1])) in FilePath()
56 m_path += components[ndx]; in FilePath()
60 void FilePath::split (std::vector<std::string>& components) const in split()
62 components.clear(); in split()
[all …]
/third_party/mesa3d/src/intel/compiler/
Dbrw_builder.cpp3 * SPDX-License-Identifier: MIT
17 * For example, if source is a 16-bit type and destination is 32-bit. A 3
18 * components .xyz 16-bit vector on SIMD8 would be.
23 * This helper will return the following 2 32-bit components with the 16-bit
29 * For unshuffle, the example would be the opposite, a 64-bit type source
30 * and a 32-bit destination. A 2 component .xy 64-bit vector on SIMD8
38 * The returned result would be the following 4 32-bit components unshuffled:
45 * - Source and destination register must not be overlapped.
46 * - components units are measured in terms of the smaller type between
48 * components from/into the bigger ones.
[all …]
/third_party/openGLES/extensions/ATI/
DWGL_ATI_pixel_format_float.txt35 This extension adds pixel formats with floating-point RGBA color
36 components.
38 The size of each float components is specified using the same
41 defining the size of fixed-point components. 32 bit floating-
42 point components are in the standard IEEE float format. 16 bit
43 floating-point components have 1 sign bit, 5 exponent bits,
46 In standard OpenGL RGBA color components are normally clamped to
47 the range [0,1]. The color components of a float buffer are
84 2.1.2 16 Bit Floating-Point
86 A 16 bit floating-point number has 1 sign bit (s), 5 exponent
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/ATI/
DWGL_ATI_pixel_format_float.txt35 This extension adds pixel formats with floating-point RGBA color
36 components.
38 The size of each float components is specified using the same
41 defining the size of fixed-point components. 32 bit floating-
42 point components are in the standard IEEE float format. 16 bit
43 floating-point components have 1 sign bit, 5 exponent bits,
46 In standard OpenGL RGBA color components are normally clamped to
47 the range [0,1]. The color components of a float buffer are
84 2.1.2 16 Bit Floating-Point
86 A 16 bit floating-point number has 1 sign bit (s), 5 exponent
[all …]
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_mjpeg.c20 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
32 VAPictureParameterBufferJPEGBaseline *mjpeg = buf->data; in vlVaHandlePictureParameterBufferMJPEG()
36 assert(buf->size >= sizeof(VAPictureParameterBufferJPEGBaseline) && buf->num_elements == 1); in vlVaHandlePictureParameterBufferMJPEG()
38 context->desc.mjpeg.picture_parameter.picture_width = mjpeg->picture_width; in vlVaHandlePictureParameterBufferMJPEG()
39 context->desc.mjpeg.picture_parameter.picture_height = mjpeg->picture_height; in vlVaHandlePictureParameterBufferMJPEG()
41 STATIC_ASSERT(sizeof(mjpeg->components) == in vlVaHandlePictureParameterBufferMJPEG()
42 sizeof(context->desc.mjpeg.picture_parameter.components)); in vlVaHandlePictureParameterBufferMJPEG()
44 context->desc.mjpeg.picture_parameter.sampling_factor = 0; in vlVaHandlePictureParameterBufferMJPEG()
46 for (i = 0; i < MIN2(mjpeg->num_components, ARRAY_SIZE(mjpeg->components)); ++i) { in vlVaHandlePictureParameterBufferMJPEG()
47 context->desc.mjpeg.picture_parameter.components[i].component_id = in vlVaHandlePictureParameterBufferMJPEG()
[all …]
/third_party/libwebsockets/lib/
DCMakeLists.txt2 # libwebsockets - small server side websockets and web server implementation
4 # Copyright (C) 2010 - 2020 Andy Green <andy@warmcat.com>
42 $ENV{IDF_PATH}/components/freertos/include
43 $ENV{IDF_PATH}/components/esp_hw_support/include/soc/
44 $ENV{IDF_PATH}/components/esp_common/include
45 $ENV{IDF_PATH}/components/esp_timer/include
46 $ENV{IDF_PATH}/components/soc/include
47 $ENV{IDF_PATH}/components/soc/src/esp32/include
48 $ENV{IDF_PATH}/components/lwip/port/esp32/include
49 $ENV{IDF_PATH}/components/lwip/lwip/src/include
[all …]
/third_party/skia/src/sksl/ir/
DSkSLSwizzle.cpp4 * Use of this source code is governed by a BSD-style license that can be
100 static String mask_string(const ComponentArray& components) { in mask_string() argument
102 for (int8_t component : components) { in mask_string()
110 ComponentArray components) { in optimize_constructor_swizzle() argument
115 int swizzleSize = components.size(); in optimize_constructor_swizzle()
118 // `half4(1, 2, 3, 4).xxz` --> `half3(1, 1, 3)`. However, there are constraints: in optimize_constructor_swizzle()
119 // - Expressions with side effects need to occur exactly once, even if they would otherwise be in optimize_constructor_swizzle()
120 // swizzle-eliminated in optimize_constructor_swizzle()
121 // - Non-trivial expressions should not be repeated, but elimination is OK. in optimize_constructor_swizzle()
156 // `half4(bar.yz, half2(foo)).xwxy` -> { 3, 1 } in optimize_constructor_swizzle()
[all …]
/third_party/openGLES/extensions/SGIS/
DSGIS_texture_select.txt27 purpose of these new formats is to reorganize the components of a
28 texture into groups of components. The currently selected group
32 selection of these groups of components.
35 specified. Now there are two groups of components, where each group has
37 selected. components can be selected and then interpreted as a LUMINANCE
54 components. Specifically, once a texture is defined with a DUAL*
71 The query applies to the selected group of components.
80 additional query is required to determine which group of components
90 Accepted by the <components> parameter of TexImage1D and TexImage2D, and
128 The selection of a group of components is specified by using
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/
DSGIS_texture_select.txt27 purpose of these new formats is to reorganize the components of a
28 texture into groups of components. The currently selected group
32 selection of these groups of components.
35 specified. Now there are two groups of components, where each group has
37 selected. components can be selected and then interpreted as a LUMINANCE
54 components. Specifically, once a texture is defined with a DUAL*
71 The query applies to the selected group of components.
80 additional query is required to determine which group of components
90 Accepted by the <components> parameter of TexImage1D and TexImage2D, and
128 The selection of a group of components is specified by using
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/reflow-tests/
Dexpect-table-noreflow.adoc1 // Copyright 2015-2024 The Khronos Group Inc.
3 // SPDX-License-Identifier: CC-BY-4.0
10 [[formats-numericformat]]
14 | Numeric format | SPIR-V _Sampled Type_ | Description
15 | etext:UNORM | OpTypeFloat | The components are unsigned normalized values in the ran…
16 … etext:SNORM | OpTypeFloat | The components are signed normalized values in the range…
17 …OpTypeFloat | The components are unsigned integer values that get converted to floating-
18 …ypeFloat | The components are signed integer values that get converted to floating-point…
19 … etext:UINT | OpTypeInt | The components are unsigned integer values in the range …
20 …ext:SINT | OpTypeInt | The components are signed integer values in the range [-2^n
[all …]
Dsrc-table.adoc1 // Copyright 2015-2024 The Khronos Group Inc.
3 // SPDX-License-Identifier: CC-BY-4.0
10 [[formats-numericformat]]
14 | Numeric format | SPIR-V _Sampled Type_ | Description
15 | etext:UNORM | OpTypeFloat | The components are unsigned normalized values in the ran…
16 … etext:SNORM | OpTypeFloat | The components are signed normalized values in the range…
17 …OpTypeFloat | The components are unsigned integer values that get converted to floating-
18 …ypeFloat | The components are signed integer values that get converted to floating-point…
19 … etext:UINT | OpTypeInt | The components are unsigned integer values in the range …
20 …ext:SINT | OpTypeInt | The components are signed integer values in the range [-2^n
[all …]
Dexpect-table-noreflow-novuid.adoc1 // Copyright 2015-2024 The Khronos Group Inc.
3 // SPDX-License-Identifier: CC-BY-4.0
10 [[formats-numericformat]]
14 | Numeric format | SPIR-V _Sampled Type_ | Description
15 | etext:UNORM | OpTypeFloat | The components are unsigned normalized values in the ran…
16 … etext:SNORM | OpTypeFloat | The components are signed normalized values in the range…
17 …OpTypeFloat | The components are unsigned integer values that get converted to floating-
18 …ypeFloat | The components are signed integer values that get converted to floating-point…
19 … etext:UINT | OpTypeInt | The components are unsigned integer values in the range …
20 …ext:SINT | OpTypeInt | The components are signed integer values in the range [-2^n
[all …]
Dexpect-table-novuid.adoc1 // Copyright 2015-2024 The Khronos Group Inc.
3 // SPDX-License-Identifier: CC-BY-4.0
10 [[formats-numericformat]]
14 | Numeric format | SPIR-V _Sampled Type_ | Description
15 | etext:UNORM | OpTypeFloat | The components are unsigned normalized values in the ran…
16 … etext:SNORM | OpTypeFloat | The components are signed normalized values in the range…
17 …OpTypeFloat | The components are unsigned integer values that get converted to floating-
18 …ypeFloat | The components are signed integer values that get converted to floating-point…
19 … etext:UINT | OpTypeInt | The components are unsigned integer values in the range …
20 …ext:SINT | OpTypeInt | The components are signed integer values in the range [-2^n
[all …]

12345678910>>...47