/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
D | CLCommandQueueCL.cpp | 45 commandQueue.getContext().getImpl<CLContextCL>().mData->mDeviceQueues.emplace( in CLCommandQueueCL() 55 mCommandQueue.getContext().getImpl<CLContextCL>().mData->mDeviceQueues.erase( in ~CLCommandQueueCL() 80 const cl_mem nativeBuffer = buffer.getImpl<CLMemoryCL>().getNative(); in enqueueReadBuffer() 104 const cl_mem nativeBuffer = buffer.getImpl<CLMemoryCL>().getNative(); in enqueueWriteBuffer() 133 const cl_mem nativeBuffer = buffer.getImpl<CLMemoryCL>().getNative(); in enqueueReadBufferRect() 163 const cl_mem nativeBuffer = buffer.getImpl<CLMemoryCL>().getNative(); in enqueueWriteBufferRect() 188 const cl_mem nativeSrc = srcBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBuffer() 189 const cl_mem nativeDst = dstBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBuffer() 216 const cl_mem nativeSrc = srcBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBufferRect() 217 const cl_mem nativeDst = dstBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBufferRect() [all …]
|
D | CLProgramCL.cpp | 57 nativeDevices.emplace_back(device->getImpl<CLDeviceCL>().getNative()); in build() 76 nativeDevices.emplace_back(device->getImpl<CLDeviceCL>().getNative()); in compile() 85 nativePrograms.emplace_back(program->getImpl<CLProgramCL>().getNative()); in compile() 113 mNative, device.getImpl<CLDeviceCL>().getNative(), cl::ToCLenum(name), valueSize, value, in getBuildInfo()
|
D | CLKernelCL.cpp | 135 const CLContextCL &ctx = mKernel.getProgram().getContext().getImpl<CLContextCL>(); in setArg() 141 value = memory->cast<cl::Memory>().getImpl<CLMemoryCL>().getNative(); in setArg() 149 value = sampler->cast<cl::Sampler>().getImpl<CLSamplerCL>().getNative(); in setArg() 157 value = queue->cast<cl::CommandQueue>().getImpl<CLCommandQueueCL>().getNative(); in setArg() 186 const cl_device_id device = ctx.getDevices()[index]->getImpl<CLDeviceCL>().getNative(); in createInfo()
|
D | CLContextCL.cpp | 64 (*it)->getImpl<CLDeviceCL>().getNative() != nativeDevice) in getDevices() 90 const cl_device_id nativeDevice = device.getImpl<CLDeviceCL>().getNative(); in createCommandQueue() 143 image.getParent() ? image.getParent()->getImpl<CLMemoryCL>().getNative() : nullptr; in createImage() 283 nativeDevices.emplace_back(device->getImpl<CLDeviceCL>().getNative()); in createProgramWithBinary() 301 nativeDevices.emplace_back(device->getImpl<CLDeviceCL>().getNative()); in createProgramWithBuiltInKernels() 320 nativeDevices.emplace_back(device->getImpl<CLDeviceCL>().getNative()); in linkProgram() 329 nativePrograms.emplace_back(inputProgram->getImpl<CLProgramCL>().getNative()); in linkProgram()
|
D | CLSamplerCL.cpp | 21 sampler.getContext().getImpl<CLContextCL>().mData->mSamplers.emplace(sampler.getNative()); in CLSamplerCL() 27 mSampler.getContext().getImpl<CLContextCL>().mData->mSamplers.erase(mSampler.getNative()); in ~CLSamplerCL()
|
D | CLMemoryCL.cpp | 21 memory.getContext().getImpl<CLContextCL>().mData->mMemories.emplace(memory.getNative()); in CLMemoryCL() 27 mMemory.getContext().getImpl<CLContextCL>().mData->mMemories.erase(mMemory.getNative()); in ~CLMemoryCL()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 43 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Distinct); \ 48 getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Temporary)); \ 52 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Uniqued); \ 56 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Uniqued, \ 229 static GenericDINode *getImpl(LLVMContext &Context, unsigned Tag, 232 return getImpl(Context, Tag, getCanonicalMDString(Context, Header), 236 static GenericDINode *getImpl(LLVMContext &Context, unsigned Tag, 299 static DISubrange *getImpl(LLVMContext &Context, int64_t Count, 303 static DISubrange *getImpl(LLVMContext &Context, Metadata *CountNode, 360 static DIEnumerator *getImpl(LLVMContext &Context, int64_t Value, [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | static_unicode_sets.cpp | 36 inline UnicodeSet* getImpl(Key key) { in getImpl() function 49 result->addAll(*getImpl(k1)); in computeUnion() 50 result->addAll(*getImpl(k2)); in computeUnion() 60 result->addAll(*getImpl(k1)); in computeUnion() 61 result->addAll(*getImpl(k2)); in computeUnion() 62 result->addAll(*getImpl(k3)); in computeUnion() 197 return getImpl(key); in get()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 51 DILocation *DILocation::getImpl(LLVMContext &Context, unsigned Line, in getImpl() function in DILocation 262 GenericDINode *GenericDINode::getImpl(LLVMContext &Context, unsigned Tag, in getImpl() function in GenericDINode 320 DISubrange *DISubrange::getImpl(LLVMContext &Context, int64_t Count, int64_t Lo, in getImpl() function in DISubrange 324 return getImpl(Context, CountNode, Lo, Storage, ShouldCreate); in getImpl() 327 DISubrange *DISubrange::getImpl(LLVMContext &Context, Metadata *CountNode, in getImpl() function in DISubrange 335 DIEnumerator *DIEnumerator::getImpl(LLVMContext &Context, int64_t Value, in getImpl() function in DIEnumerator 344 DIBasicType *DIBasicType::getImpl(LLVMContext &Context, unsigned Tag, in getImpl() function in DIBasicType 370 DIDerivedType *DIDerivedType::getImpl( in getImpl() function in DIDerivedType 387 DICompositeType *DICompositeType::getImpl( in getImpl() function in DICompositeType 470 DISubroutineType *DISubroutineType::getImpl(LLVMContext &Context, DIFlags Flags, in getImpl() function in DISubroutineType [all …]
|
D | Attributes.cpp | 945 AttributeList AttributeList::getImpl(LLVMContext &C, in getImpl() function in AttributeList 1036 return getImpl(C, AttrVec); in get() 1077 return getImpl(C, AttrSets); in get() 1087 return getImpl(C, AttrSets); in get() 1129 return getImpl(C, NewAttrSets); in get() 1181 return getImpl(C, AttrSets); in addAttributes() 1201 return getImpl(C, AttrSets); in addParamAttribute() 1214 return getImpl(C, AttrSets); in removeAttribute() 1227 return getImpl(C, AttrSets); in removeAttribute() 1243 return getImpl(C, AttrSets); in removeAttributes() [all …]
|
/third_party/icu/icu4c/source/common/ |
D | static_unicode_sets.cpp | 36 inline UnicodeSet* getImpl(Key key) { in getImpl() function 49 result->addAll(*getImpl(k1)); in computeUnion() 50 result->addAll(*getImpl(k2)); in computeUnion() 60 result->addAll(*getImpl(k1)); in computeUnion() 61 result->addAll(*getImpl(k2)); in computeUnion() 62 result->addAll(*getImpl(k3)); in computeUnion() 219 return getImpl(key); in get()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | static_unicode_sets.cpp | 36 inline UnicodeSet* getImpl(Key key) { in getImpl() function 49 result->addAll(*getImpl(k1)); in computeUnion() 50 result->addAll(*getImpl(k2)); in computeUnion() 60 result->addAll(*getImpl(k1)); in computeUnion() 61 result->addAll(*getImpl(k2)); in computeUnion() 62 result->addAll(*getImpl(k3)); in computeUnion() 219 return getImpl(key); in get()
|
/third_party/node/deps/icu-small/source/common/ |
D | static_unicode_sets.cpp | 36 inline UnicodeSet* getImpl(Key key) { in getImpl() function 49 result->addAll(*getImpl(k1)); in computeUnion() 50 result->addAll(*getImpl(k2)); in computeUnion() 60 result->addAll(*getImpl(k1)); in computeUnion() 61 result->addAll(*getImpl(k2)); in computeUnion() 62 result->addAll(*getImpl(k3)); in computeUnion() 219 return getImpl(key); in get()
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | MemoryBuffer.cpp | 87 return getImpl(requestedSize, memoryBufferOut, Optional<uint8_t>::Invalid()); in get() 94 return getImpl(requestedSize, memoryBufferOut, Optional<uint8_t>(initValue)); in getInitialized() 97 bool ScratchBuffer::getImpl(size_t requestedSize, in getImpl() function in angle::ScratchBuffer
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | CLProgram.cpp | 210 mImpl(context.getImpl().createProgramWithSource(*this, source, errorCode)), in Program() 219 mImpl(context.getImpl().createProgramWithIL(*this, il, length, errorCode)), in Program() 232 mImpl(context.getImpl() in Program() 241 mImpl(context.getImpl().createProgramWithBuiltInKernels(*this, kernelNames, errorCode)), in Program() 258 mImpl(context.getImpl().linkProgram(*this, in Program()
|
D | CLSampler.h | 36 T &getImpl() const; 82 inline T &Sampler::getImpl() const in getImpl() function
|
D | CLKernel.h | 45 T &getImpl() const; 70 inline T &Kernel::getImpl() const in getImpl() function
|
D | CLEvent.h | 48 T &getImpl() const; 106 inline T &Event::getImpl() const in getImpl() function
|
D | CLDevice.h | 46 T &getImpl() const; 102 inline T &Device::getImpl() const in getImpl() function
|
D | CLMemory.h | 49 T &getImpl() const; 133 inline T &Memory::getImpl() const in getImpl() function
|
D | CLPlatform.h | 67 T &getImpl() const; 126 inline T &Platform::getImpl() const in getImpl() function
|
D | CLProgram.h | 67 T &getImpl() const; 141 inline T &Program::getImpl() const in getImpl() function
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | MemoryBuffer.cpp | 113 return getImpl(requestedSize, memoryBufferOut, Optional<uint8_t>::Invalid()); in get() 120 return getImpl(requestedSize, memoryBufferOut, Optional<uint8_t>(initValue)); in getInitialized() 123 bool ScratchBuffer::getImpl(size_t requestedSize, in getImpl() function in angle::ScratchBuffer
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/ |
D | IndicIMDescriptor.java | 27 protected abstract IndicInputMethodImpl getImpl(); in getImpl() method in IndicIMDescriptor 53 return new IndicInputMethod(locale, getImpl()); in createInputMethod()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 1617 static LazyValueInfoImpl &getImpl(void *&PImpl, AssumptionCache *AC, in getImpl() function 1637 getImpl(Info.PImpl, Info.AC, &DL, Info.DT).clear(); in runOnFunction() 1656 delete &getImpl(PImpl, AC, nullptr); in releaseMemory() 1706 getImpl(PImpl, AC, &DL, DT).getValueInBlock(V, BB, CxtI); in getConstant() 1724 getImpl(PImpl, AC, &DL, DT).getValueInBlock(V, BB, CxtI); in getConstantRange() 1743 getImpl(PImpl, AC, &DL, DT).getValueOnEdge(V, FromBB, ToBB, CxtI); in getConstantOnEdge() 1762 getImpl(PImpl, AC, &DL, DT).getValueOnEdge(V, FromBB, ToBB, CxtI); in getConstantRangeOnEdge() 1848 getImpl(PImpl, AC, &DL, DT).getValueOnEdge(V, FromBB, ToBB, CxtI); in getPredicateOnEdge() 1868 ValueLatticeElement Result = getImpl(PImpl, AC, &DL, DT).getValueAt(V, CxtI); in getPredicateAt() 1958 getImpl(PImpl, AC, &DL, DT).threadEdge(PredBB, OldSucc, NewSucc); in threadEdge() [all …]
|