Home
last modified time | relevance | path

Searched refs:size (Results 10801 - 10825 of 21346) sorted by relevance

1...<<431432433434435436437438439440>>...854

/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_concurrent_stop.c65 size_t size, size_t nmemb, in copyBuffer()
68 return size * nmemb; in copyBuffer()
64 copyBuffer(void *ptr, size_t size, size_t nmemb, void *ctx) copyBuffer() argument
/third_party/skia/third_party/externals/oboe/src/common/
H A DFilterAudioStream.h48 const int size = childStream->getFramesPerBurst() * childStream->getBytesPerFrame(); in FilterAudioStream() local
49 mBlockingBuffer = std::make_unique<uint8_t[]>(size); in FilterAudioStream()
/third_party/skia/src/pdf/
H A DSkPDFDocumentPriv.h135 size_t currentPageIndex() { return fPages.size(); } in currentPageIndex()
136 size_t pageCount() { return fPageRefs.size(); } in pageCount()
H A DSkPDFDevice.h49 * @param pageSize Page size in point units.
62 return sk_make_sp<SkPDFDevice>(this->size(), fDocument); in makeCongruentDevice()
101 SkISize size() const { return this->imageInfo().dimensions(); } in size() function in final
H A DSkPDFTypes.h92 /** The size of the array.
94 size_t size() const;
156 /** The size of the dictionary.
158 size_t size() const;
/third_party/skia/src/sksl/
H A DSkSLRehydrator.h191 while ((size_t) id >= fSymbols.size()) { in addSymbol()
200 SkASSERT(fSymbols.size() > result); in symbolRef()
/third_party/skia/src/sksl/lex/
H A DRegexNode.cpp22 while (chars.size() <= (size_t) child.fPayload.fChar) { in createStates()
28 while (chars.size() <= (size_t) child.fChildren[1].fPayload.fChar) { in createStates()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DBindGroupLayoutD3D12.cpp116 if (descriptorRanges.size() >= 2) { in BindGroupLayout()
167 return {mDescriptorHeapOffsets.data(), mDescriptorHeapOffsets.size()}; in GetDescriptorHeapOffsets()
H A DD3D12Backend.cpp60 mSize(descriptor->size), in ExternalImageDXGI()
90 textureDescriptor.size = {mSize.width, mSize.height, mSize.depthOrArrayLayers}; in ProduceTexture()
H A DSamplerHeapCacheD3D12.cpp70 const uint32_t descriptorCount = mSamplers.size(); in Populate()
129 for (uint32_t i = 0; i < samplers.size(); ++i) { in GetOrCreate()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DConstantFoldingTest.h52 if (node->getType().getObjectSize() == mConstantVector.size()) in visitConstantUnion()
55 for (size_t i = 0; i < mConstantVector.size(); i++) in visitConstantUnion()
/third_party/skia/third_party/externals/angle2/util/capture/
H A Dframe_capture_test_utils.h37 zlib_internal::GetGzipUncompressedSize(compressedData.data(), compressedData.size()); in DecompressBinaryData()
43 static_cast<uLong>(compressedData.size())); in DecompressBinaryData()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/
H A DMemoryServiceZirconHandle.cpp110 requirements.size > importParams.allocationSize, in ImportMemory()
111 "Requested allocation size (%u) is smaller than the required image size (%u).", in ImportMemory()
112 importParams.allocationSize, requirements.size); in ImportMemory()
H A DMemoryServiceOpaqueFD.cpp109 DAWN_INVALID_IF(requirements.size > importParams.allocationSize, in ImportMemory()
110 "Requested allocation size (%u) is smaller than the image requires (%u).", in ImportMemory()
111 importParams.allocationSize, requirements.size); in ImportMemory()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
H A DDeviceMTL.h61 ResultOrError<std::unique_ptr<StagingBufferBase>> CreateStagingBuffer(size_t size) override;
66 uint64_t size) override;
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPURenderPassEncoder.h83 std::optional<interop::GPUSize64> size) override;
88 std::optional<interop::GPUSize64> size) override;
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
H A DSubresourceTrackingPerf.cpp57 materialDesc.size = {1u << (params.mipLevelCount - 1), 1u << (params.mipLevelCount - 1),
66 uploadTexDesc.size.depthOrArrayLayers = 1;
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DGetProcAddressTests.cpp159 for (size_t i = 1; i < names.size(); i++) { in TEST()
166 for (size_t i = 1; i < names.size(); i++) { in TEST()
/third_party/python/Modules/_ctypes/libffi_osx/include/
H A Dffi.h100 #error "char size not supported"
110 #error "short size not supported"
123 #error "int size not supported"
134 #error "long size not supported"
141 size_t size; member
268 void *ffi_closure_alloc (size_t size, void **code);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFormatVariadic.h102 Adapters.reserve(rhs.Adapters.size()); in formatv_object_base()
113 if (R.Index >= Adapters.size()) { in format()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DMisExpect.cpp106 LLVM_DEBUG(for (int Idx = 0, Size = Weights.size(); Idx < Size; ++Idx) { in verifyMisExpect()
127 const uint64_t NumUnlikelyTargets = Weights.size() - 1; in verifyMisExpect()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlanPredicator.cpp91 while (Worklist.size() >= 2) { in genPredicateTree()
105 assert(Worklist.size() == 1 && "Expected 1 item in worklist"); in genPredicateTree()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
H A DFDRRecordProducer.cpp134 CurrentBufferBytes = BE->size(); in produce()
181 CurrentBufferBytes = BE->size(); in produce()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DTwine.cpp45 return StringRef(str->c_str(), str->size()); in toNullTerminatedStringRef()
54 return StringRef(Out.data(), Out.size()); in toNullTerminatedStringRef()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceGlobalInits.cpp108 if (Initializers.size() == 1) { in dumpType()
133 if (Initializers.size() == 1) { in dump()

Completed in 19 milliseconds

1...<<431432433434435436437438439440>>...854