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

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

Completed in 608 milliseconds