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

  /external/vulkan-validation-layers/layers/
unique_objects.cpp 336 const VkMemoryAllocateInfo *input_allocate_info = pAllocateInfo; local
347 input_allocate_info = reinterpret_cast<const VkMemoryAllocateInfo *>(safe_allocate_info.get());
381 VkResult result = device_data->device_dispatch_table->AllocateMemory(device, input_allocate_info, pAllocator, pMemory);
    [all...]

Completed in 199 milliseconds