Home
last modified time | relevance | path

Searched refs:readInt (Results 1 - 25 of 45) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgramExecutable.cpp289 mAttributesTypeMask = gl::ComponentTypeMask(stream->readInt<uint32_t>());
290 mAttributesMask = gl::AttributesMask(stream->readInt<uint32_t>());
291 mActiveAttribLocationsMask = gl::AttributesMask(stream->readInt<uint32_t>());
292 mMaxActiveAttribLocation = stream->readInt<unsigned int>();
294 unsigned int fragmentInoutRangeLow = stream->readInt<uint32_t>();
295 unsigned int fragmentInoutRangeHigh = stream->readInt<uint32_t>();
298 mLinkedShaderStages = ShaderBitSet(stream->readInt<uint8_t>());
308 mGeometryShaderInvocations = stream->readInt<int>();
309 mGeometryShaderMaxVertices = stream->readInt<int>();
311 mTessControlShaderVertices = stream->readInt<in
[all...]
H A DBinaryStream.h42 // readInt will generate an error for bool types
44 IntT readInt() in readInt() function in gl::BinaryInputStream
55 void readInt(IntT *outValue) in readInt() function in gl::BinaryInputStream
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()
H A 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_ in LoadShInterfaceBlock()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A 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(Checksu in readGCNO()
[all...]
H A 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(NumTarget in readOneFunctionProfile()
[all...]
/third_party/skia/src/core/
H A 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...]
H A 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()
H A DSkCanvasPriv.cpp43 lattice->fXCount = buffer.readInt(); in ReadLattice()
45 lattice->fYCount = buffer.readInt(); in ReadLattice()
47 int flagCount = buffer.readInt(); in ReadLattice()
H A 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()
H A DSkReadBuffer.cpp87 int32_t SkReadBuffer::readInt() { in readInt() function in SkReadBuffer
108 return this->readInt(); in readUInt()
112 return this->readInt(); in read32()
/third_party/libphonenumber/java/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
H A 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()
H A 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()
H A 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/brotli/research/
H A 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/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DProgramD3D.cpp971 int compileFlags = stream->readInt<int>();
980 stream->readInt(&index);
985 size_t samplerCount = stream->readInt<size_t>();
990 stream->readInt(&sampler.logicalTextureUnit);
996 stream->readInt(&samplerRangeLow);
997 stream->readInt(&samplerRangeHigh);
1001 size_t csImageCount = stream->readInt<size_t>();
1006 stream->readInt(&image.logicalImageUnit);
1010 size_t csReadonlyImageCount = stream->readInt<size_t>();
1015 stream->readInt(
[all...]
/third_party/pulseaudio/sonic/
H A 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/
H A 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/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/
H A 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/
H A 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_ in load()
[all...]
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A 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/
H A 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/
H A 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/
H A DGCOV.h199 bool readInt(uint32_t &Val) { in readInt() function in llvm::GCOVBuffer
212 if (!readInt(Lo) || !readInt(Hi)) in readInt64()
223 if (!readInt(Len)) in readString()
/third_party/skia/src/effects/imagefilters/
H A 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h136 template <class T> Expected<bool> readInt(Object &Obj);

Completed in 22 milliseconds

12