/third_party/skia/tests/ |
H A D | PaintTest.cpp | 209 for (auto size : { 1.0f, 12.0f, 100.0f }) { 210 font.setSize(size);
|
/third_party/skia/src/sksl/dsl/ |
H A D | DSLType.cpp | 240 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 D | RenderPassEncoder.cpp | 287 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 D | VertexOnlyRenderPipelineTests.cpp | 45 descriptor.size = {kRTWidth, kRTHeight}; 55 descriptor.size = {kRTWidth, kRTHeight};
|
H A D | DepthBiasTests.cpp | 78 descriptor.size = {kRTSize, kRTSize, 1}; in RunDepthBiasTest() 86 descriptor.size = {kRTSize, kRTSize, 1}; in RunDepthBiasTest()
|
H A D | DepthStencilLoadOpTests.cpp | 70 descriptor.size = {kRTSize, kRTSize}; 102 expectedDepth.data(), expectedDepth.size(), 0.0001)) in CheckMipLevel()
|
H A D | FirstIndexOffsetTests.cpp | 164 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 D | SerialStorage.h | 226 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 D | MemoryServiceDmaBuf.cpp | 183 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 D | GPUTestConfig.cpp | 312 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 D | D3D12MemAlloc.h | 123 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 D | pngshim.c | 425 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 D | sfwoff.c | 66 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 D | range_checked_byte_ptr.cc | 146 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 D | font_header_table.cc | 229 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 D | ppc-darwin_closure.S | 250 .byte 0x1 ; uleb128 0x1; Augmentation size 268 .byte 0x0 ; uleb128 0x0; Augmentation size
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | asyncmsgq.c | 61 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 D | CodeViewRecordIO.h | 146 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 D | DWARFDebugFrame.h | 59 unsigned size() const { return (unsigned)Instructions.size(); } in size() function in llvm::dwarf::CFIProgram
|
H A D | DWARFListTable.h | 63 /// 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 D | BasicBlock.h | 195 /// 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 D | MachOYAML.h | 34 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 D | CallGraph.cpp | 94 Nodes.reserve(FunctionMap.size()); in print() 203 for (unsigned i = 0, e = CalledFunctions.size(); i != e; ++i) in removeAnyCallEdgeTo()
|
H A D | VFABIDemangling.cpp | 301 // 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 D | InstrumentationMap.cpp | 130 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()
|