Home
last modified time | relevance | path

Searched refs:physical_dev_ (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/demos/smoke/
DSmoke.h139 VkPhysicalDevice physical_dev_; variable
DSmoke.cpp93 physical_dev_ = ctx.physical_dev; in attach_shell()
99 vk::GetPhysicalDeviceProperties(physical_dev_, &physical_dev_props_); in attach_shell()
108 vk::GetPhysicalDeviceMemoryProperties(physical_dev_, &mem_props); in attach_shell()