HomeSort by relevance Sort by last modified time
    Searched full:safe_allocate_info (Results 1 - 1 of 1) sorted by null

  /external/vulkan-validation-layers/layers/
unique_objects.cpp 337 std::unique_ptr<safe_VkMemoryAllocateInfo> safe_allocate_info; local
346 safe_allocate_info = std::unique_ptr<safe_VkMemoryAllocateInfo>(new safe_VkMemoryAllocateInfo(pAllocateInfo));
347 input_allocate_info = reinterpret_cast<const VkMemoryAllocateInfo *>(safe_allocate_info.get());
350 GenericHeader *input_pnext = reinterpret_cast<GenericHeader *>(safe_allocate_info.get());
    [all...]

Completed in 73 milliseconds