/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | cl_dispatch_table.cpp | 18 cl::clGetPlatformIDs, 19 cl::clGetPlatformInfo, 20 cl::clGetDeviceIDs, 21 cl::clGetDeviceInfo, 22 cl::clCreateContext, 23 cl::clCreateContextFromType, 24 cl::clRetainContext, 25 cl::clReleaseContext, 26 cl::clGetContextInfo, 27 cl [all...] |
H A 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 in GetProcTable() [all...] |
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_cl.h | 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 94 cl_end(struct vc4_cl *cl, struct vc4_cl_out *next) cl_end() argument 116 cl_u8(struct vc4_cl_out **cl, uint8_t n) cl_u8() argument 123 cl_u16(struct vc4_cl_out **cl, uint16_t n) cl_u16() argument 130 cl_u32(struct vc4_cl_out **cl, uint32_t n) cl_u32() argument 137 cl_aligned_u32(struct vc4_cl_out **cl, uint32_t n) cl_aligned_u32() argument 144 cl_ptr(struct vc4_cl_out **cl, void *ptr) cl_ptr() argument 151 cl_f(struct vc4_cl_out **cl, float f) cl_f() argument 157 cl_aligned_f(struct vc4_cl_out **cl, float f) cl_aligned_f() argument 163 cl_start_shader_reloc(struct vc4_cl *cl, uint32_t n) cl_start_shader_reloc() argument 178 cl_reloc(struct vc4_job *job, struct vc4_cl *cl, struct vc4_cl_out **cl_out, struct vc4_bo *bo, uint32_t offset) cl_reloc() argument 192 cl_aligned_reloc(struct vc4_job *job, struct vc4_cl *cl, struct vc4_cl_out **cl_out, struct vc4_bo *bo, uint32_t offset) cl_aligned_reloc() argument 227 cl_get_emit_space(struct vc4_cl_out **cl, size_t size) cl_get_emit_space() argument 280 cl_pack_emit_reloc(struct vc4_cl *cl, const struct vc4_cl_reloc *reloc) cl_pack_emit_reloc() argument [all...] |
H A D | vc4_cl.c | 29 vc4_init_cl(struct vc4_job *job, struct vc4_cl *cl) in vc4_init_cl() argument 31 cl->base = rzalloc_size(job, 1); /* TODO: don't use rzalloc */ in vc4_init_cl() 32 cl->next = cl->base; in vc4_init_cl() 33 cl->size = 0; in vc4_init_cl() 34 cl->job = job; in vc4_init_cl() 38 cl_ensure_space(struct vc4_cl *cl, uint32_t space) in cl_ensure_space() argument 40 uint32_t offset = cl_offset(cl); in cl_ensure_space() 42 if (offset + space <= cl->size) in cl_ensure_space() 45 uint32_t size = MAX2(cl in cl_ensure_space() 53 vc4_reset_cl(struct vc4_cl *cl) vc4_reset_cl() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_cl.h | 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) 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 in cl_offset() 87 cl_get_address(struct v3d_cl *cl) cl_get_address() argument 93 cl_advance(struct v3d_cl_out **cl, uint32_t n) cl_advance() argument 99 cl_start(struct v3d_cl *cl) cl_start() argument 105 cl_end(struct v3d_cl *cl, struct v3d_cl_out *next) cl_end() argument 127 cl_u8(struct v3d_cl_out **cl, uint8_t n) cl_u8() argument 134 cl_u16(struct v3d_cl_out **cl, uint16_t n) cl_u16() argument 141 cl_u32(struct v3d_cl_out **cl, uint32_t n) cl_u32() argument 148 cl_aligned_u32(struct v3d_cl_out **cl, uint32_t n) cl_aligned_u32() argument 155 cl_aligned_reloc(struct v3d_cl *cl, struct v3d_cl_out **cl_out, struct v3d_bo *bo, uint32_t offset) cl_aligned_reloc() argument 164 cl_ptr(struct v3d_cl_out **cl, void *ptr) cl_ptr() argument 171 cl_f(struct v3d_cl_out **cl, float f) cl_f() argument 177 cl_aligned_f(struct v3d_cl_out **cl, float f) cl_aligned_f() argument 204 cl_get_emit_space(struct v3d_cl_out **cl, size_t size) cl_get_emit_space() argument 286 cl_pack_emit_reloc(struct v3d_cl *cl, const struct v3d_cl_reloc *reloc) cl_pack_emit_reloc() argument [all...] |
H A D | v3d_cl.c | 36 v3d_init_cl(struct v3d_job *job, struct v3d_cl *cl) in v3d_init_cl() argument 38 cl->base = NULL; in v3d_init_cl() 39 cl->next = cl->base; in v3d_init_cl() 40 cl->size = 0; in v3d_init_cl() 41 cl->job = job; in v3d_init_cl() 45 v3d_cl_ensure_space(struct v3d_cl *cl, uint32_t space, uint32_t alignment) in v3d_cl_ensure_space() argument 47 uint32_t offset = align(cl_offset(cl), alignment); in v3d_cl_ensure_space() 49 if (offset + space <= cl->size) { in v3d_cl_ensure_space() 50 cl in v3d_cl_ensure_space() 64 v3d_cl_ensure_space_with_branch(struct v3d_cl *cl, uint32_t space) v3d_cl_ensure_space_with_branch() argument 90 v3d_destroy_cl(struct v3d_cl *cl) v3d_destroy_cl() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetMachine.cpp | 31 static cl::opt<bool> EnableCExtOpt("hexagon-cext", cl::Hidden, cl::ZeroOrMore, 32 cl::init(true), cl::desc("Enable Hexagon constant-extender optimization")); 34 static cl::opt<bool> EnableRDFOpt("rdf-opt", cl::Hidden, cl::ZeroOrMore, 35 cl::init(true), cl [all...] |
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_cl.c | 35 v3dv_cl_init(struct v3dv_job *job, struct v3dv_cl *cl) in v3dv_cl_init() argument 37 cl->base = NULL; in v3dv_cl_init() 38 cl->next = cl->base; in v3dv_cl_init() 39 cl->bo = NULL; in v3dv_cl_init() 40 cl->size = 0; in v3dv_cl_init() 41 cl->job = job; in v3dv_cl_init() 42 list_inithead(&cl->bo_list); in v3dv_cl_init() 46 v3dv_cl_destroy(struct v3dv_cl *cl) in v3dv_cl_destroy() argument 48 list_for_each_entry_safe(struct v3dv_bo, bo, &cl in v3dv_cl_destroy() 59 cl_alloc_bo(struct v3dv_cl *cl, uint32_t space, bool use_branch) cl_alloc_bo() argument 95 v3dv_cl_ensure_space(struct v3dv_cl *cl, uint32_t space, uint32_t alignment) v3dv_cl_ensure_space() argument 109 v3dv_cl_ensure_space_with_branch(struct v3dv_cl *cl, uint32_t space) v3dv_cl_ensure_space_with_branch() argument [all...] |
H A D | v3dv_cl.h | 50 pack_emit_reloc(void *cl, const void *reloc) {} in pack_emit_reloc() argument 57 #define __gen_unpack_address(cl, s, e) __unpack_address(cl, s, e) 69 __unpack_address(const uint8_t *cl, uint32_t s, uint32_t e) in __unpack_address() argument 72 { NULL, __gen_unpack_uint(cl, s, e) << (31 - (e - s)) }; in __unpack_address() 77 v3dv_cl_offset(struct v3dv_cl *cl) in v3dv_cl_offset() argument 79 return (char *)cl->next - (char *)cl->base; in v3dv_cl_offset() 93 v3dv_cl_get_address(struct v3dv_cl *cl) in v3dv_cl_get_address() argument 95 return (struct v3dv_cl_reloc){ .bo = cl in v3dv_cl_get_address() 102 cl_start(struct v3dv_cl *cl) cl_start() argument 108 cl_end(struct v3dv_cl *cl, struct v3dv_cl_out *next) cl_end() argument 115 cl_advance(struct v3dv_cl_out **cl, uint32_t n) cl_advance() argument 121 cl_aligned_u32(struct v3dv_cl_out **cl, uint32_t n) cl_aligned_u32() argument 128 cl_aligned_f(struct v3dv_cl_out **cl, float f) cl_aligned_f() argument 134 cl_aligned_reloc(struct v3dv_cl *cl, struct v3dv_cl_out **cl_out, struct v3dv_bo *bo, uint32_t offset) cl_aligned_reloc() argument 212 cl_pack_emit_reloc(struct v3dv_cl *cl, const struct v3dv_cl_reloc *reloc) cl_pack_emit_reloc() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | TargetPassConfig.cpp | 53 static cl::opt<bool> 54 EnableIPRA("enable-ipra", cl::init(false), cl::Hidden, 55 cl::desc("Enable interprocedural register allocation " 57 static cl::opt<bool> DisablePostRASched("disable-post-ra", cl::Hidden, 58 cl::desc("Disable Post Regalloc Scheduler")); 59 static cl::opt<bool> DisableBranchFold("disable-branch-fold", cl::Hidden, 60 cl [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetMachine.cpp | 50 static cl::opt<bool> EnableCCMP("aarch64-enable-ccmp", 51 cl::desc("Enable the CCMP formation pass"), 52 cl::init(true), cl::Hidden); 54 static cl::opt<bool> 56 cl::desc("Enable the conditional branch tuning pass"), 57 cl::init(true), cl::Hidden); 59 static cl::opt<bool> EnableMCR("aarch64-enable-mcr", 60 cl [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SizeOpts.cpp | 17 cl::opt<bool> EnablePGSO( 18 "pgso", cl::Hidden, cl::init(true), 19 cl::desc("Enable the profile guided size optimizations. ")); 21 cl::opt<bool> PGSOLargeWorkingSetSizeOnly( 22 "pgso-lwss-only", cl::Hidden, cl::init(true), 23 cl::desc("Apply the profile guided size optimizations only " 26 cl::opt<bool> PGSOColdCodeOnly( 27 "pgso-cold-code-only", cl [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | CLCommandQueueImpl.h | 21 CLCommandQueueImpl(const cl::CommandQueue &commandQueue); 24 virtual cl_int setProperty(cl::CommandQueueProperties properties, cl_bool enable) = 0; 26 virtual cl_int enqueueReadBuffer(const cl::Buffer &buffer, 31 const cl::EventPtrs &waitEvents, 34 virtual cl_int enqueueWriteBuffer(const cl::Buffer &buffer, 39 const cl::EventPtrs &waitEvents, 42 virtual cl_int enqueueReadBufferRect(const cl::Buffer &buffer, 52 const cl::EventPtrs &waitEvents, 55 virtual cl_int enqueueWriteBufferRect(const cl::Buffer &buffer, 65 const cl [all...] |
H A D | CLContextImpl.h | 25 CLContextImpl(const cl::Context &context); 28 virtual cl::DevicePtrs getDevices(cl_int &errorCode) const = 0; 30 virtual CLCommandQueueImpl::Ptr createCommandQueue(const cl::CommandQueue &commandQueue, 33 virtual CLMemoryImpl::Ptr createBuffer(const cl::Buffer &buffer, 38 virtual CLMemoryImpl::Ptr createImage(const cl::Image &image, 39 cl::MemFlags flags, 41 const cl::ImageDescriptor &desc, 45 virtual cl_int getSupportedImageFormats(cl::MemFlags flags, 46 cl::MemObjectType imageType, 51 virtual CLSamplerImpl::Ptr createSampler(const cl [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A D | CLCommandQueueCL.h | 20 CLCommandQueueCL(const cl::CommandQueue &commandQueue, cl_command_queue native); 25 cl_int setProperty(cl::CommandQueueProperties properties, cl_bool enable) override; 27 cl_int enqueueReadBuffer(const cl::Buffer &buffer, 32 const cl::EventPtrs &waitEvents, 35 cl_int enqueueWriteBuffer(const cl::Buffer &buffer, 40 const cl::EventPtrs &waitEvents, 43 cl_int enqueueReadBufferRect(const cl::Buffer &buffer, 53 const cl::EventPtrs &waitEvents, 56 cl_int enqueueWriteBufferRect(const cl::Buffer &buffer, 66 const cl [all...] |
H A D | CLDeviceCL.cpp | 8 #include "libANGLE/renderer/cl/CLDeviceCL.h" 10 #include "libANGLE/renderer/cl/cl_util.h" 25 bool GetDeviceInfo(cl_device_id device, cl::DeviceInfo name, std::vector<T> &vector) in GetDeviceInfo() 28 if (device->getDispatch().clGetDeviceInfo(device, cl::ToCLenum(name), 0u, nullptr, &size) == in GetDeviceInfo() 33 if (device->getDispatch().clGetDeviceInfo(device, cl::ToCLenum(name), size, vector.data(), in GetDeviceInfo() 45 bool GetDeviceInfo(cl_device_id device, cl::DeviceInfo name, T &value) in GetDeviceInfo() 47 if (device->getDispatch().clGetDeviceInfo(device, cl::ToCLenum(name), sizeof(T), &value, in GetDeviceInfo() 66 CLDeviceImpl::Info CLDeviceCL::createInfo(cl::DeviceType type) const in createInfo() 71 if (!GetDeviceInfo(mNative, cl::DeviceInfo::MaxWorkItemSizes, info.maxWorkItemSizes)) in createInfo() 86 if (!GetDeviceInfo(mNative, cl in createInfo() [all...] |
H A D | CLContextCL.h | 11 #include "libANGLE/renderer/cl/cl_types.h" 26 CLContextCL(const cl::Context &context, cl_context native); 33 cl::DevicePtrs getDevices(cl_int &errorCode) const override; 35 CLCommandQueueImpl::Ptr createCommandQueue(const cl::CommandQueue &commandQueue, 38 CLMemoryImpl::Ptr createBuffer(const cl::Buffer &buffer, 43 CLMemoryImpl::Ptr createImage(const cl::Image &image, 44 cl::MemFlags flags, 46 const cl::ImageDescriptor &desc, 50 cl_int getSupportedImageFormats(cl::MemFlags flags, 51 cl [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | DiagnosticHandler.cpp | 46 static cl::opt<PassRemarksOpt, true, cl::parser<std::string>> PassRemarks( 47 "pass-remarks", cl::value_desc("pattern"), 48 cl::desc("Enable optimization remarks from passes whose name match " 50 cl::Hidden, cl::location(PassRemarksPassedOptLoc), cl::ValueRequired, 51 cl::ZeroOrMore); 55 static cl::opt<PassRemarksOpt, true, cl [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceClFlags.cpp | 13 /// This currently relies on llvm::cl to parse. In the future, the minimal build 36 // cl is used to alias the llvm::cl types and functions that we need. 37 namespace cl { namespace 39 using alias = llvm::cl::alias; 41 using aliasopt = llvm::cl::aliasopt; 43 using llvm::cl::CommaSeparated; 45 using desc = llvm::cl::desc; 47 template <typename T> using initializer = llvm::cl::initializer<T>; 53 template <typename T> using list = llvm::cl [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | PassManagerBuilder.cpp | 53 static cl::opt<bool> 54 RunPartialInlining("enable-partial-inlining", cl::init(false), cl::Hidden, 55 cl::ZeroOrMore, cl::desc("Run Partial inlinining pass")); 57 static cl::opt<bool> 59 cl::init(false), cl::Hidden, 60 cl::desc("Run GVN instead of Early CSE after vectorization passes")); 62 static cl [all...] |
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
H A D | libOpenCL_autogen.cpp | 2 // Generated by generate_entry_points.py using data from cl.xml. 19 return cl::GetDispatch().clGetPlatformIDs(num_entries, platforms, num_platforms); in clGetPlatformIDs() 28 return cl::GetDispatch().clGetPlatformInfo(platform, param_name, param_value_size, param_value, in clGetPlatformInfo() 38 return cl::GetDispatch().clGetDeviceIDs(platform, device_type, num_entries, devices, in clGetDeviceIDs() 48 return cl::GetDispatch().clGetDeviceInfo(device, param_name, param_value_size, param_value, in clGetDeviceInfo() 62 return cl::GetDispatch().clCreateContext(properties, num_devices, devices, pfn_notify, in clCreateContext() 76 return cl::GetDispatch().clCreateContextFromType(properties, device_type, pfn_notify, user_data, in clCreateContextFromType() 82 return cl::GetDispatch().clRetainContext(context); in clRetainContext() 87 return cl::GetDispatch().clReleaseContext(context); in clReleaseContext() 96 return cl in clGetContextInfo() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | Main.cpp | 31 static cl::opt<std::string> 32 OutputFilename("o", cl::desc("Output filename"), cl::value_desc("filename"), 33 cl::init("-")); 35 static cl::opt<std::string> 37 cl::desc("Dependency filename"), 38 cl::value_desc("filename"), 39 cl::init("")); 41 static cl::opt<std::string> 42 InputFilename(cl [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetMachine.cpp | 57 static cl::opt<bool> EnableR600StructurizeCFG( 59 cl::desc("Use StructurizeCFG IR pass"), 60 cl::init(true)); 62 static cl::opt<bool> EnableSROA( 64 cl::desc("Run SROA after promote alloca pass"), 65 cl::ReallyHidden, 66 cl::init(true)); 68 static cl::opt<bool> 69 EnableEarlyIfConversion("amdgpu-early-ifcvt", cl::Hidden, 70 cl [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ClassLoaderUtil.java | 54 ClassLoader cl = null; in getBootstrapClassLoader() 56 cl = AccessController.doPrivileged(new PrivilegedAction<ClassLoader>() { in getBootstrapClassLoader() 63 cl = new BootstrapClassLoader(); in getBootstrapClassLoader() 65 BOOTSTRAP_CLASSLOADER = cl; in getBootstrapClassLoader() 79 ClassLoader cl = cls.getClassLoader(); in getClassLoader() 80 if (cl == null) { in getClassLoader() 81 cl = getClassLoader(); in getClassLoader() 83 return cl; in getClassLoader() 91 ClassLoader cl = Thread.currentThread().getContextClassLoader(); in getClassLoader() 92 if (cl in getClassLoader() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ClassLoaderUtil.java | 56 ClassLoader cl = null; in getBootstrapClassLoader() 58 cl = AccessController.doPrivileged(new PrivilegedAction<ClassLoader>() { in getBootstrapClassLoader() 65 cl = new BootstrapClassLoader(); in getBootstrapClassLoader() 67 BOOTSTRAP_CLASSLOADER = cl; in getBootstrapClassLoader() 81 ClassLoader cl = cls.getClassLoader(); in getClassLoader() 82 if (cl == null) { in getClassLoader() 83 cl = getClassLoader(); in getClassLoader() 85 return cl; in getClassLoader() 93 ClassLoader cl = Thread.currentThread().getContextClassLoader(); in getClassLoader() 94 if (cl in getClassLoader() [all...] |