Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp107 #define VKDGS_LOG(fmt, ...) fprintf(stderr, "%s:%d " fmt "\n", __func__, __LINE__, ##__VA_ARGS__); macro
109 #define VKDGS_LOG(fmt, ...) macro
864 VKDGS_LOG("incoming handle count: %u", handleCount); in setCreatedHandlesForSnapshotLoad()
872 VKDGS_LOG("handle to load: 0x%llx", (unsigned long long)(uintptr_t)handles[i]); in setCreatedHandlesForSnapshotLoad()
6695 VKDGS_LOG("use handle: 0x%lx underlying 0x%lx", handle, item.underlying); in DEFINE_EXTERNAL_HANDLE_TYPE_TRANSFORM()
6841 VKDGS_LOG("failed to enumerate device extensions"); in filteredDeviceExtensionNames()