Home
last modified time | relevance | path

Searched refs:TYPE_ALLOCATION (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkAllocationCallbackUtil.cpp134 record.type = TYPE_ALLOCATION; in allocation()
349 if (record.type == AllocationCallbackRecord::TYPE_ALLOCATION) in getAlignment()
377 const VkSystemAllocationScope* const scopePtr = record.type == AllocationCallbackRecord::TYPE_ALLOCATION ? &record.data.allocation.scope in validateAllocationCallbacks()
388 if (record.type == AllocationCallbackRecord::TYPE_ALLOCATION || in validateAllocationCallbacks()
398 case AllocationCallbackRecord::TYPE_ALLOCATION: in validateAllocationCallbacks()
598 const VkSystemAllocationScope scope = record.type == AllocationCallbackRecord::TYPE_ALLOCATION ? record.data.allocation.scope in checkAndLog()
656 DE_ASSERT(alloc->type == AllocationCallbackRecord::TYPE_ALLOCATION || in getLiveSystemAllocationTotal()
659 const size_t size = (alloc->type == AllocationCallbackRecord::TYPE_ALLOCATION ? alloc->data.allocation.size : alloc->data.reallocation.size); in getLiveSystemAllocationTotal()
660 const size_t alignment = (alloc->type == AllocationCallbackRecord::TYPE_ALLOCATION ? alloc->data.allocation.alignment : alloc->data.reallocation.alignment); in getLiveSystemAllocationTotal()
678 case AllocationCallbackRecord::TYPE_ALLOCATION in operator <<()
[all...]
H A DvkAllocationCallbackUtil.hpp63 TYPE_ALLOCATION = 0, //! Call to pfnAllocation enumerator
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h6713 TYPE_ALLOCATION, enumerator
6747 // Number of nodes in the tree with type == TYPE_ALLOCATION.
11952 currNode->type = Node::TYPE_ALLOCATION; in Alloc()
11984 case Node::TYPE_ALLOCATION: in ValidateNode()
12053 VMA_ASSERT(node != VMA_NULL && node->type == Node::TYPE_ALLOCATION); in FreeAtOffset()
12091 case Node::TYPE_ALLOCATION: in CalcAllocationStatInfoNode()
12184 case Node::TYPE_ALLOCATION: in PrintDetailedMapNode()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp622 case AllocationCallbackRecord::TYPE_ALLOCATION: in enumerateDevicesAllocLeakTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp622 case AllocationCallbackRecord::TYPE_ALLOCATION: in enumerateDevicesAllocLeakTest()

Completed in 33 milliseconds