/third_party/skia/third_party/externals/tint/fuzzers/ |
H A D | random_generator_test.cc | 142 data.resize(i); in TEST_F() 192 v.resize(i); in TEST_F()
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | namer.cc | 166 name_vector.resize(std::max(name_vector.size(), size_t(member_index + 1))); in SuggestSanitizedMemberName() 181 name_vector.resize(num_members); in ResolveMemberNamesForStruct()
|
/third_party/skia/third_party/externals/zlib/google/ |
H A D | compression_utils.cc | 82 uncompressed_output.resize(uncompressed_size); in GzipUncompress() 117 output->resize(uncompressed_size); in GzipUncompress()
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deThreadSafeRingBuffer.cpp | 62 m_lastPayload.resize(numProducers, 0); in Consumer() 63 m_payloadSum.resize(numProducers, 0); in Consumer()
|
/third_party/vk-gl-cts/framework/xexml/ |
H A D | xeXMLParser.hpp | 206 dst.resize(m_curTokenLen); in getTokenStr() 216 dst.resize(oldLen+m_curTokenLen); in appendTokenStr()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fDebugMarkerTests.cpp | 79 dst.resize(rnd.getInt(0, (int)maxLen)); in getSimpleRndString() 87 dst.resize(rnd.getInt(0, (int)maxLen)); in getComplexRndString()
|
/third_party/backends/backend/genesys/ |
H A D | image.cpp | 41 data_.resize(get_row_bytes() * height); 79 void Image::resize(std::size_t width, std::size_t height, PixelFormat format) in resize() function in genesys::Image 85 data_.resize(get_row_bytes() * height); in resize()
|
/third_party/littlefs/scripts/ |
H A D | watch.py | 76 self.resize(0) 92 def resize(self, maxlen): member in LinesIO 103 self.resize(0)
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | binary.cpp | 98 v.resize(_proc<uint32_t>(is)); in proc() 126 v.resize(_proc<uint32_t>(is)); in proc() 148 s.resize(_proc<uint32_t>(is)); in proc()
|
/third_party/rust/crates/clap/src/output/ |
H A D | usage.rs | 254 required_positionals.resize(new_len, None); 276 required_positionals.resize(new_len, None); 419 required_positionals.resize(new_len, None);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | MemoryProgramCache.cpp | 253 if (!newEntry.resize(length)) in putBinary() 271 void MemoryProgramCache::resize(size_t maxCacheSizeBytes) in resize() function in gl::MemoryProgramCache 273 mBlobCache.resize(maxCacheSizeBytes); in resize()
|
H A D | ProgramExecutable.cpp | 103 outputLocations.resize(baseLocation + elementCount); 489 mLinkedOutputVaryings[shaderType].resize(stream->readInt<size_t>()); 494 mLinkedInputVaryings[shaderType].resize(stream->readInt<size_t>()); 499 mLinkedUniforms[shaderType].resize(stream->readInt<size_t>()); 504 mLinkedUniformBlocks[shaderType].resize(stream->readInt<size_t>()); 1134 mTransformFeedbackStrides.resize(1); in updateTransformFeedbackStrides() 1144 mTransformFeedbackStrides.resize(mLinkedTransformFeedbackVaryings.size()); in updateTransformFeedbackStrides() 1229 mOutputVariableTypes.resize(location + 1, GL_NONE); in linkValidateOutputVariables() 1328 outputLocations.resize(location + 1); in linkValidateOutputVariables()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | ReachingDefAnalysis.cpp | 30 MBBReachingDefs[MBBNumber].resize(NumRegUnits); in enterBasicBlock() 142 MBBReachingDefs.resize(mf.getNumBlockIDs()); in runOnMachineFunction() 147 MBBOutRegsInfos.resize(mf.getNumBlockIDs()); in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | LazyRandomTypeCollection.cpp | 42 Records.resize(RecordCountHint); in LazyRandomTypeCollection() 67 // Clear and then resize, to make sure existing data gets destroyed. in reset() 69 Records.resize(RecordCountHint); in reset() 167 Records.resize(NewCapacity); in ensureCapacityFor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
H A D | GsymReader.cpp | 142 Swap->AddrOffsets.resize(Hdr->NumAddresses * Hdr->AddrOffSize); in parse() 174 Swap->AddrInfoOffsets.resize(Hdr->NumAddresses); in parse() 183 Swap->Files.resize(NumFiles); in parse()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCWinCOFFStreamer.cpp | 225 DF->getContents().resize(DF->getContents().size() + 2, 0); in EmitCOFFSectionIndex() 243 DF->getContents().resize(DF->getContents().size() + 4, 0); in EmitCOFFSecRel32() 262 DF->getContents().resize(DF->getContents().size() + 4, 0); in EmitCOFFImgRel32()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/ |
H A D | Scheduler.cpp | 151 PendingSet.resize(PendingSet.size() - PromotedElements); in promoteToReadySet() 188 WaitSet.resize(WaitSet.size() - RemovedElements); in promoteToPendingSet() 240 IssuedSet.resize(IssuedSet.size() - RemovedElements); in updateIssuedSet()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | BufferSubData.cpp | 102 data->resize(triDataSize); in GetNormalizedData() 120 data->resize(triDataSize); in GetIntData() 143 data->resize(triDataSize); in GetVertexData()
|
/third_party/skia/src/utils/ |
H A D | SkShaperJSONWriter.cpp | 29 fGlyphs.resize(info.glyphCount); in runBuffer() 30 fPositions.resize(info.glyphCount); in runBuffer() 31 fClusters.resize(info.glyphCount); in runBuffer()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-vector.hh | 100 resize (0); in reset() 188 if (unlikely (!resize (length + 1))) in push() 242 bool resize (int size_) in resize() function
|
/third_party/skia/modules/skparagraph/tests/ |
H A D | SkShaperJSONWriter.cpp | 36 fGlyphs.resize(info.glyphCount); in runBuffer() 37 fPositions.resize(info.glyphCount); in runBuffer() 38 fClusters.resize(info.glyphCount); in runBuffer()
|
/third_party/vk-gl-cts/modules/gles3/stress/ |
H A D | es3sOcclusionQueryTests.cpp | 172 vertices.resize(4*NUM_GENERATED_VERTICES); in iterate() 184 occluderVertices.resize(4*numOccluderIndicesPerDraw * m_numOccluderDraws); in iterate() 195 targetVertices.resize(4*numTargetIndicesPerDraw * m_numTargetDraws); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkWsiPlatform.cpp | 41 void Window::resize (const tcu::UVec2&) in resize() function in vk::wsi::Window 43 TCU_THROW(InternalError, "resize() called on window not supporting it"); in resize()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | stl_util.h | 42 // we reach into the string's private implementation and resize it without 48 s->resize(new_size); in STLStringResizeUninitialized()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fRasterizationTests.cpp | 544 m_lineWidths.resize(m_iterationCount, 1.0f); 688 m_pointSizes.resize(m_iterationCount, 1.0f); 778 outData.resize(6); 811 outPoints.resize(outData.size()); 845 outData.resize(6); 878 outTriangles.resize(2); 916 outData.resize(5); 946 outTriangles.resize(3); 985 outData.resize(5); 1015 outTriangles.resize( [all...] |