Home
last modified time | relevance | path

Searched refs:size (Results 21326 - 21350 of 31284) sorted by relevance

1...<<851852853854855856857858859860>>...1252

/third_party/skia/tests/
H A DPaintTest.cpp209 for (auto size : { 1.0f, 12.0f, 100.0f }) {
210 font.setSize(size);
/third_party/skia/src/sksl/dsl/
H A DDSLType.cpp240 skslArgs.reserve_back(argArray.size()); in Construct()
264 skslFields.reserve(fields.size()); in Struct()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DRenderPassEncoder.cpp287 for (uint32_t i = 0; i < usages.buffers.size(); ++i) { in APIExecuteBundles()
291 for (uint32_t i = 0; i < usages.textures.size(); ++i) { in APIExecuteBundles()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DVertexOnlyRenderPipelineTests.cpp45 descriptor.size = {kRTWidth, kRTHeight};
55 descriptor.size = {kRTWidth, kRTHeight};
H A DDepthBiasTests.cpp78 descriptor.size = {kRTSize, kRTSize, 1}; in RunDepthBiasTest()
86 descriptor.size = {kRTSize, kRTSize, 1}; in RunDepthBiasTest()
H A DDepthStencilLoadOpTests.cpp70 descriptor.size = {kRTSize, kRTSize};
102 expectedDepth.data(), expectedDepth.size(), 0.0001)) in CheckMipLevel()
H A DFirstIndexOffsetTests.cpp164 device, vertexData.data(), vertexData.size() * sizeof(float), wgpu::BufferUsage::Vertex); in TestImpl()
230 EXPECT_BUFFER_U32_RANGE_EQ(expected.data(), buffer, 0, expected.size()); in TestImpl()
/third_party/skia/third_party/externals/dawn/src/common/
H A DSerialStorage.h226 if (mSerialIterator >= vectorData + mStorageIterator->second.size()) { in operator ++()
293 if (mSerialIterator >= vectorData + mStorageIterator->second.size()) { in operator ++()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/
H A DMemoryServiceDmaBuf.cpp183 MemoryImportParams params = {memoryRequirements.size, in GetMemoryImportParams()
233 planeLayout.size = 0; // VK_EXT_image_drm_format_modifier mandates size = 0. in CreateImage()
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/
H A DGPUTestConfig.cpp312 if (systemInfo->gpus.size() <= 0) in GetActiveGPU()
317 ASSERT(index < systemInfo->gpus.size()); in GetActiveGPU()
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12MemAlloc.h123 for size, offset, `ID3D12Resource`, and `ID3D12Heap` if needed.
259 - allocation size = max(size of each resource)
382 their number doesn't fall below `MinBlockCount` and their sum size doesn't fall below `MinBytes`.
482 The pointer can later be fetched, along with allocation size, by passing the allocation offset to function
511 However, if all alignments and sizes are always multiply of some size e.g. 4 B or `sizeof(MyDataStruct)`,
512 you can express all sizes, alignments, and offsets in multiples of that size instead of individual bytes.
656 may get their alignment 4K and their size a multiply of 4K instead of 64K.
797 The object remembers size and some other information.
819 /** \brief Returns size i
1407 UINT64 size; global() member
[all...]
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dpngshim.c425 FT_ULong size = map->rows * (FT_ULong)map->pitch; in FT_LOCAL_DEF() local
428 error = ft_glyphslot_alloc_bitmap( slot, size ); in FT_LOCAL_DEF()
H A Dsfwoff.c66 stream->size = 0; in sfnt_stream_close()
151 if ( woff.length != stream->size || in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/piex/src/binary_parse/
H A Drange_checked_byte_ptr.cc146 result.reserve(bytes.size()); in substr()
147 for (size_t i = 0; i < bytes.size(); ++i) { in substr()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H A Dfont_header_table.cc229 void FontHeaderTable::Builder::SetLowestRecPPEM(int32_t size) { in SetLowestRecPPEM() argument
230 InternalWriteData()->WriteUShort(Offset::kLowestRecPPEM, size); in SetLowestRecPPEM()
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/
H A Dppc-darwin_closure.S250 .byte 0x1 ; uleb128 0x1; Augmentation size
268 .byte 0x0 ; uleb128 0x0; Augmentation size
/third_party/pulseaudio/src/pulsecore/
H A Dasyncmsgq.c61 pa_asyncmsgq *pa_asyncmsgq_new(unsigned size) { in pa_asyncmsgq_new() argument
65 asyncq = pa_asyncq_new(size); in pa_asyncmsgq_new()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h146 Size = static_cast<SizeType>(Items.size()); in mapVectorN()
156 Size = static_cast<SizeType>(Items.size()); in mapVectorN()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h59 unsigned size() const { return (unsigned)Instructions.size(); } in size() function in llvm::dwarf::CFIProgram
H A DDWARFListTable.h63 /// The size in bytes of an address on the target architecture. For
64 /// segmented addressing, this is the size of the offset portion of the
67 /// The size in bytes of a segment selector on the target architecture.
106 /// Return the size of the table header including the length but not including
120 if (Index < Offsets.size()) in getOffsetEntry()
181 /// Return the size of the table header including the length but not including
258 dwarf::RangeListEncodingString(Entry.EntryKind).size()); in dump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DBasicBlock.h195 /// Return the size of the basic block ignoring debug instructions
283 inline size_t size() const { return InstList.size(); } in size() function in llvm::final
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h34 uint64_t size; member
131 uint64_t size; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCallGraph.cpp94 Nodes.reserve(FunctionMap.size()); in print()
203 for (unsigned i = 0, e = CalledFunctions.size(); i != e; ++i) in removeAnyCallEdgeTo()
H A DVFABIDemangling.cpp301 // Parse the fixed size part of the manled name in tryDemangleForVFABI()
316 // Parse the variable size, starting from <vlen>. in tryDemangleForVFABI()
326 const unsigned ParameterPos = Parameters.size(); in tryDemangleForVFABI()
387 const unsigned Pos = Parameters.size(); in tryDemangleForVFABI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
H A DInstrumentationMap.cpp130 Twine("Instrumentation map entries not evenly divisible by size of " in loadObj()
201 yaml::Input In(StringRef(MappedFile.data(), MappedFile.size())); in loadYAML()
208 Sleds.reserve(YAMLSleds.size()); in loadYAML()

Completed in 28 milliseconds

1...<<851852853854855856857858859860>>...1252