Home
last modified time | relevance | path

Searched refs:mem_info (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/demos/smoke/
DMeshes.cpp517 VkMemoryAllocateInfo mem_info = {}; in allocate_resources() local
518 mem_info.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO; in allocate_resources()
519 mem_info.allocationSize = ib_mem_offset_ + ib_mem_reqs.size; in allocate_resources()
528 mem_info.memoryTypeIndex = idx; in allocate_resources()
533 vk::AllocateMemory(dev_, &mem_info, nullptr, &mem_); in allocate_resources()
DSmoke.cpp496 VkMemoryAllocateInfo mem_info = {}; in create_buffer_memory() local
497 mem_info.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO; in create_buffer_memory()
498 mem_info.allocationSize = aligned_size * (frame_data_.size() - 1) + in create_buffer_memory()
506 mem_info.memoryTypeIndex = idx; in create_buffer_memory()
511 vk::AllocateMemory(dev_, &mem_info, nullptr, &frame_data_mem_); in create_buffer_memory()
/external/autotest/client/site_tests/video_VideoDecodeMemoryUsage/
Dvideo_VideoDecodeMemoryUsage.py89 mem_info = {x.group(1): int(x.group(2))
92 return sum(map(mem_info.get, KERNEL_MEMORY_ENTRIES))