Home
last modified time | relevance | path

Searched refs:resize (Results 201 - 225 of 1801) sorted by relevance

12345678910>>...73

/third_party/skia/third_party/externals/tint/fuzzers/
H A Drandom_generator_test.cc142 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 Dnamer.cc166 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 Dcompression_utils.cc82 uncompressed_output.resize(uncompressed_size); in GzipUncompress()
117 output->resize(uncompressed_size); in GzipUncompress()
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeThreadSafeRingBuffer.cpp62 m_lastPayload.resize(numProducers, 0); in Consumer()
63 m_payloadSum.resize(numProducers, 0); in Consumer()
/third_party/vk-gl-cts/framework/xexml/
H A DxeXMLParser.hpp206 dst.resize(m_curTokenLen); in getTokenStr()
216 dst.resize(oldLen+m_curTokenLen); in appendTokenStr()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDebugMarkerTests.cpp79 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 Dimage.cpp41 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 Dwatch.py76 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 Dbinary.cpp98 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 Dusage.rs254 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 DMemoryProgramCache.cpp253 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 DProgramExecutable.cpp103 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 DReachingDefAnalysis.cpp30 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 DLazyRandomTypeCollection.cpp42 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 DGsymReader.cpp142 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 DMCWinCOFFStreamer.cpp225 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 DScheduler.cpp151 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 DBufferSubData.cpp102 data->resize(triDataSize); in GetNormalizedData()
120 data->resize(triDataSize); in GetIntData()
143 data->resize(triDataSize); in GetVertexData()
/third_party/skia/src/utils/
H A DSkShaperJSONWriter.cpp29 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 Dhb-vector.hh100 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 DSkShaperJSONWriter.cpp36 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 Des3sOcclusionQueryTests.cpp172 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 DvkWsiPlatform.cpp41 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 Dstl_util.h42 // 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 Des3fRasterizationTests.cpp544 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...]

Completed in 14 milliseconds

12345678910>>...73