/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/ |
H A D | PolyphaseResamplerStereo.cpp | 73 mCoefficientCursor = (mCoefficientCursor + mNumTaps) % mCoefficients.size(); in readFrame()
|
/third_party/skia/src/utils/ |
H A D | SkShaperJSONWriter.h | 24 SkShaperJSONWriter(SkJSONWriter* JSONWriter, const char* utf8, size_t size);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | BindGroup.h | 39 uint64_t size; member 57 // To save memory, the size of a bind group is dynamically determined and the bind group is
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
H A D | UtilsMetal.h | 71 const Extent3D& size);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | ShaderVisibleDescriptorAllocatorD3D12.h | 40 uint64_t size); 99 // The descriptor count is the current size of the heap in number of descriptors.
|
/third_party/optimized-routines/string/ |
H A D | asmdefs.h | 80 .size name, .-name; 92 /* Sanitize padding bits of size arguments as per aapcs64 */
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | fthash.h | 81 FT_UInt size; member
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
H A D | memory_output_stream.cc | 69 return store_.size(); in Size()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | asyncmsgq.h | 53 pa_asyncmsgq* pa_asyncmsgq_new(unsigned size);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | AppendingTypeTableBuilder.h | 47 uint32_t size() override;
|
H A D | DebugStringTableSubsection.h | 76 uint32_t size() const;
|
H A D | MergingTypeTableBuilder.h | 56 uint32_t size() override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NamedStreamMap.h | 48 uint32_t size() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
H A D | OProfileWrapper.h | 96 const unsigned int size);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.h | 77 unsigned size() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | StreamingMemoryObject.h | 40 /// If the data object size is known in advance, many of the operations can 43 void setKnownObjectSize(size_t size);
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Support/ |
H A D | StreamingMemoryObject.h | 40 /// If the data object size is known in advance, many of the operations can 43 void setKnownObjectSize(size_t size);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | SymbolRemappingReader.cpp | 45 if (Parts.size() != 3) in read()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMUnwindOpAsm.h | 64 OpBegins.push_back(OpBegins.back() + Opcodes.size()); in EmitRaw()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/Utils/ |
H A D | RISCVMatInt.cpp | 88 Cost += MatSeq.size(); in getIntMatCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | FlattenCFGPass.cpp | 62 Blocks.reserve(F.size()); in iterativelyFlattenCFG()
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | block_statement_test.cc | 32 ASSERT_EQ(b->statements.size(), 1u); in TEST_F()
|
/third_party/skia/third_party/externals/tint/src/inspector/ |
H A D | resource_binding.h | 112 uint64_t size; member
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_else_stmt_test.cc | 31 EXPECT_EQ(e->body->statements.size(), 2u); in TEST_F()
|
/third_party/skia/third_party/externals/tint/src/sem/ |
H A D | array.h | 42 /// @param size the byte size of the array 51 uint32_t size, 67 /// @returns the byte size of the array 68 /// @note this may differ from the size of a structure member of this array 69 /// type, if the member is annotated with the `[[size(n)]]` decoration.
|