/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
H A D | BTFDebug.h | 47 virtual uint32_t getSize() { return BTF::CommonTypeSize; } in getSize() function in llvm::BTFTypeBase 87 uint32_t getSize() { return BTFTypeBase::getSize() + sizeof(uint32_t); } in getSize() function in llvm::BTFTypeInt 99 uint32_t getSize() { in getSize() function in llvm::BTFTypeEnum 100 return BTFTypeBase::getSize() + EnumValues.size() * BTF::BTFEnumSize; in getSize() 112 uint32_t getSize() { return BTFTypeBase::getSize() + BTF::BTFArraySize; } in getSize() function in llvm::BTFTypeArray 126 uint32_t getSize() { in getSize() function in llvm::BTFTypeStruct 127 return BTFTypeBase::getSize() + Members.size() * BTF::BTFMemberSize; in getSize() 143 uint32_t getSize() { in getSize() function in llvm::BTFTypeFuncProto 156 uint32_t getSize() { return BTFTypeBase::getSize(); } getSize() function in llvm::BTFTypeFunc 168 uint32_t getSize() { return BTFTypeBase::getSize() + 4; } getSize() function in llvm::BTFKindVar 181 uint32_t getSize() { getSize() function in llvm::BTFKindDataSec 205 uint32_t getSize() { return Size; } getSize() function in llvm::BTFStringTable [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | MachOUniversal.cpp | 150 bigSize += A.getSize(); in MachOUniversalBinary() 194 A.getOffset() < B.getOffset() + B.getSize()) || in MachOUniversalBinary() 195 (A.getOffset() + A.getSize() > B.getOffset() && in MachOUniversalBinary() 196 A.getOffset() + A.getSize() < B.getOffset() + B.getSize()) || in MachOUniversalBinary() 198 A.getOffset() + A.getSize() >= B.getOffset() + B.getSize())) { in MachOUniversalBinary() 202 Twine(A.getSize()) + ", overlaps cputype (" + Twine(B.getCPUType()) + in MachOUniversalBinary() 205 + Twine(B.getSize())); in MachOUniversalBinary()
|
/third_party/qrcodegen/cpp/ |
H A D | QrCodeGeneratorDemo.cpp | 197 if (border > INT_MAX / 2 || border * 2 > INT_MAX - qr.getSize()) in toSvgString() 204 sb << (qr.getSize() + border * 2) << " " << (qr.getSize() + border * 2) << "\" stroke=\"none\">\n"; in toSvgString() 207 for (int y = 0; y < qr.getSize(); y++) { in toSvgString() 208 for (int x = 0; x < qr.getSize(); x++) { in toSvgString() 225 for (int y = -border; y < qr.getSize() + border; y++) { in printQr() 226 for (int x = -border; x < qr.getSize() + border; x++) { in printQr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | ArrayRecycler.h | 49 __asan_unpoison_memory_region(Entry, Capacity::get(Idx).getSize()); in pop() 51 __msan_allocated_memory(Entry, Capacity::get(Idx).getSize()); in pop() 63 __asan_poison_memory_region(Ptr, Capacity::get(Idx).getSize()); in push() 84 size_t getSize() const { return size_t(1u) << Index; } in getSize() function in llvm::ArrayRecycler::Capacity 130 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align)); in allocate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemYCbCrConversionTests.cpp | 402 ? imageData.getSize().x() / formatDesc.planes[planeNdx].widthDivisor in uploadYCbCrImage() 403 : imageData.getSize().x(); in uploadYCbCrImage() 405 ? imageData.getSize().y() / formatDesc.planes[planeNdx].heightDivisor in uploadYCbCrImage() 406 : imageData.getSize().y(); in uploadYCbCrImage() 1032 for (int y = 0; y < rChannelAccess.getSize().y(); y++) in generateYCbCrImage() 1033 for (int x = 0; x < rChannelAccess.getSize().x(); x++) in generateYCbCrImage() 1034 rChannelAccess.setChannel(tcu::IVec3(x, y, 0), (float)x / (float)rChannelAccess.getSize().x()); in generateYCbCrImage() 1039 for (int y = 0; y < gChannelAccess.getSize().y(); y++) in generateYCbCrImage() 1040 for (int x = 0; x < gChannelAccess.getSize().x(); x++) in generateYCbCrImage() 1041 gChannelAccess.setChannel(tcu::IVec3(x, y, 0), (float)y / (float)gChannelAccess.getSize() in generateYCbCrImage() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A D | vktProtectedMemYCbCrConversionTests.cpp | 402 ? imageData.getSize().x() / formatDesc.planes[planeNdx].widthDivisor in uploadYCbCrImage() 403 : imageData.getSize().x(); in uploadYCbCrImage() 405 ? imageData.getSize().y() / formatDesc.planes[planeNdx].heightDivisor in uploadYCbCrImage() 406 : imageData.getSize().y(); in uploadYCbCrImage() 1032 for (int y = 0; y < rChannelAccess.getSize().y(); y++) in generateYCbCrImage() 1033 for (int x = 0; x < rChannelAccess.getSize().x(); x++) in generateYCbCrImage() 1034 rChannelAccess.setChannel(tcu::IVec3(x, y, 0), (float)x / (float)rChannelAccess.getSize().x()); in generateYCbCrImage() 1039 for (int y = 0; y < gChannelAccess.getSize().y(); y++) in generateYCbCrImage() 1040 for (int x = 0; x < gChannelAccess.getSize().x(); x++) in generateYCbCrImage() 1041 gChannelAccess.setChannel(tcu::IVec3(x, y, 0), (float)y / (float)gChannelAccess.getSize() in generateYCbCrImage() [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ssa.cpp | 77 count(cfg->getSize()) in DominatorTree() 224 BitSet usedBeforeAssigned(allLValues.getSize(), true); in buildLiveSetsPreSSA() 225 BitSet assigned(allLValues.getSize(), true); in buildLiveSetsPreSSA() 227 bb->liveSet.allocate(allLValues.getSize(), false); in buildLiveSetsPreSSA() 268 bb->defSet.allocate(allLValues.getSize(), !bb->liveSet.marker); in buildDefSetsPreSSA() 337 int *hasAlready = new int[allBBlocks.getSize() * 2]; in convertToSSA() 338 int *work = &hasAlready[allBBlocks.getSize()]; in convertToSSA() 340 memset(hasAlready, 0, allBBlocks.getSize() * 2 * sizeof(int)); in convertToSSA() 343 for (var = 0; var < allLValues.getSize(); ++var) { in convertToSSA() 407 stack = new Stack[func->allLValues.getSize()]; in RenamePass() [all...] |
H A D | nv50_ir_graph.cpp | 203 nodes = new Graph::Node * [graph->getSize() + 1]; in DFSIterator() 206 nodes[graph->getSize()] = 0; in DFSIterator() 259 nodes = new Graph::Node * [graph->getSize() + 1]; in CFGIterator() 262 nodes[graph->getSize()] = 0; in CFGIterator() 290 while (bb.getSize() || cross.getSize()) { in search() 291 if (bb.getSize() == 0) in search()
|
/third_party/skia/gm/ |
H A D | aaxfermodes.cpp | 123 kSubtitleSpacing / 2 + fLabelFont.getSize() / 3, fLabelFont, SkPaint(), in draw_pass() 127 kPaintSpacing, kSubtitleSpacing / 2 + fLabelFont.getSize() / 3, in draw_pass() 191 titleFont.setSize(9 * titleFont.getSize() / 8); 195 kTitleSpacing / 2 + titleFont.getSize() / 3, titleFont, SkPaint(), 199 kTitleSpacing / 2 + titleFont.getSize() / 3, titleFont, SkPaint(), 209 fLabelFont.getSize() / 4, fLabelFont, SkPaint(), in drawModeName()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | FramebufferAttachment.cpp | 145 return getSize().empty() ? 0 : getFormat().info->redBits; in getRedSize() 150 return getSize().empty() ? 0 : getFormat().info->greenBits; in getGreenSize() 155 return getSize().empty() ? 0 : getFormat().info->blueBits; in getBlueSize() 160 return getSize().empty() ? 0 : getFormat().info->alphaBits; in getAlphaSize() 165 return getSize().empty() ? 0 : getFormat().info->depthBits; in getDepthSize() 170 return getSize().empty() ? 0 : getFormat().info->stencilBits; in getStencilSize()
|
/third_party/skia/tools/sk_app/ |
H A D | CommandSet.cpp | 137 y += font.getSize(); in drawHelp() 145 y += font.getSize(); in drawHelp() 148 y += groupFont.getSize() + 2; in drawHelp() 156 y += font.getSize() + 2; in drawHelp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | AliasSetTracker.cpp | 71 if (AA.alias(MemoryLocation(L->getValue(), L->getSize(), L->getAAInfo()), in mergeSetIn() 72 MemoryLocation(R->getValue(), R->getSize(), R->getAAInfo())) != in mergeSetIn() 147 MemoryLocation(P->getValue(), P->getSize(), P->getAAInfo()), in addPointer() 212 return AA.alias(MemoryLocation(SomePtr->getValue(), SomePtr->getSize(), in aliasesPointer() 222 MemoryLocation(I.getPointer(), I.getSize(), I.getAAInfo()))) in aliasesPointer() 258 Inst, MemoryLocation(I.getPointer(), I.getSize(), I.getAAInfo())))) in aliasesUnknownInst() 540 MemoryLocation(ASI.getPointer(), ASI.getSize(), ASI.getAAInfo()), in add() 601 AS->addPointer(*this, Entry, I->second->getSize(), I->second->getAAInfo(), in copyValue() 678 if (I.getSize() == LocationSize::unknown()) in print() 681 OS << ", " << I.getSize() << ")"; in print() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | BufferD3D.cpp | 124 ASSERT(getSize() < std::numeric_limits<size_t>::max() / 4u); in getStaticVertexBuffer() 125 size_t sizeThreshold = std::max(getSize() * 4u, static_cast<size_t>(0x1000u)); in getStaticVertexBuffer() 170 if (mUnmodifiedDataUse > 3 * getSize()) in promoteStaticUsage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonStoreWidening.cpp | 175 MemoryLocation L(MMO.getValue(), MMO.getSize(), MMO.getAAInfo()); in instrAliased() 182 MemoryLocation SL(SMO.getValue(), SMO.getSize(), SMO.getAAInfo()); in instrAliased() 295 return (Off1 >= 0) ? Off1+S1MO.getSize() == unsigned(Off2) in storesAreAdjacent() 296 : int(Off1+S1MO.getSize()) == Off2; in storesAreAdjacent() 318 unsigned SizeAccum = FirstMMO.getSize(); in selectStores() 360 unsigned S2Size = getStoreTarget(S2).getSize(); in selectStores() 409 unsigned NBits = MMO.getSize()*8; in createWideStores()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ICUResourceBundleImpl.java | 140 public int getSize() { in getSize() method in ICUResourceBundleImpl.ResourceContainer 141 return value.getSize(); in getSize() 182 int length = value.getSize(); in handleGetStringArray() 226 for (int i = 0; i < table.getSize(); ++i) { in handleKeySet() 267 int length = array.getSize(); in handleGetObject()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ICUResourceBundleImpl.java | 141 public int getSize() { in getSize() method in ICUResourceBundleImpl.ResourceContainer 142 return value.getSize(); in getSize() 183 int length = value.getSize(); in handleGetStringArray() 227 for (int i = 0; i < table.getSize(); ++i) { in handleKeySet() 268 int length = array.getSize(); in handleGetObject()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Buffer11.cpp | 115 size_t getSize() const { return mBufferSize; } in getSize() function in rx::Buffer11::BufferStorage 399 ASSERT(systemMemoryStorage->getSize() >= mSize); in getData() 458 if (writeBuffer->getSize() < requiredSize) in setSubData() 793 allocationSize += staging ? staging->getSize() : 0; in getTotalCPUBufferMemoryBytes() 796 allocationSize += sysMem ? sysMem->getSize() : 0; in getTotalCPUBufferMemoryBytes() 817 if (newStorage->getSize() < mSize) in getBufferStorage() 875 if (newStorage->getSize() < static_cast<size_t>(size)) in getConstantBufferRangeStorage() 877 size_t maximumAllowedAdditionalSize = 2 * getSize(); in getConstantBufferRangeStorage() 879 size_t sizeDelta = size - newStorage->getSize(); in getConstantBufferRangeStorage() 891 ASSERT(mConstantBufferStorageAdditionalSize >= iter->second.storage->getSize()); in getConstantBufferRangeStorage() 1057 size_t Buffer11::getSize() const getSize() function in rx::Buffer11 [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrConversionTests.cpp | 808 for (int y = 0; y < rChannelAccess.getSize().y(); y++) in textureConversionTest() 809 for (int x = 0; x < rChannelAccess.getSize().x(); x++) in textureConversionTest() 810 rChannelAccess.setChannel(IVec3(x, y, 0), (float)x / (float)rChannelAccess.getSize().x()); in textureConversionTest() 815 for (int y = 0; y < gChannelAccess.getSize().y(); y++) in textureConversionTest() 816 for (int x = 0; x < gChannelAccess.getSize().x(); x++) in textureConversionTest() 817 gChannelAccess.setChannel(IVec3(x, y, 0), (float)y / (float)gChannelAccess.getSize().y()); in textureConversionTest() 822 for (int y = 0; y < bChannelAccess.getSize().y(); y++) in textureConversionTest() 823 for (int x = 0; x < bChannelAccess.getSize().x(); x++) in textureConversionTest() 824 bChannelAccess.setChannel(IVec3(x, y, 0), (float)(x + y) / (float)(bChannelAccess.getSize().x() + bChannelAccess.getSize() in textureConversionTest() [all...] |
H A D | vktYCbCrUtil.cpp | 403 const VkExtent3D imageExtent = makeExtent3D(imageData.getSize().x(), imageData.getSize().y(), 1u); in uploadImage() 502 const deUint32 planeH = imageData.getSize().y() / formatDesc.planes[planeNdx].heightDivisor; in fillImageMemory() 618 const VkExtent3D imageExtent = makeExtent3D(imageData->getSize().x(), imageData->getSize().y(), 1u); in downloadImage() 722 const deUint32 planeH = imageData->getSize().y() / formatDesc.planes[planeNdx].heightDivisor; in readImageMemory() 1504 tcu::IVec3(wrap(addressModeU, coord.x(), access.getSize().x()), wrap(addressModeV, coord.y(), access.getSize().y()), 0)); 1701 const bool subsampledX = gAccess.getSize().x() > rAccess.getSize() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrConversionTests.cpp | 735 for (int y = 0; y < rChannelAccess.getSize().y(); y++) in textureConversionTest() 736 for (int x = 0; x < rChannelAccess.getSize().x(); x++) in textureConversionTest() 737 rChannelAccess.setChannel(IVec3(x, y, 0), (float)x / (float)rChannelAccess.getSize().x()); in textureConversionTest() 742 for (int y = 0; y < gChannelAccess.getSize().y(); y++) in textureConversionTest() 743 for (int x = 0; x < gChannelAccess.getSize().x(); x++) in textureConversionTest() 744 gChannelAccess.setChannel(IVec3(x, y, 0), (float)y / (float)gChannelAccess.getSize().y()); in textureConversionTest() 749 for (int y = 0; y < bChannelAccess.getSize().y(); y++) in textureConversionTest() 750 for (int x = 0; x < bChannelAccess.getSize().x(); x++) in textureConversionTest() 751 bChannelAccess.setChannel(IVec3(x, y, 0), (float)(x + y) / (float)(bChannelAccess.getSize().x() + bChannelAccess.getSize() in textureConversionTest() [all...] |
H A D | vktYCbCrUtil.cpp | 403 const VkExtent3D imageExtent = makeExtent3D(imageData.getSize().x(), imageData.getSize().y(), 1u); in uploadImage() 502 const deUint32 planeH = imageData.getSize().y() / formatDesc.planes[planeNdx].heightDivisor; in fillImageMemory() 617 const VkExtent3D imageExtent = makeExtent3D(imageData->getSize().x(), imageData->getSize().y(), 1u); in downloadImage() 721 const deUint32 planeH = imageData->getSize().y() / formatDesc.planes[planeNdx].heightDivisor; in readImageMemory() 1503 tcu::IVec3(wrap(addressModeU, coord.x(), access.getSize().x()), wrap(addressModeV, coord.y(), access.getSize().y()), 0)); 1700 const bool subsampledX = gAccess.getSize().x() > rAccess.getSize() [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuResource.hpp | 51 virtual int getSize (void) const = 0; 115 int getSize (void) const;
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | Region.java | 236 for ( int i = 0 ; i < territoryAlias.getSize(); i++ ) { in loadRegionData() 271 for ( int i = 0 ; i < codeMappings.getSize(); i++ ) { in loadRegionData() 324 for ( int i = 0 ; i < territoryContainment.getSize(); i++ ) { in loadRegionData() 333 for ( int j = 0 ; j < mapping.getSize(); j++ ) { in loadRegionData() 352 for ( int i = 0 ; i < groupingContainment.getSize(); i++ ) { in loadRegionData() 356 for ( int j = 0 ; j < mapping.getSize(); j++ ) { in loadRegionData()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectCreateTests.cpp | 111 vert.getSize(), // size_t codeSize; in iterate() 127 frag.getSize(), // size_t codeSize; in iterate() 143 comp.getSize(), // size_t codeSize; in iterate() 164 tesc.getSize(), // size_t codeSize; in iterate() 182 tese.getSize(), // size_t codeSize; in iterate() 204 geom.getSize(), // size_t codeSize; in iterate() 230 mesh.getSize(), // size_t codeSize; in iterate() 252 task.getSize(), // size_t codeSize; in iterate() 537 src.getSize(), // size_t codeSize; in iterate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | RegisterBank.cpp | 52 assert(getSize() >= TRI.getRegSizeInBits(SubRC) && in verify() 91 OS << "(ID:" << getID() << ", Size:" << getSize() << ")\n" in print()
|