Home
last modified time | relevance | path

Searched defs:allocSize (Results 1 – 23 of 23) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DRingBuffer.cpp99 UploadHandle RingBuffer::SubAllocate(size_t allocSize) { in SubAllocate()
/third_party/flutter/skia/tests/
DGrTestingBackendTextureUploadTest.cpp50 size_t allocSize = SkAutoPixmapStorage::AllocSize(ii, nullptr); in testing_only_texture_test() local
/third_party/flutter/skia/src/gpu/ops/
DGrDrawAtlasOp.cpp113 int allocSize = static_cast<int>(4 * vertexStride * spriteCount); in DrawAtlasOp() local
207 size_t allocSize = args.fVerts.count(); in onPrepareDraws() local
/third_party/skia/bench/
DTriangulatorBench.cpp76 size_t allocSize = eagerCount * stride; in lock() local
/third_party/skia/src/core/
DSkBlockAllocator.cpp212 int allocSize; in addBlock() local
/third_party/skia/src/gpu/ops/
DDrawAtlasOp.cpp129 int allocSize = static_cast<int>(4 * vertexStride * spriteCount); in DrawAtlasOpImpl() local
241 size_t allocSize = args.fVerts.count(); in onPrepareDraws() local
/third_party/skia/third_party/externals/brotli/java/org/brotli/enc/
DPreparedDictionaryGenerator.java129 int allocSize = part0 + part1 + part2 + part3 + sourceSize; in generate() local
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dmemory.cpp184 size_t allocSize = size + alignment + sizeof(void*); in alignedMalloc() local
/third_party/skia/third_party/externals/icu/source/common/
Dunisetspan.cpp271 int32_t allocSize; in UnicodeSetStringSpan() local
412 int32_t allocSize=stringsLength*(4+1+1+1+1)+utf8Length; in UnicodeSetStringSpan() local
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dunisetspan.cpp268 int32_t allocSize; in UnicodeSetStringSpan() local
409 int32_t allocSize=stringsLength*(4+1+1+1+1)+utf8Length; in UnicodeSetStringSpan() local
/third_party/node/deps/icu-small/source/common/
Dunisetspan.cpp271 int32_t allocSize; in UnicodeSetStringSpan() local
412 int32_t allocSize=stringsLength*(4+1+1+1+1)+utf8Length; in UnicodeSetStringSpan() local
/third_party/icu/icu4c/source/common/
Dunisetspan.cpp271 int32_t allocSize; in UnicodeSetStringSpan() local
412 int32_t allocSize=stringsLength*(4+1+1+1+1)+utf8Length; in UnicodeSetStringSpan() local
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dcontainers.h513 auto const allocSize = allocChainOffset + sizeof(AllocationChain); in grow() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiGetMemoryCommitment.cpp390 VkDeviceSize allocSize[arrayLength]; in iterate() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUnicodeSetStringSpan.java142 int allocSize; in UnicodeSetStringSpan() local
/third_party/flutter/skia/src/gpu/
DGrResourceProvider.cpp522 size_t allocSize = SkTMax(MIN_SIZE, GrNextSizePow2(size)); in createBuffer() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUnicodeSetStringSpan.java145 int allocSize; in UnicodeSetStringSpan() local
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h9020 VkDeviceSize allocSize, in CreateAllocationRequest()
9257 VkDeviceSize allocSize, in Alloc()
9371 VkDeviceSize allocSize, in CheckAllocation()
10705 VkDeviceSize allocSize, in CreateAllocationRequest()
10730 VkDeviceSize allocSize, in CreateAllocationRequest_UpperAddress()
10850 VkDeviceSize allocSize, in CreateAllocationRequest_LowerAddress()
11271 VkDeviceSize allocSize, in Alloc()
11715 VkDeviceSize allocSize, in CreateAllocationRequest()
11787 VkDeviceSize allocSize, in Alloc()
11915 uint32_t VmaBlockMetadata_Buddy::AllocSizeToLevel(VkDeviceSize allocSize) const in AllocSizeToLevel()
[all …]
/third_party/skia/src/gpu/
DGrResourceProvider.cpp561 size_t allocSize = intendedType == GrGpuBufferType::kUniform ? std::max(size, MIN_UNIFORM_SIZE) in createBuffer() local
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp2804 UINT64 allocSize, in CreateAllocationRequest()
2851 UINT64 allocSize, in Alloc()
2962 UINT64 allocSize, in CheckAllocation()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorSetRandomTests.cpp2302 …const auto allocSize = de::roundUp(static_cast<VkDeviceSize>(shaderGroupHandleSize), properties.pr… in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustBufferAccessWithVariablePointersTests.cpp82 VkDeviceSize allocSize; member
/third_party/skia/src/gpu/text/
DGrTextBlob.cpp1618 GrTextBlob::GrTextBlob(int allocSize, in GrTextBlob()