Searched refs:mem_props (Results 1 – 3 of 3) sorted by relevance
/external/vulkan-validation-layers/tests/ |
D | vktestbinding.cpp | 82 VkMemoryPropertyFlags mem_props) { in get_resource_alloc_info() argument 85 dev.phy().set_memory_type(reqs.memoryTypeBits, &info, mem_props); in get_resource_alloc_info() 511 VkMemoryPropertyFlags mem_props) { in NON_DISPATCHABLE_HANDLE_DTOR() 515 dev, get_resource_alloc_info(dev, memory_requirements(), mem_props)); in NON_DISPATCHABLE_HANDLE_DTOR() 546 VkMemoryPropertyFlags mem_props) { in NON_DISPATCHABLE_HANDLE_DTOR() 550 dev, get_resource_alloc_info(dev, memory_requirements(), mem_props)); in NON_DISPATCHABLE_HANDLE_DTOR()
|
D | vktestbinding.h | 367 VkMemoryPropertyFlags mem_props); 372 VkMemoryPropertyFlags mem_props) { in init() argument 373 init(dev, create_info(size, 0), mem_props); in init() 444 VkMemoryPropertyFlags mem_props);
|
/external/vulkan-validation-layers/demos/smoke/ |
D | Smoke.cpp | 112 VkPhysicalDeviceMemoryProperties mem_props; in attach_shell() local 113 vk::GetPhysicalDeviceMemoryProperties(physical_dev_, &mem_props); in attach_shell() 114 mem_flags_.reserve(mem_props.memoryTypeCount); in attach_shell() 115 for (uint32_t i = 0; i < mem_props.memoryTypeCount; i++) in attach_shell() 116 mem_flags_.push_back(mem_props.memoryTypes[i].propertyFlags); in attach_shell()
|