Home
last modified time | relevance | path

Searched refs:allocationCount (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h871 defragInfo.allocationCount = allocCount;
910 instead of VmaDefragmentationInfo2::allocationCount and VmaDefragmentationInfo2::pAllocations
942 defragInfo.allocationCount = allocCount;
2443 uint32_t allocationCount; member
2962 size_t allocationCount; member
3145 @param allocationCount Number of allocations to make.
3153 It may be internally optimized to be more efficient than calling vmaAllocateMemory() `allocationCount` times.
3161 const VkMemoryRequirements* VMA_NOT_NULL VMA_LEN_IF_NOT_NULL(allocationCount) pVkMemoryRequirements,
3162 const VmaAllocationCreateInfo* VMA_NOT_NULL VMA_LEN_IF_NOT_NULL(allocationCount) pCreateInfo,
3163 size_t allocationCount,
3518 uint32_t allocationCount; global() member
8844 PrintDetailedMap_Begin(class VmaJsonWriter& json, VkDeviceSize unusedBytes, size_t allocationCount, size_t unusedRangeCount) const PrintDetailedMap_Begin() argument
12596 Allocate( uint32_t currentFrameIndex, VkDeviceSize size, VkDeviceSize alignment, const VmaAllocationCreateInfo& createInfo, VmaSuballocationType suballocType, size_t allocationCount, VmaAllocation* pAllocations) Allocate() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAllocationTests.cpp990 const int allocationCount = allocationCounts[allocationCountNdx];
992 if (allocationCount != -1 && allocationCount * allocationSize > 50 * MiB)
1000 if (allocationCount == -1)
1015 config.memoryAllocationCount = allocationCount;
1039 const int allocationCount = allocationCounts[allocationCountNdx];
1041 if ((allocationCount != -1) && ((float)allocationCount * (float)allocationPercent >= 1.00f / 8.00f))
1050 if (allocationCount == -1)
1062 config.memoryAllocationCount = allocationCount;
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryAllocationTests.cpp987 const int allocationCount = allocationCounts[allocationCountNdx];
989 if (allocationCount != -1 && allocationCount * allocationSize > 50 * MiB)
997 if (allocationCount == -1)
1012 config.memoryAllocationCount = allocationCount;
1037 const int allocationCount = allocationCounts[allocationCountNdx];
1039 if ((allocationCount != -1) && ((float)allocationCount * (float)allocationPercent >= 1.00f / 8.00f))
1048 if (allocationCount == -1)
1060 config.memoryAllocationCount = allocationCount;
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkAMDMemoryAllocator.cpp425 out->appendf("vma_allocationCount: %u%s", stats.total.allocationCount, sep); in dumpVmaStats()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingTraceRaysTests.cpp1286 const auto allocationCount = blasPool.getAllocationCount(); in iterate() local
1304 return tcu::TestStatus::pass(std::to_string(allocationCount) +" allocations"); in iterate()
1307 const auto msg = std::to_string(allocationCount) +" allocations, " + std::to_string(failures) + " failures from " + std::to_string(all); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingTraceRaysTests.cpp1286 const auto allocationCount = blasPool.getAllocationCount(); in iterate() local
1304 return tcu::TestStatus::pass(std::to_string(allocationCount) +" allocations"); in iterate()
1307 const auto msg = std::to_string(allocationCount) +" allocations, " + std::to_string(failures) + " failures from " + std::to_string(all); in iterate()
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12MemAlloc.cpp2342 size_t allocationCount,
3396 size_t allocationCount,
3404 for(allocIndex = 0; allocIndex < allocationCount; ++allocIndex)
3425 ZeroMemory(pAllocations, sizeof(Allocation*) * allocationCount);

Completed in 26 milliseconds