Home
last modified time | relevance | path

Searched defs:AllocationCallbackValidationResults (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.hpp240 struct AllocationCallbackValidationResults struct
242 std::vector<AllocationCallbackRecord> liveAllocations;
243 … size_t internalAllocationTotal[VK_INTERNAL_ALLOCATION_TYPE_LAST][VK_SYSTEM_ALLOCATION_SCOPE_LAST];
244 std::vector<AllocationCallbackViolation> violations;
DvkAllocationCallbackUtil.cpp326 AllocationCallbackValidationResults::AllocationCallbackValidationResults(void) in AllocationCallbackValidationResults() function in vk::AllocationCallbackValidationResults