Home
last modified time | relevance | path

Searched refs:Kernel (Results 1 – 25 of 267) sorted by relevance

1234567891011

/third_party/protobuf/js/experimental/runtime/kernel/
Dkernel_test.js11 const Kernel = goog.require('protobuf.runtime.Kernel'); constant
29 const accessor = Kernel.fromArrayBuffer(new ArrayBuffer(0));
34 const accessor = Kernel.fromArrayBuffer(
43 const accessor = Kernel.fromArrayBuffer(new ArrayBuffer(0));
48 const accessor = Kernel.fromArrayBuffer(new ArrayBuffer(0), 50);
55 const accessor = Kernel.fromArrayBuffer(new ArrayBuffer(0));
61 const accessor = Kernel.fromArrayBuffer(bytes);
66 const accessor = Kernel.createEmpty();
72 const accessor = Kernel.createEmpty();
78 const accessor = Kernel.fromArrayBuffer(new ArrayBuffer(0));
[all …]
Dkernel_repeated_test.js11 const Kernel = goog.require('protobuf.runtime.Kernel'); constant
73 const accessor = Kernel.createEmpty();
78 const accessor = Kernel.createEmpty();
85 const accessor = Kernel.createEmpty();
91 const accessor = Kernel.fromArrayBuffer(bytes);
97 const accessor = Kernel.fromArrayBuffer(bytes);
105 const accessor = Kernel.fromArrayBuffer(bytes);
110 const accessor = Kernel.createEmpty();
118 const accessor = Kernel.createEmpty();
127 Kernel.fromArrayBuffer(createArrayBuffer(0x08, 0x00, 0x08, 0x01));
[all …]
Dkernel_compatibility_test.js19 const Kernel = goog.require('protobuf.runtime.Kernel'); constant
42 const oldAccessor = Kernel.createEmpty();
47 const newAccessor = Kernel.fromArrayBuffer(serializedData);
53 const message = new TestMessage(Kernel.createEmpty());
56 const oldAccessor = Kernel.createEmpty();
61 const newAccessor = Kernel.fromArrayBuffer(serializedData);
71 const message = new TestMessage(Kernel.createEmpty());
74 const oldAccessor = Kernel.createEmpty();
80 const newAccessor = Kernel.fromArrayBuffer(serializedData);
87 const oldAccessor = Kernel.createEmpty();
[all …]
Dmessage_set_test.js8 const Kernel = goog.require('protobuf.runtime.Kernel'); constant
82 Kernel.fromArrayBuffer(messageSet.internalGetKernel().serialize());
133 const outerMessage = Kernel.fromArrayBuffer(arrayBuffer);
170 const outerMessage = Kernel.fromArrayBuffer(arrayBuffer);
211 const fooMessage = Kernel.createEmpty();
217 const barMessage = Kernel.createEmpty();
238 const fooMessage = Kernel.createEmpty();
245 const barMessage = Kernel.createEmpty();
250 const barMessageParsed = Kernel.fromArrayBuffer(arrayBuffer);
Dmessage_set.js20 const Kernel = goog.require('protobuf.runtime.Kernel'); constant
82 return MessageSet.fromKernel(Kernel.createEmpty());
125 const message = instanceCreator(Kernel.createEmpty());
192 const messageSet = Item.fromKernel(Kernel.createEmpty());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAMDGPUMetadata.cpp22 LLVM_YAML_IS_SEQUENCE_VECTOR(Kernel::Arg::Metadata)
23 LLVM_YAML_IS_SEQUENCE_VECTOR(Kernel::Metadata)
93 struct MappingTraits<Kernel::Attrs::Metadata> {
94 static void mapping(IO &YIO, Kernel::Attrs::Metadata &MD) { in mapping()
95 YIO.mapOptional(Kernel::Attrs::Key::ReqdWorkGroupSize, in mapping()
97 YIO.mapOptional(Kernel::Attrs::Key::WorkGroupSizeHint, in mapping()
99 YIO.mapOptional(Kernel::Attrs::Key::VecTypeHint, in mapping()
101 YIO.mapOptional(Kernel::Attrs::Key::RuntimeHandle, MD.mRuntimeHandle, in mapping()
107 struct MappingTraits<Kernel::Arg::Metadata> {
108 static void mapping(IO &YIO, Kernel::Arg::Metadata &MD) { in mapping()
[all …]
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Doperand_capabilities_test.cpp96 CASE1(EXECUTION_MODEL, ExecutionModelKernel, Kernel),
116 CASE1(MEMORY_MODEL, MemoryModelOpenCL, Kernel),
144 CASE1(EXECUTION_MODE, ExecutionModeLocalSizeHint, Kernel),
159 CASE1(EXECUTION_MODE, ExecutionModeVecTypeHint, Kernel),
160 CASE1(EXECUTION_MODE, ExecutionModeContractionOff, Kernel),
167 CASE1(EXECUTION_MODE, ExecutionModeInitializer, Kernel),
168 CASE1(EXECUTION_MODE, ExecutionModeFinalizer, Kernel),
212 CASE1(SAMPLER_ADDRESSING_MODE, SamplerAddressingModeNone, Kernel),
214 Kernel),
215 CASE1(SAMPLER_ADDRESSING_MODE, SamplerAddressingModeClamp, Kernel),
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Doperand_capabilities_test.cpp113 CASE1(EXECUTION_MODEL, ExecutionModelKernel, Kernel),
133 CASE1(MEMORY_MODEL, MemoryModelOpenCL, Kernel),
161 CASE1(EXECUTION_MODE, ExecutionModeLocalSizeHint, Kernel),
177 CASE1(EXECUTION_MODE, ExecutionModeVecTypeHint, Kernel),
178 CASE1(EXECUTION_MODE, ExecutionModeContractionOff, Kernel),
185 CASE1(EXECUTION_MODE, ExecutionModeInitializer, Kernel),
186 CASE1(EXECUTION_MODE, ExecutionModeFinalizer, Kernel),
218 CASE3(DIMENSIONALITY, Dim2D, Kernel, Shader, ImageMSArray),
232 CASE1(SAMPLER_ADDRESSING_MODE, SamplerAddressingModeNone, Kernel),
234 Kernel),
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/
Doperand_capabilities_test.cpp113 CASE1(EXECUTION_MODEL, ExecutionModelKernel, Kernel),
133 CASE1(MEMORY_MODEL, MemoryModelOpenCL, Kernel),
161 CASE1(EXECUTION_MODE, ExecutionModeLocalSizeHint, Kernel),
177 CASE1(EXECUTION_MODE, ExecutionModeVecTypeHint, Kernel),
178 CASE1(EXECUTION_MODE, ExecutionModeContractionOff, Kernel),
185 CASE1(EXECUTION_MODE, ExecutionModeInitializer, Kernel),
186 CASE1(EXECUTION_MODE, ExecutionModeFinalizer, Kernel),
218 CASE3(DIMENSIONALITY, Dim2D, Kernel, Shader, ImageMSArray),
232 CASE1(SAMPLER_ADDRESSING_MODE, SamplerAddressingModeNone, Kernel),
234 Kernel),
[all …]
/third_party/spirv-tools/test/
Doperand_capabilities_test.cpp121 CASE1(EXECUTION_MODEL, ExecutionModelKernel, Kernel),
141 CASE1(MEMORY_MODEL, MemoryModelOpenCL, Kernel),
169 CASE1(EXECUTION_MODE, ExecutionModeLocalSizeHint, Kernel),
185 CASE1(EXECUTION_MODE, ExecutionModeVecTypeHint, Kernel),
186 CASE1(EXECUTION_MODE, ExecutionModeContractionOff, Kernel),
193 CASE1(EXECUTION_MODE, ExecutionModeInitializer, Kernel),
194 CASE1(EXECUTION_MODE, ExecutionModeFinalizer, Kernel),
226 CASE3(DIMENSIONALITY, Dim2D, Kernel, Shader, ImageMSArray),
240 CASE1(SAMPLER_ADDRESSING_MODE, SamplerAddressingModeNone, Kernel),
242 Kernel),
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLKernel.h17 class Kernel final : public _cl_kernel, public Object
39 ~Kernel() override;
48 Kernel(Program &program, const char *name, cl_int &errorCode);
49 Kernel(Program &program, const rx::CLKernelImpl::CreateFunc &createFunc, cl_int &errorCode);
59 inline const Program &Kernel::getProgram() const in getProgram()
64 inline const rx::CLKernelImpl::Info &Kernel::getInfo() const in getInfo()
70 inline T &Kernel::getImpl() const in getImpl()
DCLKernel.cpp18 cl_int Kernel::setArg(cl_uint argIndex, size_t argSize, const void *argValue) in setArg()
23 cl_int Kernel::getInfo(KernelInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const in getInfo()
83 cl_int Kernel::getWorkGroupInfo(cl_device_id device, in getWorkGroupInfo()
157 cl_int Kernel::getArgInfo(cl_uint argIndex, in getArgInfo()
213 Kernel::~Kernel() in ~Kernel()
218 Kernel::Kernel(Program &program, const char *name, cl_int &errorCode) in Kernel() function in cl::Kernel
226 Kernel::Kernel(Program &program, const rx::CLKernelImpl::CreateFunc &createFunc, cl_int &errorCode) in Kernel() function in cl::Kernel
/third_party/mesa3d/docs/ci/
Dkernel.rst1 Upreving Linux Kernel
4 Occasionally, the Gitlab CI needs a Linux Kernel update to enable new kernel
6 Kernel uprevs in Gitlab CI are relatively simple, but prone to lots of
10 Kernel repository
13 The Linux Kernel used in the Gitlab CI is stored at the following repository:
27 Building Kernel
30 When Mesa CI generates a new rootfs image, the Linux Kernel is built based on
36 When a Kernel uprev happens, it is worth compiling and cross-compiling the
37 Kernel locally, in order to update the Kconfigs accordingly. Remember that the
39 defconfig* made via `merge_config.sh` script located at Linux Kernel tree.
[all …]
/third_party/ltp/testcases/kernel/mce-test/doc/cases/
Dsoft-inj_panic_npcc.txt31 * Kernel panic message is "Fatal Machine check"
46 * Kernel panic message is "Fatal Machine check"
66 * Kernel panic message is "Fatal machine check on current CPU"
82 * Kernel panic message is "Fatal Machine check"
97 * Kernel panic message is "Fatal machine check on current CPU"
98 * Kernel panic message is "MCIP not set in MCA handler"
113 * Kernel panic message is "Fatal Machine check"
128 * Kernel panic message is "Fatal Machine check"
144 * Kernel panic message is "Machine check from unknown source"
Dsoft-inj_panic.txt31 * Kernel panic message is "Fatal Machine check"
53 * Kernel panic message is "Fatal machine check on current CPU"
70 * Kernel panic message is "Fatal Machine check"
87 * Kernel panic message is "Fatal Machine check"
104 * Kernel panic message is "Fatal machine check on current CPU"
121 * Kernel panic message is "Fatal Machine check"
139 * Kernel panic message is "Machine check from unknown source"
154 * Kernel panic message is "Fatal Machine check"
170 * Kernel panic message is "Fatal Machine check"
Dsoft-inj_panic_ucr.txt30 * Kernel panic message is "Fatal Machine check"
53 * Kernel panic message is "Fatal Machine check"
76 * Kernel panic message is "Fatal Machine check"
100 * Kernel panic message is "Machine check from unknown source"
119 * Kernel panic message is "Fatal Machine check"
133 * Kernel panic message is "Fatal Machine check"
/third_party/rust/crates/signal-hook/src/low_level/
Dsiginfo.rs27 Kernel = 1, enumerator
53 Unknown | Kernel => false, in has_process()
151 Kernel, enumerator
163 ICause::Kernel => Cause::Kernel, in from()
/third_party/ltp/
DREADME.kernel_config2 Enable CODE COVERAGE for your Kernel:
4 1) Apply kernel-gcov patch(s) against the corresponding Kernel. They are available here:
13 Enabling Kernel Configuration to test Containers/Namespaces
32 Enabling Kernel Configuration to test Controllers
44 Enabling Kernel Configuration to test Power Management features
66 Enabling Kernel Configuration to test filecaps security feature
70 Enabling Kernel Configuration to test SELinux security feature
72 Your Kernel should have been built with the following options to
105 Enabling Kernel Configuration to test SMACK security feature
258 # How the Kernel Fault Injection works for LTP ?
[all …]
/third_party/ltp/tools/sparse/sparse-src/Documentation/
Dsubmitting-patches.md4 Sparse uses a patch submit process similar to the Linux Kernel
8 Kernel submitting process.
18 …The usage of the Signed-off-by tag is the same as [Linux Kernel Sign your work](https://www.kernel…
/third_party/libabigail/doc/manuals/
Dkmidiff.rst7 ``kmidiff`` compares the binary Kernel Module Interfaces of two Linux
8 Kernel trees. The binary KMI is the interface that the Linux Kernel
10 result of the build of the Linux Kernel source tree.
73 functions and variables) between the Kernel and its modules. In
105 exported by the `Linux Kernel`_ as being the union of the ``vmlinux``
157 comparing the Kernel Module Interface of the first kernel against
183 the Kernel and Modules.
200 the `Linux Kernel`_.
249 .. _Linux Kernel: https://kernel.org
Dabidw.rst15 the vmlinux binary and `Linux Kernel`_ modules. It analyses those
16 `Linux Kernel`_ binaries and emits an XML representation of the
18 this case, we don't call it an ABI, but a KMI (Kernel Module
104 When analyzing a `Linux Kernel`_ binary, this option points to the
107 Kernel Module Interface white list". This is because for the
108 Kernel, we don't talk about the ABI; we rather talk about the
109 interface between the Kernel and its module. Hence the term
117 exported functions and global variables by the `Linux Kernel`_
124 In that case, this program emits the representation of the Kernel
127 Below is an example of usage of ``abidw`` on a `Linux Kernel`_
[all …]
/third_party/ltp/testcases/open_posix_testsuite/
DNEWS19 … test result for this release can be found here: test results - PTS 1.4.1, Kernel 2.6.5-mm6, ia32 .
25 …-04, Kernel 2.6.1, libc-2004-02-15 and message queue 4.17 patch on IA64 platform]. The results can…
28Kernel 2.6.1, libc-2004-02-01 and message queue 4.17 patch on IA32 platform]. We are currently in …
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DCLKernelImpl.h20 using CreateFunc = std::function<Ptr(const cl::Kernel &)>;
83 CLKernelImpl(const cl::Kernel &kernel);
91 const cl::Kernel &mKernel;
/third_party/flutter/engine/flutter/frontend_server/
DREADME.md4 that compiles Dart source into Dart Kernel binary (.dill-file).
5 Documentation on Dart Kernel (semantic, binary format, etc) can be found here:
6 https://github.com/dart-lang/sdk/wiki/Kernel-Documentation.
69 was able to produce a Dart Kernel file, the name of this file `<output.dill>` is provided too.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUHSAMetadataStreamer.cpp210 Kernel::CodeProps::Metadata
215 HSAMD::Kernel::CodeProps::Metadata HSACodeProps; in getHSACodeProps()
240 Kernel::DebugProps::Metadata
243 return HSAMD::Kernel::DebugProps::Metadata(); in getHSADebugProps()
266 auto &Kernel = HSAMetadata.mKernels.back(); in emitKernelLanguage() local
276 Kernel.mLanguage = "OpenCL C"; in emitKernelLanguage()
277 Kernel.mLanguageVersion.push_back( in emitKernelLanguage()
279 Kernel.mLanguageVersion.push_back( in emitKernelLanguage()
367 HSAMetadata.mKernels.back().mArgs.push_back(Kernel::Arg::Metadata()); in emitKernelArg()
479 HSAMetadata.mKernels.push_back(Kernel::Metadata()); in emitKernel()
[all …]

1234567891011