Home
last modified time | relevance | path

Searched defs:Kernel (Results 1 – 25 of 102) sorted by relevance

12345

/external/llvm/docs/
DNVPTXUsage.rst532 Data Layout
552 Target Intrinsics
573 Address Spaces
596 Kernel Metadata
/external/rust/crates/criterion/src/stats/univariate/kde/
Dkernel.rs6 pub trait Kernel<A>: Copy + Sync trait
/external/mesa3d/src/gallium/frontends/rusticl/core/
Dkernel.rs299 pub struct Kernel { struct
303 values: Mutex<Vec<Option<KernelArgValue>>>, argument
304 builds: HashMap<&'static Device, Arc<NirKernelBuild>>, argument
305 pub kernel_info: KernelInfo, argument
308 impl_cl_type_trait!(cl_kernel, Kernel, CL_INVALID_KERNEL); argument
812 impl Kernel { implementation
813 pub fn new(name: String, prog: Arc<Program>) -> Arc<Kernel> { in new()
1305 impl Clone for Kernel { implementation
/external/gemmlowp/meta/
Dbase.h38 typedef Kernel_ Kernel; typedef
53 typedef Kernel_ Kernel; typedef
113 typedef Kernel_ Kernel; typedef
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/cl_khr_command_buffer_mutable_dispatch/
Dmutable_command_info.cpp157 struct Kernel : public InfoMutableCommandBufferTest struct
161 Kernel(cl_device_id device, cl_context context, cl_command_queue queue) in Kernel() argument
167 cl_int error = clCommandNDRangeKernelKHR( in Run() argument
208 cl_int error = clCommandNDRangeKernelKHR( in Run() argument
/external/cronet/third_party/protobuf/js/experimental/runtime/kernel/
Dinternal_message.js7 const Kernel = goog.requireType('protobuf.runtime.Kernel'); constant
Dmessage_set_test.js8 const Kernel = goog.require('protobuf.runtime.Kernel'); constant
/external/angle/src/libANGLE/
DCLKernel.cpp222 Kernel::Kernel(Program &program, const char *name) : mProgram(&program), mImpl(nullptr) in Kernel() function in cl::Kernel
231 Kernel::Kernel(Program &program, const rx::CLKernelImpl::CreateFunc &createFunc) in Kernel() function in cl::Kernel
DCLProgram.h108 friend class Kernel; variable
/external/cronet/third_party/protobuf/js/experimental/benchmarks/code_size/kernel/
Dpopular_types.js23 const Kernel = goog.require('protobuf.runtime.Kernel'); constant
Dall_types.js9 const Kernel = goog.require('protobuf.runtime.Kernel'); constant
/external/cronet/third_party/protobuf/js/experimental/runtime/kernel/conformance/
Dtest_all_types_proto2.js7 const Kernel = goog.require('protobuf.runtime.Kernel'); constant
Dtest_all_types_proto3.js7 const Kernel = goog.require('protobuf.runtime.Kernel'); constant
Dconformance_response.js7 const Kernel = goog.require('protobuf.runtime.Kernel'); constant
Dconformance_request.js6 const Kernel = goog.require('protobuf.runtime.Kernel'); constant
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/
DOpenMPOpt.h21 using Kernel = Function *; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/
DMemorySanitizer.h24 bool Kernel; member
/external/antlr/runtime/Ruby/lib/antlr3/test/
Dcall-stack.rb45 module Kernel module
/external/ComputeLibrary/arm_compute/core/CL/
DCLCompileContext.h193 explicit operator cl::Kernel() const in Kernel() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Instrumentation/
DMemorySanitizer.h30 bool Kernel; member
/external/llvm/include/llvm/Support/
DCodeGen.h28 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enumerator
/external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/
Dinput_transform.hpp179 using Kernel = std::function<void( typedef in arm_conv::winograd::input_transform::TransformDirect
221 using Kernel = std::function<void( typedef in arm_conv::winograd::input_transform::TransformIndirect
292 using Kernel = std::function<void( typedef in arm_conv::winograd::input_transform::TransformUnpadded
/external/ComputeLibrary/src/core/CL/
DCLCompileContext.cpp136 Kernel::Kernel() in Kernel() function in arm_compute::Kernel
141 Kernel::Kernel(std::string name, const cl::Program &program) in Kernel() function in arm_compute::Kernel
/external/llvm/bindings/ocaml/target/
Dllvm_target.ml37 | Kernel Constructor
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCodeGen.h28 enum Model { Tiny, Small, Kernel, Medium, Large }; enumerator

12345