| /external/angle/src/libGLESv2/ |
| D | cl_dispatch_table.cpp | 6 // cl_dispatch_table_autogen.cpp: Dispatch table for CL ICD Loader. 14 // The correct order is required as defined in 'include/CL/cl_icd.h'. 18 cl::clGetPlatformIDs, 19 cl::clGetPlatformInfo, 20 cl::clGetDeviceIDs, 21 cl::clGetDeviceInfo, 22 cl::clCreateContext, 23 cl::clCreateContextFromType, 24 cl::clRetainContext, 25 cl::clReleaseContext, [all …]
|
| D | proc_table_cl_autogen.cpp | 2 // Generated by gen_proc_table.py using data from cl.xml. 23 namespace cl namespace 29 {{"clGetPlatformIDs", P(::cl::clGetPlatformIDs)}, in GetProcTable() 30 {"clGetPlatformInfo", P(::cl::clGetPlatformInfo)}, in GetProcTable() 31 {"clGetDeviceIDs", P(::cl::clGetDeviceIDs)}, in GetProcTable() 32 {"clGetDeviceInfo", P(::cl::clGetDeviceInfo)}, in GetProcTable() 33 {"clCreateContext", P(::cl::clCreateContext)}, in GetProcTable() 34 {"clCreateContextFromType", P(::cl::clCreateContextFromType)}, in GetProcTable() 35 {"clRetainContext", P(::cl::clRetainContext)}, in GetProcTable() 36 {"clReleaseContext", P(::cl::clReleaseContext)}, in GetProcTable() [all …]
|
| /external/ComputeLibrary/src/gpu/cl/ |
| D | ClKernelLibrary.cpp | 24 #include "src/gpu/cl/ClKernelLibrary.h" 181 { "activation_layer", "common/activation_layer.cl" }, 182 { "activation_layer_quant", "common/activation_layer_quant.cl" }, 183 { "activation_layer_quant_f32", "common/activation_layer_quant.cl" }, 184 { "arg_min_max_x", "common/arg_min_max.cl" }, 185 { "arg_min_max_y", "common/arg_min_max.cl" }, 186 { "arg_min_max_z", "common/arg_min_max.cl" }, 187 { "arg_min_max_w", "common/arg_min_max.cl" }, 188 { "bitwise_or", "common/bitwise_op.cl" }, 189 { "bitwise_and", "common/bitwise_op.cl" }, [all …]
|
| /external/ComputeLibrary/arm_compute/runtime/CL/ |
| D | CLFunctions.h | 27 /* Header regrouping all the CL functions */ 28 #include "arm_compute/runtime/CL/functions/CLActivationLayer.h" 29 #include "arm_compute/runtime/CL/functions/CLArgMinMaxLayer.h" 30 #include "arm_compute/runtime/CL/functions/CLBatchNormalizationLayer.h" 31 #include "arm_compute/runtime/CL/functions/CLBatchToSpaceLayer.h" 32 #include "arm_compute/runtime/CL/functions/CLBitwiseAnd.h" 33 #include "arm_compute/runtime/CL/functions/CLBitwiseNot.h" 34 #include "arm_compute/runtime/CL/functions/CLBitwiseOr.h" 35 #include "arm_compute/runtime/CL/functions/CLBitwiseXor.h" 36 #include "arm_compute/runtime/CL/functions/CLBoundingBoxTransform.h" [all …]
|
| /external/ComputeLibrary/ |
| D | SConscript | 336 cl_helper_files = [ 'src/core/CL/cl_kernels/activation_float_helpers.h', 337 'src/core/CL/cl_kernels/activation_quant_helpers.h', 338 'src/core/CL/cl_kernels/gemm_helpers.h', 339 'src/core/CL/cl_kernels/helpers_asymm.h', 340 'src/core/CL/cl_kernels/helpers.h', 341 'src/core/CL/cl_kernels/load_store_utility.h', 342 'src/core/CL/cl_kernels/repeat.h', 343 'src/core/CL/cl_kernels/tile_helpers.h', 344 'src/core/CL/cl_kernels/types.h', 345 'src/core/CL/cl_kernels/warp_helpers.h', [all …]
|
| /external/grpc-grpc/test/core/util/ |
| D | cmdline_test.cc | 34 gpr_cmdline* cl; in TEST() local 40 cl = gpr_cmdline_create(nullptr); in TEST() 41 gpr_cmdline_add_int(cl, "foo", nullptr, &x); in TEST() 43 gpr_cmdline_parse(cl, GPR_ARRAY_SIZE(args), args); in TEST() 45 gpr_cmdline_destroy(cl); in TEST() 50 gpr_cmdline* cl; in TEST() local 55 cl = gpr_cmdline_create(nullptr); in TEST() 56 gpr_cmdline_add_int(cl, "foo", nullptr, &x); in TEST() 58 gpr_cmdline_parse(cl, GPR_ARRAY_SIZE(args), args); in TEST() 60 gpr_cmdline_destroy(cl); in TEST() [all …]
|
| D | cmdline.cc | 58 int (*state)(gpr_cmdline* cl, char* arg); 64 static int normal_state(gpr_cmdline* cl, char* str); 67 gpr_cmdline* cl = grpc_core::Zalloc<gpr_cmdline>(); in gpr_cmdline_create() local 69 cl->description = description; in gpr_cmdline_create() 70 cl->state = normal_state; in gpr_cmdline_create() 72 return cl; in gpr_cmdline_create() 75 void gpr_cmdline_set_survive_failure(gpr_cmdline* cl) { in gpr_cmdline_set_survive_failure() argument 76 cl->survive_failure = 1; in gpr_cmdline_set_survive_failure() 79 void gpr_cmdline_destroy(gpr_cmdline* cl) { in gpr_cmdline_destroy() argument 80 while (cl->args) { in gpr_cmdline_destroy() [all …]
|
| /external/angle/src/libANGLE/renderer/ |
| D | CLCommandQueueImpl.h | 21 CLCommandQueueImpl(const cl::CommandQueue &commandQueue); 24 virtual angle::Result setProperty(cl::CommandQueueProperties properties, cl_bool enable) = 0; 26 virtual angle::Result enqueueReadBuffer(const cl::Buffer &buffer, 31 const cl::EventPtrs &waitEvents, 34 virtual angle::Result enqueueWriteBuffer(const cl::Buffer &buffer, 39 const cl::EventPtrs &waitEvents, 42 virtual angle::Result enqueueReadBufferRect(const cl::Buffer &buffer, 44 const cl::MemOffsets &bufferOrigin, 45 const cl::MemOffsets &hostOrigin, 46 const cl::Coordinate ®ion, [all …]
|
| /external/angle/src/libANGLE/renderer/cl/ |
| D | CLCommandQueueCL.h | 20 CLCommandQueueCL(const cl::CommandQueue &commandQueue, cl_command_queue native); 25 angle::Result setProperty(cl::CommandQueueProperties properties, cl_bool enable) override; 27 angle::Result enqueueReadBuffer(const cl::Buffer &buffer, 32 const cl::EventPtrs &waitEvents, 35 angle::Result enqueueWriteBuffer(const cl::Buffer &buffer, 40 const cl::EventPtrs &waitEvents, 43 angle::Result enqueueReadBufferRect(const cl::Buffer &buffer, 45 const cl::MemOffsets &bufferOrigin, 46 const cl::MemOffsets &hostOrigin, 47 const cl::Coordinate ®ion, [all …]
|
| /external/llvm/tools/llvm-pdbdump/ |
| D | llvm-pdbdump.cpp | 93 cl::SubCommand RawSubcommand("raw", "Dump raw structure of the PDB file"); 94 cl::SubCommand 97 cl::SubCommand 100 cl::SubCommand 104 cl::OptionCategory TypeCategory("Symbol Type Options"); 105 cl::OptionCategory FilterCategory("Filtering Options"); 106 cl::OptionCategory OtherOptions("Other Options"); 109 cl::list<std::string> InputFilenames(cl::Positional, 110 cl::desc("<input PDB files>"), 111 cl::OneOrMore, cl::sub(PrettySubcommand)); [all …]
|
| /external/angle/src/libANGLE/renderer/vulkan/ |
| D | CLCommandQueueVk.h | 35 CLCommandQueueVk(const cl::CommandQueue &commandQueue); 40 angle::Result setProperty(cl::CommandQueueProperties properties, cl_bool enable) override; 42 angle::Result enqueueReadBuffer(const cl::Buffer &buffer, 47 const cl::EventPtrs &waitEvents, 50 angle::Result enqueueWriteBuffer(const cl::Buffer &buffer, 55 const cl::EventPtrs &waitEvents, 58 angle::Result enqueueReadBufferRect(const cl::Buffer &buffer, 60 const cl::MemOffsets &bufferOrigin, 61 const cl::MemOffsets &hostOrigin, 62 const cl::Coordinate ®ion, [all …]
|
| D | CLDeviceVk.cpp | 18 CLDeviceVk::CLDeviceVk(const cl::Device &device, vk::Renderer *renderer) in CLDeviceVk() 24 // TODO(aannestrand) Create cl::Caps and use for device creation in CLDeviceVk() 27 {cl::DeviceInfo::Name, std::string(props.deviceName)}, in CLDeviceVk() 28 {cl::DeviceInfo::Vendor, mRenderer->getVendorString()}, in CLDeviceVk() 29 {cl::DeviceInfo::DriverVersion, mRenderer->getVersionString(true)}, in CLDeviceVk() 30 {cl::DeviceInfo::Version, std::string("OpenCL 3.0 " + mRenderer->getVersionString(true))}, in CLDeviceVk() 31 {cl::DeviceInfo::Profile, std::string("FULL_PROFILE")}, in CLDeviceVk() 32 {cl::DeviceInfo::OpenCL_C_Version, std::string("OpenCL C 3.0 ")}, in CLDeviceVk() 33 {cl::DeviceInfo::LatestConformanceVersionPassed, std::string("FIXME")}}; in CLDeviceVk() 35 {cl::DeviceInfo::MaxWorkGroupSize, props.limits.maxComputeWorkGroupInvocations}, in CLDeviceVk() [all …]
|
| /external/swiftshader/third_party/subzero/src/ |
| D | IceClFlags.def | 1 //===- subzero/src/IceClFlags.def - Cl Flags for translation ----*- C++ -*-===// 35 X(IRFilename, std::string, release_opt_flag, cl::Positional, \ 36 cl::desc("IR File"), cl::init("-")) \ 39 cl::desc("Number of translation threads (0 for purely sequential)"), \ 40 cl::init(2)) \ 42 X(OptLevel, Ice::OptLevel, release_opt_flag, cl::desc("Optimization level"), \ 43 cl::init(Ice::Opt_m1), cl::value_desc("level"), \ 44 cl::values(clEnumValN(Ice::Opt_m1, "Om1", "-1"), \ 51 cl::desc("Override output filename"), cl::init("-"), \ 52 cl::value_desc("filename")) \ [all …]
|
| /external/llvm/include/llvm/CodeGen/ |
| D | CommandFlags.h | 34 cl::opt<std::string> 35 MArch("march", cl::desc("Architecture to generate code for (see --version)")); 37 cl::opt<std::string> 39 cl::desc("Target a specific cpu type (-mcpu=help for details)"), 40 cl::value_desc("cpu-name"), 41 cl::init("")); 43 cl::list<std::string> 45 cl::CommaSeparated, 46 cl::desc("Target specific attributes (-mattr=help for details)"), 47 cl::value_desc("a1,+a2,-a3,...")); [all …]
|
| /external/llvm/tools/llvm-cov/ |
| D | gcov.cpp | 85 cl::list<std::string> SourceFiles(cl::Positional, cl::OneOrMore, in gcovMain() 86 cl::desc("SOURCEFILE")); in gcovMain() 88 cl::opt<bool> AllBlocks("a", cl::Grouping, cl::init(false), in gcovMain() 89 cl::desc("Display all basic blocks")); in gcovMain() 90 cl::alias AllBlocksA("all-blocks", cl::aliasopt(AllBlocks)); in gcovMain() 92 cl::opt<bool> BranchProb("b", cl::Grouping, cl::init(false), in gcovMain() 93 cl::desc("Display branch probabilities")); in gcovMain() 94 cl::alias BranchProbA("branch-probabilities", cl::aliasopt(BranchProb)); in gcovMain() 96 cl::opt<bool> BranchCount("c", cl::Grouping, cl::init(false), in gcovMain() 97 cl::desc("Display branch counts instead " in gcovMain() [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | CommandFlags.inc | 29 static cl::opt<std::string> 31 cl::desc("Architecture to generate code for (see --version)")); 33 static cl::opt<std::string> 35 cl::desc("Target a specific cpu type (-mcpu=help for details)"), 36 cl::value_desc("cpu-name"), cl::init("")); 38 static cl::list<std::string> 39 MAttrs("mattr", cl::CommaSeparated, 40 cl::desc("Target specific attributes (-mattr=help for details)"), 41 cl::value_desc("a1,+a2,-a3,...")); 43 static cl::opt<Reloc::Model> RelocModel( [all …]
|
| /external/eigen/Eigen/src/Core/arch/SYCL/ |
| D | PacketMath.h | 32 typename cl::sycl::multi_ptr< \ 34 cl::sycl::access::address_space::address_space_target>::pointer_t \ 37 typedef cl::sycl::multi_ptr< \ 38 scalar, cl::sycl::access::address_space::address_space_target> \ 54 cl::sycl::access::mode::read_write, T>& from) { in SYCL_PLOADT_RO() 62 typename cl::sycl::multi_ptr< \ 64 cl::sycl::access::address_space::address_space_target>::pointer_t \ 83 cl::sycl::access::mode::read_write, \ in SYCL_PLOAD() 98 typename cl::sycl::multi_ptr< \ 100 cl::sycl::access::address_space::address_space_target>::pointer_t \ [all …]
|
| D | MathFunctions.h | 35 return cl::sycl::log(a); \ 38 SYCL_PLOG(cl::sycl::cl_float4) 39 SYCL_PLOG(cl::sycl::cl_double2) 46 return cl::sycl::log1p(a); \ 49 SYCL_PLOG1P(cl::sycl::cl_float4) 50 SYCL_PLOG1P(cl::sycl::cl_double2) 57 return cl::sycl::log10(a); \ 60 SYCL_PLOG10(cl::sycl::cl_float4) 61 SYCL_PLOG10(cl::sycl::cl_double2) 68 return cl::sycl::exp(a); \ [all …]
|
| /external/cronet/base/ |
| D | command_line_unittest.cc | 71 CommandLine cl(std::size(argv), argv); in TEST() local 73 EXPECT_FALSE(cl.GetCommandLineString().empty()); in TEST() 74 EXPECT_FALSE(cl.HasSwitch("cruller")); in TEST() 75 EXPECT_FALSE(cl.HasSwitch("flim")); in TEST() 76 EXPECT_FALSE(cl.HasSwitch("program")); in TEST() 77 EXPECT_FALSE(cl.HasSwitch("dog")); in TEST() 78 EXPECT_FALSE(cl.HasSwitch("cat")); in TEST() 79 EXPECT_FALSE(cl.HasSwitch("output-rotation")); in TEST() 80 EXPECT_FALSE(cl.HasSwitch("not-a-switch")); in TEST() 81 EXPECT_FALSE(cl.HasSwitch("--")); in TEST() [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
| D | CommandFlags.cpp | 31 static cl::opt<TY> *NAME##View; \ 38 static cl::list<TY> *NAME##View; \ 114 static cl::opt<std::string> MArch( in CGOPT() 115 "march", cl::desc("Architecture to generate code for (see --version)")); in CGOPT() 118 static cl::opt<std::string> MCPU( in CGOPT() 119 "mcpu", cl::desc("Target a specific cpu type (-mcpu=help for details)"), in CGOPT() 120 cl::value_desc("cpu-name"), cl::init("")); in CGOPT() 123 static cl::list<std::string> MAttrs( in CGOPT() 124 "mattr", cl::CommaSeparated, in CGOPT() 125 cl::desc("Target specific attributes (-mattr=help for details)"), in CGOPT() [all …]
|
| /external/rust/crates/grpcio-sys/grpc/test/core/util/ |
| D | cmdline.cc | 59 int (*state)(gpr_cmdline* cl, char* arg); 65 static int normal_state(gpr_cmdline* cl, char* str); 68 gpr_cmdline* cl = grpc_core::Zalloc<gpr_cmdline>(); in gpr_cmdline_create() local 70 cl->description = description; in gpr_cmdline_create() 71 cl->state = normal_state; in gpr_cmdline_create() 73 return cl; in gpr_cmdline_create() 76 void gpr_cmdline_set_survive_failure(gpr_cmdline* cl) { in gpr_cmdline_set_survive_failure() argument 77 cl->survive_failure = 1; in gpr_cmdline_set_survive_failure() 80 void gpr_cmdline_destroy(gpr_cmdline* cl) { in gpr_cmdline_destroy() argument 81 while (cl->args) { in gpr_cmdline_destroy() [all …]
|
| /external/llvm/unittests/Support/ |
| D | CommandLineTest.cpp | 49 class StackOption : public cl::opt<T> { 50 typedef cl::opt<T> Base; 77 class StackSubCommand : public cl::SubCommand { 89 cl::OptionCategory TestCategory("Test Options", "Description"); 91 StackOption<int> TestOption("test-option", cl::desc("old description")); in TEST() 97 StringMap<cl::Option *> &Map = in TEST() 98 cl::getRegisteredOptions(*cl::TopLevelSubCommand); in TEST() 103 cl::Option *Retrieved = Map["test-option"]; in TEST() 106 ASSERT_EQ(&cl::GeneralCategory,Retrieved->Category) << in TEST() 125 Retrieved->setHiddenFlag(cl::Hidden); in TEST() [all …]
|
| /external/mesa3d/src/gallium/drivers/vc4/ |
| D | vc4_cl.h | 42 /** A reference to a BO used in the CL packing functions */ 48 static inline void cl_pack_emit_reloc(struct vc4_cl *cl, const struct vc4_cl_reloc *); 69 void vc4_init_cl(struct vc4_job *job, struct vc4_cl *cl); 70 void vc4_reset_cl(struct vc4_cl *cl); 76 static inline uint32_t cl_offset(struct vc4_cl *cl) in cl_offset() argument 78 return (char *)cl->next - (char *)cl->base; in cl_offset() 82 cl_advance(struct vc4_cl_out **cl, uint32_t n) in cl_advance() argument 84 (*cl) = (struct vc4_cl_out *)((char *)(*cl) + n); in cl_advance() 88 cl_start(struct vc4_cl *cl) in cl_start() argument 90 return cl->next; in cl_start() [all …]
|
| /external/llvm/tools/llvm-readobj/ |
| D | llvm-readobj.cpp | 49 cl::list<std::string> InputFilenames(cl::Positional, 50 cl::desc("<input object files>"), 51 cl::ZeroOrMore); 54 cl::opt<bool> FileHeaders("file-headers", 55 cl::desc("Display file headers ")); 56 cl::alias FileHeadersShort("h", 57 cl::desc("Alias for --file-headers"), 58 cl::aliasopt(FileHeaders)); 61 cl::opt<bool> Sections("sections", 62 cl::desc("Display all sections.")); [all …]
|
| /external/mesa3d/src/gallium/drivers/v3d/ |
| D | v3d_cl.h | 43 /** A reference to a BO used in the CL packing functions */ 49 static inline void cl_pack_emit_reloc(struct v3d_cl *cl, const struct v3d_cl_reloc *); 56 #define __gen_unpack_address(cl, s, e) __unpack_address(cl, s, e) argument 59 __unpack_address(const uint8_t *cl, uint32_t s, uint32_t e) in __unpack_address() argument 62 { NULL, __gen_unpack_uint(cl, s, e) << (31 - (e - s)) }; in __unpack_address() 74 void v3d_init_cl(struct v3d_job *job, struct v3d_cl *cl); 75 void v3d_destroy_cl(struct v3d_cl *cl); 76 void v3d_dump_cl(void *cl, uint32_t size, bool is_render); 82 static inline uint32_t cl_offset(struct v3d_cl *cl) in cl_offset() argument 84 return (char *)cl->next - (char *)cl->base; in cl_offset() [all …]
|