Searched refs:qprops (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/vulkan/tools/
H A Dvkinfo.cpp535 const VkQueueFamilyProperties& qprops = info.queue_families[family]; local
536 VkQueueFlags flags = qprops.queueFlags;
547 Indent(indent + 1), family, qprops.queueCount, flags_str,
548 Indent(indent + 2), qprops.timestampValidBits, Indent(indent + 2),
549 qprops.minImageTransferGranularity.width,
550 qprops.minImageTransferGranularity.height,
551 qprops.minImageTransferGranularity.depth);

Completed in 60 milliseconds