Home
last modified time | relevance | path

Searched refs:readInt (Results 1 – 25 of 53) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramExecutable.cpp289 mAttributesTypeMask = gl::ComponentTypeMask(stream->readInt<uint32_t>()); in load()
290 mAttributesMask = gl::AttributesMask(stream->readInt<uint32_t>()); in load()
291 mActiveAttribLocationsMask = gl::AttributesMask(stream->readInt<uint32_t>()); in load()
292 mMaxActiveAttribLocation = stream->readInt<unsigned int>(); in load()
294 unsigned int fragmentInoutRangeLow = stream->readInt<uint32_t>(); in load()
295 unsigned int fragmentInoutRangeHigh = stream->readInt<uint32_t>(); in load()
298 mLinkedShaderStages = ShaderBitSet(stream->readInt<uint8_t>()); in load()
308 mGeometryShaderInvocations = stream->readInt<int>(); in load()
309 mGeometryShaderMaxVertices = stream->readInt<int>(); in load()
311 mTessControlShaderVertices = stream->readInt<int>(); in load()
[all …]
DBinaryStream.h44 IntT readInt() in readInt() function
55 void readInt(IntT *outValue) in readInt() function
57 *outValue = readInt<IntT>(); in readInt()
63 size_t size = readInt<size_t>(); in readIntVector()
66 param->push_back(readInt<IntT>()); in readIntVector()
74 return static_cast<EnumT>(readInt<UnderlyingType>()); in readEnum()
104 readInt(&length); in readString()
DProgram.cpp729 var->binding = stream->readInt<int>(); in LoadShaderVariableBuffer()
730 var->dataSize = stream->readInt<unsigned int>(); in LoadShaderVariableBuffer()
737 size_t numMembers = stream->readInt<size_t>(); in LoadShaderVariableBuffer()
740 var->memberIndexes.push_back(stream->readInt<unsigned int>()); in LoadShaderVariableBuffer()
762 var->bufferIndex = stream->readInt<int>(); in LoadBufferVariable()
764 var->topLevelArraySize = stream->readInt<int>(); in LoadBufferVariable()
787 block->arrayElement = stream->readInt<unsigned int>(); in LoadInterfaceBlock()
817 block->arraySize = stream->readInt<unsigned int>(); in LoadShInterfaceBlock()
820 block->binding = stream->readInt<int>(); in LoadShInterfaceBlock()
825 block->fields.resize(stream->readInt<size_t>()); in LoadShInterfaceBlock()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DGCOV.cpp38 if (!Buffer.readInt(Checksum)) in readGCNO()
68 if (!Buffer.readInt(GCDAChecksum)) in readGCDA()
86 if (!Buffer.readInt(Length)) in readGCDA()
88 if (!Buffer.readInt(Dummy)) in readGCDA()
90 if (!Buffer.readInt(Dummy)) in readGCDA()
92 if (!Buffer.readInt(RunCount)) in readGCDA()
98 if (!Buffer.readInt(Length)) in readGCDA()
133 if (!Buff.readInt(Dummy)) in readGCNO()
135 if (!Buff.readInt(Ident)) in readGCNO()
137 if (!Buff.readInt(Checksum)) in readGCNO()
[all …]
DSampleProfReader.cpp971 if (!GcovBuffer.readInt(dummy)) in skipNextWord()
979 if (GcovBuffer.readInt(Val) && Val <= std::numeric_limits<T>::max()) in readNumber()
1022 if (!GcovBuffer.readInt(Tag)) in readSectionTag()
1039 if (!GcovBuffer.readInt(Size)) in readNameTable()
1057 if (!GcovBuffer.readInt(NumFunctions)) in readFunctionProfiles()
1077 if (!GcovBuffer.readInt(NameIdx)) in readOneFunctionProfile()
1083 if (!GcovBuffer.readInt(NumPosCounts)) in readOneFunctionProfile()
1087 if (!GcovBuffer.readInt(NumCallsites)) in readOneFunctionProfile()
1116 if (!GcovBuffer.readInt(Offset)) in readOneFunctionProfile()
1120 if (!GcovBuffer.readInt(NumTargets)) in readOneFunctionProfile()
[all …]
/third_party/skia/src/core/
DSkPicturePlayback.cpp56 uint32_t bits = reader.readInt(); in draw()
60 size = reader.readInt(); in draw()
120 uint32_t packed = reader->readInt(); in handleOp()
123 size_t offsetToRestore = reader->readInt(); in handleOp()
138 uint32_t packed = reader->readInt(); in handleOp()
140 size_t offsetToRestore = reader->readInt(); in handleOp()
155 uint32_t packed = reader->readInt(); in handleOp()
158 size_t offsetToRestore = reader->readInt(); in handleOp()
173 uint32_t packed = reader->readInt(); in handleOp()
176 size_t offsetToRestore = reader->readInt(); in handleOp()
[all …]
DSkPictureData.h72 int index = reader->readInt(); in read_index_base_1_or_null()
101 const int index = reader->readInt(); in getImage()
106 int index = reader->readInt(); in getPath()
DSkCanvasPriv.cpp43 lattice->fXCount = buffer.readInt(); in ReadLattice()
45 lattice->fYCount = buffer.readInt(); in ReadLattice()
47 int flagCount = buffer.readInt(); in ReadLattice()
DSkReadBuffer.cpp87 int32_t SkReadBuffer::readInt() { in readInt() function in SkReadBuffer
108 return this->readInt(); in readUInt()
112 return this->readInt(); in read32()
DSkVertices.cpp305 const int vertexCount = safe.checkGE(buffer.readInt(), 0); in Decode()
306 const int indexCount = safe.checkGE(buffer.readInt(), 0); in Decode()
307 const int attrCount = hasCustomData ? safe.checkGE(buffer.readInt(), 0) : 0; in Decode()
/third_party/libphonenumber/java/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
DFlyweightMapStorage.java113 prefixSizeInBytes = objectInput.readInt(); in readExternal()
114 descIndexSizeInBytes = objectInput.readInt(); in readExternal()
117 int sizeOfLengths = objectInput.readInt(); in readExternal()
120 possibleLengths.add(objectInput.readInt()); in readExternal()
124 int descriptionPoolSize = objectInput.readInt(); in readExternal()
141 numOfEntries = objectInput.readInt(); in readEntries()
205 outputBuffer.putInt(wordIndex, objectInput.readInt()); in readExternalWord()
DDefaultMapStorage.java63 numOfEntries = objectInput.readInt(); in readExternal()
71 phoneNumberPrefixes[i] = objectInput.readInt(); in readExternal()
74 int sizeOfLengths = objectInput.readInt(); in readExternal()
77 possibleLengths.add(objectInput.readInt()); in readExternal()
DMappingFileProvider.java87 numOfEntries = objectInput.readInt(); in readExternal()
95 countryCallingCodes[i] = objectInput.readInt(); in readExternal()
96 int numOfLangs = objectInput.readInt(); in readExternal()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DProgramD3D.cpp971 int compileFlags = stream->readInt<int>(); in load()
980 stream->readInt(&index); in load()
985 size_t samplerCount = stream->readInt<size_t>(); in load()
990 stream->readInt(&sampler.logicalTextureUnit); in load()
996 stream->readInt(&samplerRangeLow); in load()
997 stream->readInt(&samplerRangeHigh); in load()
1001 size_t csImageCount = stream->readInt<size_t>(); in load()
1006 stream->readInt(&image.logicalImageUnit); in load()
1010 size_t csReadonlyImageCount = stream->readInt<size_t>(); in load()
1015 stream->readInt(&image.logicalImageUnit); in load()
[all …]
/third_party/skia/third_party/externals/brotli/research/
Ddictionary_generator.cc28 static size_t readInt(const char* str) { in readInt() function
212 blockSize = readInt(arg2); in main()
219 sliceLen = readInt(arg2); in main()
226 targetSize = readInt(arg2); in main()
233 minimumPopulation = readInt(arg2); in main()
240 chunkLen = readInt(arg2); in main()
247 overlapLen = readInt(arg2); in main()
/third_party/pulseaudio/sonic/
Dwave.c116 static int readInt( in readInt() function
196 data = readInt(file); /* 04 - how big is the rest of this file? */ in readHeader()
199 int chunkSize = readInt(file); /* 16 or 18 - size of this chunk */ in readHeader()
210 file->sampleRate = readInt(file); /* 24 - samples per second (numbers per second) */ in readHeader()
211 readInt(file); /* 28 - bytes per second */ in readHeader()
222 readInt(file); /* 40 - how big is this data chunk */ in readHeader()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DMsgPackReader.cpp48 return readInt<int8_t>(Obj); in read()
51 return readInt<int16_t>(Obj); in read()
54 return readInt<int32_t>(Obj); in read()
57 return readInt<int64_t>(Obj); in read()
191 template <class T> Expected<bool> Reader::readInt(Object &Obj) { in readInt() function in Reader
/third_party/skia/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm421 int vertexAttributeCount = reader->readInt();
424 mtlAttribute.format = (MTLVertexFormat) reader->readInt();
438 int instanceAttributeCount = reader->readInt();
441 mtlAttribute.format = (MTLVertexFormat) reader->readInt();
460 mtlColorAttachment.pixelFormat = (MTLPixelFormat) reader->readInt();
463 mtlColorAttachment.sourceRGBBlendFactor = (MTLBlendFactor) reader->readInt();
464 mtlColorAttachment.destinationRGBBlendFactor = (MTLBlendFactor) reader->readInt();
465 mtlColorAttachment.rgbBlendOperation = (MTLBlendOperation) reader->readInt();
466 mtlColorAttachment.sourceAlphaBlendFactor = (MTLBlendFactor) reader->readInt();
467 mtlColorAttachment.destinationAlphaBlendFactor = (MTLBlendFactor) reader->readInt();
[all …]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/
DDigitSequenceMatcher.java78 int readInt(); in readInt() method
177 @Override public int readInt() { in readInt() method in DigitSequenceMatcher.ByteArrayMatcher.ByteArrayData
244 @Override public int readInt() { in readInt() method in DigitSequenceMatcher.StringMatcher.StringData
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.cpp30 xfb->buffer = stream->readInt<uint32_t>(); in LoadShaderInterfaceVariableXfbInfo()
31 xfb->offset = stream->readInt<uint32_t>(); in LoadShaderInterfaceVariableXfbInfo()
32 xfb->stride = stream->readInt<uint32_t>(); in LoadShaderInterfaceVariableXfbInfo()
33 xfb->arraySize = stream->readInt<uint32_t>(); in LoadShaderInterfaceVariableXfbInfo()
34 xfb->columnCount = stream->readInt<uint32_t>(); in LoadShaderInterfaceVariableXfbInfo()
35 xfb->rowCount = stream->readInt<uint32_t>(); in LoadShaderInterfaceVariableXfbInfo()
36 xfb->arrayIndex = stream->readInt<uint32_t>(); in LoadShaderInterfaceVariableXfbInfo()
37 xfb->componentType = stream->readInt<uint32_t>(); in LoadShaderInterfaceVariableXfbInfo()
38 xfb->arrayElements.resize(stream->readInt<size_t>()); in LoadShaderInterfaceVariableXfbInfo()
314 size_t variableInfoMapSize = stream->readInt<size_t>(); in load()
[all …]
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhonemetadata.java184 int leadingDigitsPatternSize = objectInput.readInt(); in readExternal()
337 int possibleLengthSize = objectInput.readInt(); in readExternal()
339 possibleLength_.add(objectInput.readInt()); in readExternal()
342 int possibleLengthLocalOnlySize = objectInput.readInt(); in readExternal()
344 possibleLengthLocalOnly_.add(objectInput.readInt()); in readExternal()
1077 setCountryCode(objectInput.readInt()); in readExternal()
1107 int nationalFormatSize = objectInput.readInt(); in readExternal()
1114 int intlNumberFormatSize = objectInput.readInt(); in readExternal()
1175 int size = objectInput.readInt(); in readExternal()
/third_party/skia/src/effects/
DSkLayerDrawLooper.cpp217 int count = buffer.readInt(); in CreateProc()
228 (void)buffer.readInt(); in CreateProc()
230 info.fPaintBits = buffer.readInt(); in CreateProc()
231 info.fColorMode = (SkBlendMode)buffer.readInt(); in CreateProc()
/third_party/skia/src/gpu/
DGrPersistentCacheUtils.cpp71 int version = reader->readInt(); in GetType()
104 meta->fAttributeNames.resize(reader->readInt()); in UnpackCachedShaders()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DGCOV.h199 bool readInt(uint32_t &Val) { in readInt() function
212 if (!readInt(Lo) || !readInt(Hi)) in readInt64()
223 if (!readInt(Len)) in readString()
/third_party/skia/src/effects/imagefilters/
DSkMatrixConvolutionImageFilter.cpp187 kernelSize.fWidth = buffer.readInt(); in CreateProc()
188 kernelSize.fHeight = buffer.readInt(); in CreateProc()
205 kernelOffset.fX = buffer.readInt(); in CreateProc()
206 kernelOffset.fY = buffer.readInt(); in CreateProc()

123