Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.cpp134 record.type = TYPE_ALLOCATION; in allocation()
349 if (record.type == AllocationCallbackRecord::TYPE_ALLOCATION) in getAlignment()
377 …tionScope* const scopePtr = record.type == AllocationCallbackRecord::TYPE_ALLOCATION ? &record.d… 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 ?… in checkAndLog()
656 DE_ASSERT(alloc->type == AllocationCallbackRecord::TYPE_ALLOCATION || in getLiveSystemAllocationTotal()
659 …const size_t size = (alloc->type == AllocationCallbackRecord::TYPE_ALLOCATION ? alloc->data.alloc… in getLiveSystemAllocationTotal()
660 …const size_t alignment = (alloc->type == AllocationCallbackRecord::TYPE_ALLOCATION ? alloc->data.a… in getLiveSystemAllocationTotal()
678 case AllocationCallbackRecord::TYPE_ALLOCATION: in operator <<()
DvkAllocationCallbackUtil.hpp63 TYPE_ALLOCATION = 0, //! Call to pfnAllocation enumerator
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp593 case AllocationCallbackRecord::TYPE_ALLOCATION: in enumerateDevicesAllocLeakTest()
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h5655 TYPE_ALLOCATION, enumerator
10727 currNode->type = Node::TYPE_ALLOCATION; in Alloc()
10759 case Node::TYPE_ALLOCATION: in ValidateNode()
10828 VMA_ASSERT(node != VMA_NULL && node->type == Node::TYPE_ALLOCATION); in FreeAtOffset()
10866 case Node::TYPE_ALLOCATION: in CalcAllocationStatInfoNode()
10959 case Node::TYPE_ALLOCATION: in PrintDetailedMapNode()
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h6662 TYPE_ALLOCATION, enumerator
11852 currNode->type = Node::TYPE_ALLOCATION; in Alloc()
11884 case Node::TYPE_ALLOCATION: in ValidateNode()
11953 VMA_ASSERT(node != VMA_NULL && node->type == Node::TYPE_ALLOCATION); in FreeAtOffset()
11991 case Node::TYPE_ALLOCATION: in CalcAllocationStatInfoNode()
12084 case Node::TYPE_ALLOCATION: in PrintDetailedMapNode()