/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLKernel.cpp | 27 const void *copyValue = nullptr; in getInfo() local 33 copyValue = mInfo.functionName.c_str(); in getInfo() 37 copyValue = &mInfo.numArgs; in getInfo() 42 copyValue = &valUInt; in getInfo() 47 copyValue = &valPointer; in getInfo() 52 copyValue = &valPointer; in getInfo() 56 copyValue = mInfo.attributes.c_str(); in getInfo() 71 if (copyValue != nullptr) in getInfo() 73 std::memcpy(value, copyValue, copySize); in getInfo() 104 const void *copyValue in getWorkGroupInfo() local 164 const void *copyValue = nullptr; getArgInfo() local [all...] |
H A D | CLDevice.cpp | 41 const void *copyValue = nullptr; in getInfo() local 102 copyValue = &valUInt; in getInfo() 122 copyValue = &valULong; in getInfo() 135 copyValue = &valSizeT; in getInfo() 153 copyValue = valString.data(); in getInfo() 158 copyValue = &mInfo.type; in getInfo() 163 copyValue = &valUInt; in getInfo() 167 copyValue = mInfo.maxWorkItemSizes.data(); in getInfo() 172 copyValue = &mInfo.maxMemAllocSize; in getInfo() 176 copyValue in getInfo() [all...] |
H A D | CLImage.cpp | 38 const void *copyValue = nullptr; in getInfo() local 44 copyValue = &mFormat; in getInfo() 49 copyValue = &valSizeT; in getInfo() 53 copyValue = &mDesc.rowPitch; in getInfo() 57 copyValue = &mDesc.slicePitch; in getInfo() 61 copyValue = &mDesc.width; in getInfo() 65 copyValue = &mDesc.height; in getInfo() 69 copyValue = &mDesc.depth; in getInfo() 73 copyValue = &mDesc.arraySize; in getInfo() 78 copyValue in getInfo() [all...] |
H A D | CLSampler.cpp | 25 const void *copyValue = nullptr; in getInfo() local 32 copyValue = &valUInt; in getInfo() 37 copyValue = &valPointer; in getInfo() 41 copyValue = &mNormalizedCoords; in getInfo() 46 copyValue = &valUInt; in getInfo() 51 copyValue = &valUInt; in getInfo() 55 copyValue = mProperties.data(); in getInfo() 70 if (copyValue != nullptr) in getInfo() 72 std::memcpy(value, copyValue, copySize); in getInfo()
|
H A D | CLMemory.cpp | 60 const void *copyValue = nullptr; in getInfo() local 67 copyValue = &valUInt; in getInfo() 71 copyValue = &mFlags; in getInfo() 75 copyValue = &mSize; in getInfo() 79 copyValue = &mHostPtr; in getInfo() 84 copyValue = &valUInt; in getInfo() 89 copyValue = &valUInt; in getInfo() 94 copyValue = &valPointer; in getInfo() 99 copyValue = &valPointer; in getInfo() 103 copyValue in getInfo() [all...] |
H A D | CLEvent.cpp | 33 const void *copyValue = nullptr; in getInfo() local 40 copyValue = &valPointer; in getInfo() 44 copyValue = &mCommandType; in getInfo() 49 copyValue = &valUInt; in getInfo() 59 copyValue = &execStatus; in getInfo() 65 copyValue = &valPointer; in getInfo() 80 if (copyValue != nullptr) in getInfo() 82 std::memcpy(value, copyValue, copySize); in getInfo()
|
H A D | CLPlatform.cpp | 115 const void *copyValue = nullptr; in getInfo() local 121 copyValue = mInfo.profile.c_str(); in getInfo() 125 copyValue = mInfo.versionStr.c_str(); in getInfo() 129 copyValue = &mInfo.version; in getInfo() 133 copyValue = mInfo.name.c_str(); in getInfo() 137 copyValue = kVendor; in getInfo() 141 copyValue = mInfo.extensions.c_str(); in getInfo() 145 copyValue = mInfo.extensionsWithVersion.data(); in getInfo() 150 copyValue = &mInfo.hostTimerRes; in getInfo() 154 copyValue in getInfo() [all...] |
H A D | CLProgram.cpp | 78 const void *copyValue = nullptr; in getInfo() local 85 copyValue = &valUInt; in getInfo() 90 copyValue = &valPointer; in getInfo() 95 copyValue = &valUInt; in getInfo() 104 copyValue = devices.data(); in getInfo() 108 copyValue = mSource.c_str(); in getInfo() 112 copyValue = mIL.c_str(); in getInfo() 134 if (copyValue != nullptr) in getInfo() 136 std::memcpy(value, copyValue, copySize); in getInfo()
|
H A D | CLContext.cpp | 27 const void *copyValue = nullptr; in getInfo() local 34 copyValue = &valUInt; in getInfo() 39 copyValue = &valUInt; in getInfo() 48 copyValue = devices.data(); in getInfo() 52 copyValue = mProperties.data(); in getInfo() 68 if (copyValue != nullptr) in getInfo() 70 std::memcpy(value, copyValue, copySize); in getInfo()
|
H A D | CLCommandQueue.cpp | 49 const void *copyValue = nullptr; in getInfo() local 56 copyValue = &valPointer; in getInfo() 61 copyValue = &valPointer; in getInfo() 66 copyValue = &valUInt; in getInfo() 71 copyValue = &properties; in getInfo() 75 copyValue = mPropArray.data(); in getInfo() 79 copyValue = &mSize; in getInfo() 84 copyValue = &valPointer; in getInfo() 99 if (copyValue != nullptr) in getInfo() 101 std::memcpy(value, copyValue, copySiz in getInfo() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 171 unsigned copyValue(unsigned Reg); 451 return copyValue(Reg); in zeroExtendToI32() 457 return copyValue(Reg); in zeroExtendToI32() 487 return copyValue(Reg); in signExtendToI32() 517 return copyValue(Reg); in zeroExtend() 539 return copyValue(Reg); in signExtend() 589 unsigned WebAssemblyFastISel::copyValue(unsigned Reg) { in copyValue() function in WebAssemblyFastISel
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | AliasSetTracker.cpp | 582 // copyValue - This method should be used whenever a preexisting value in the 587 void AliasSetTracker::copyValue(Value *From, Value *To) { in copyValue() function in AliasSetTracker 725 AST->copyValue(getValPtr(), V); in allUsesReplacedWith()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorCopyTests.cpp | 104 virtual void copyValue (const Descriptor& src, deUint32 srcElement, deUint32 dstElement, deUint32 numElements); 308 void copyValue (const Descriptor& src, deUint32 srcElement, deUint32 dstElement, deUint32 numElements); 487 void Descriptor::copyValue (const Descriptor& src, 1177 void InputAttachmentDescriptor::copyValue (const Descriptor& src, 1182 Descriptor::copyValue(src, srcElement, dstElement, numElements); 1473 m_descriptorSets[descriptorCopy.dstSet]->getBindings()[descriptorCopy.dstBinding]->copyValue(*m_descriptorSets[descriptorCopy.srcSet]->getBindings()[descriptorCopy.srcBinding], srcArrayElement, dstArrayElement, descriptorCount);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorCopyTests.cpp | 104 virtual void copyValue (const Descriptor& src, deUint32 srcElement, deUint32 dstElement, deUint32 numElements); 308 void copyValue (const Descriptor& src, deUint32 srcElement, deUint32 dstElement, deUint32 numElements); 487 void Descriptor::copyValue (const Descriptor& src, 1177 void InputAttachmentDescriptor::copyValue (const Descriptor& src, 1182 Descriptor::copyValue(src, srcElement, dstElement, numElements); 1473 m_descriptorSets[descriptorCopy.dstSet]->getBindings()[descriptorCopy.dstBinding]->copyValue(*m_descriptorSets[descriptorCopy.srcSet]->getBindings()[descriptorCopy.srcBinding], srcArrayElement, dstArrayElement, descriptorCount);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | AliasSetTracker.h | 413 void copyValue(Value *From, Value *To);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LICM.cpp | 839 CurAST->copyValue(&I, C); in hoistRegion() 1840 AST.copyValue(LI, V); 2228 ASTIt->second->copyValue(From, To); in cloneBasicBlockAnalysis()
|