Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.cpp63 #define VK_COMMON_VERBOSE(fmt, ...) \ macro
229 VK_COMMON_VERBOSE("has extension: %s", currentProps[i].extensionName); in extensionsSupported()
239 VK_COMMON_VERBOSE("needed extension: %s, found %d", wantedExtNames[i], found); in extensionsSupported()
301 VK_COMMON_VERBOSE("Supported (not externally): %s %s %s %s", in getImageFormatExternalMemorySupportInfo()
386 VK_COMMON_VERBOSE("Supported: %s %s %s %s, supportsExternalMemory? %d, requiresDedicated? %d", in getImageFormatExternalMemorySupportInfo()
653 VK_COMMON_VERBOSE("global loader has vkEnumerateInstanceVersion."); in createGlobalVkEmulation()
658 VK_COMMON_VERBOSE("global loader has vkEnumerateInstanceVersion returning >= 1.1."); in createGlobalVkEmulation()
664 VK_COMMON_VERBOSE("Creating instance, asking for version %d.%d.%d ...", in createGlobalVkEmulation()
696 VK_COMMON_VERBOSE("Found out that we can create a higher version instance."); in createGlobalVkEmulation()
710 VK_COMMON_VERBOSE("Created Vulkan 1.1 instance on second try."); in createGlobalVkEmulation()
[all …]