Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseCore/
DAmbiVector.h76 Index allocSize = (size * sizeof(ListEl) + sizeof(Scalar) - 1)/sizeof(Scalar); in reallocate() local
94 Index allocSize = m_allocatedElements * sizeof(ListEl); in reallocateSparse() local
/external/oj-libjdwp/src/share/back/
DSDE.c323 size_t allocSize; in assureLineTableSize() local
347 size_t allocSize; in assureFileTableSize() local
371 size_t allocSize; in assureStratumTableSize() local
/external/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
/external/skia/src/core/
DSkBlockAllocator.cpp212 int allocSize; in addBlock() local
/external/skia/bench/
DTriangulatorBench.cpp76 size_t allocSize = eagerCount * stride; in lock() local
/external/brotli/java/org/brotli/enc/
DPreparedDictionaryGenerator.java129 int allocSize = part0 + part1 + part2 + part3 + sourceSize; in generate() local
/external/OpenCL-CTS/test_conformance/api/
Dtest_api_consistency.cpp34 const size_t allocSize = 16; in test_consistency_svm() local
547 const size_t allocSize = 16; in test_consistency_non_uniform_work_group() local
/external/swiftshader/third_party/marl/src/
Dmemory.cpp184 size_t allocSize = size + alignment + sizeof(void*); in alignedMalloc() local
/external/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
/external/swiftshader/third_party/marl/include/marl/
Dcontainers.h513 auto const allocSize = allocChainOffset + sizeof(AllocationChain); in grow() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiGetMemoryCommitment.cpp390 VkDeviceSize allocSize[arrayLength]; in iterate() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUnicodeSetStringSpan.java145 int allocSize; in UnicodeSetStringSpan() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUnicodeSetStringSpan.java149 int allocSize; in UnicodeSetStringSpan() local
/external/skia/tests/
DTriangulatingPathRendererTests.cpp881 size_t allocSize = eagerCount * stride; in lock() local
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h7843 VkDeviceSize allocSize, in CreateAllocationRequest()
8075 VkDeviceSize allocSize, in Alloc()
8317 VkDeviceSize allocSize, in CheckAllocation()
9651 VkDeviceSize allocSize, in CreateAllocationRequest()
10154 VkDeviceSize allocSize, in Alloc()
10592 VkDeviceSize allocSize, in CreateAllocationRequest()
10663 VkDeviceSize allocSize, in Alloc()
10790 uint32_t VmaBlockMetadata_Buddy::AllocSizeToLevel(VkDeviceSize allocSize) const in AllocSizeToLevel()
10868 const VkDeviceSize allocSize = node->allocation.alloc->GetSize(); in CalcAllocationStatInfoNode() local
10962 const VkDeviceSize allocSize = node->allocation.alloc->GetSize(); in PrintDetailedMapNode() local
[all …]
/external/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 …]
/external/OpenCL-CTS/test_common/harness/
DimageHelpers.cpp1106 void escape_inf_nan_values(char *data, size_t allocSize) in escape_inf_nan_values()
1127 size_t allocSize = get_image_size(imageInfo); in generate_random_image_data() local
3164 size_t allocSize, numPixels; in create_random_image_data() local
/external/angle/third_party/vulkan_memory_allocator/src/
DTests.cpp138 const AllocationSize& allocSize = AllocationSizes[i]; in CalcAvgResourceSize() local
337 [](uint32_t sum, const AllocationSize& allocSize) { in MainTest()
466 const AllocationSize& allocSize = config.AllocationSizes[allocSizeIndex]; in MainTest() local
4677 [](uint32_t sum, const AllocationSize& allocSize) { in TestPool_Benchmark()
4891 const AllocationSize& allocSize = config.AllocationSizes[allocSizeIndex]; in TestPool_Benchmark() local
6093 AllocationSize allocSize = {}; in PerformCustomPoolTest() local
/external/skia/src/gpu/
DGrResourceProvider.cpp564 size_t allocSize = intendedType == GrGpuBufferType::kUniform ? std::max(size, MIN_UNIFORM_SIZE) in createBuffer() local
/external/angle/third_party/vulkan_memory_allocator/include/
Dvk_mem_alloc.h8050 VkDeviceSize allocSize, in CreateAllocationRequest()
8443 VkDeviceSize allocSize, in CheckAllocation()
9768 VkDeviceSize allocSize, in CreateAllocationRequest()
9794 VkDeviceSize allocSize, in CreateAllocationRequest_UpperAddress()
9916 VkDeviceSize allocSize, in CreateAllocationRequest_LowerAddress()
10840 VkDeviceSize allocSize, in CreateAllocationRequest()
11094 uint32_t VmaBlockMetadata_Buddy::AllocSizeToLevel(VkDeviceSize allocSize) const in AllocSizeToLevel()
11390 …gicValueAroundAllocation(VmaAllocator hAllocator, VkDeviceSize allocOffset, VkDeviceSize allocSize) in WriteMagicValueAroundAllocation()
11410 …gicValueAroundAllocation(VmaAllocator hAllocator, VkDeviceSize allocOffset, VkDeviceSize allocSize) in ValidateMagicValueAroundAllocation()
11656 const VkDeviceSize allocSize = alloc->GetSize(); in Allocate() local
/external/clang/lib/CodeGen/
DCGExprCXX.cpp1332 llvm::Value *allocSize = in EmitCXXNewExpr() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorSetRandomTests.cpp2316 …const auto allocSize = de::roundUp(static_cast<VkDeviceSize>(shaderGroupHandleSize), properties.pr… in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustBufferAccessWithVariablePointersTests.cpp82 VkDeviceSize allocSize; member
/external/skia/src/gpu/text/
DGrTextBlob.cpp1873 GrTextBlob::GrTextBlob(int allocSize, in GrTextBlob()
2734 int allocSize) in Slug()