/external/vulkan-validation-layers/layers/ |
D | vk_layer_logging.h | 53 … uint64_t srcObject, size_t location, int32_t msgCode, const char *pLayerPrefix, in debug_report_log_msg() argument 59 …v->pfnMsgCallback(msgFlags, objectType, srcObject, location, msgCode, pLayerPrefix, pMsg, pTrav->p… in debug_report_log_msg() 222 …uint64_t srcObject, size_t location, int32_t msgCode, const char *pLayerPrefix, const char *format, 226 …uint64_t srcObject, size_t location, int32_t msgCode, const char *pLayerPrefix, const char *format, in log_msg() argument 238 …_report_log_msg(debug_data, msgFlags, objectType, srcObject, location, msgCode, pLayerPrefix, str); in log_msg() 242 … size_t location, int32_t msgCode, const char *pLayerPrefix, in log_callback() argument 248 …, "%s(%s): object: %#" PRIx64 " type: %d location: %lu msgCode: %d: %s\n", pLayerPrefix, msg_flags, in log_callback() 257 … const char *pLayerPrefix, const char *pMsg, void *pUserData) { in win32_debug_output_msg() argument 264 …ct: 0x%" PRIxPTR " type: %d location: " PRINTF_SIZE_T_SPECIFIER " msgCode: %d: %s\n", pLayerPrefix, in win32_debug_output_msg()
|
D | device_limits.cpp | 688 … size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg) { in vkDebugReportMessageEXT() argument 690 …tch_table->DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix, in vkDebugReportMessageEXT()
|
D | image.cpp | 106 … size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg) { in vkDebugReportMessageEXT() argument 108 …tch_table->DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix, in vkDebugReportMessageEXT()
|
D | swapchain.cpp | 1953 … size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg) { in vkDebugReportMessageEXT() argument 1955 …tch_table->DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix, in vkDebugReportMessageEXT()
|
D | parameter_validation.cpp | 126 … size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg) { in vkDebugReportMessageEXT() argument 128 …pTable->DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix, p… in vkDebugReportMessageEXT()
|
D | core_validation.cpp | 10622 … size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg) { in vkDebugReportMessageEXT() argument 10624 …tch_table->DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix, in vkDebugReportMessageEXT()
|
/external/vulkan-validation-layers/loader/ |
D | debug_report.c | 118 int32_t msgCode, const char *pLayerPrefix, in util_DebugReportMessage() argument 125 msgCode, pLayerPrefix, pMsg, in util_DebugReportMessage() 176 int32_t msgCode, const char *pLayerPrefix, const char *pMsg) { in debug_report_DebugReportMessage() argument 180 location, msgCode, pLayerPrefix, pMsg); in debug_report_DebugReportMessage() 269 const char *pLayerPrefix, const char *pMsg) { in terminator_DebugReportMessage() argument 278 location, msgCode, pLayerPrefix, pMsg); in terminator_DebugReportMessage() 289 pLayerPrefix, pMsg); in terminator_DebugReportMessage()
|
D | debug_report.h | 133 const char *pLayerPrefix, const char *pMsg); 149 int32_t msgCode, const char *pLayerPrefix,
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDebugReportUtil.cpp | 115 const char* pLayerPrefix, in debugReportCallback() argument 121 …pend(DebugReportMessage(flags, objectType, object, location, messageCode, pLayerPrefix, pMessage)); in debugReportCallback()
|
D | vkDefs.hpp | 150 const char* pLayerPrefix,
|
D | vkInstanceDriverImpl.inl | 195 …deUint64 object, deUintptr location, deInt32 messageCode, const char* pLayerPrefix, const char* pM… argument 197 …portMessageEXT(instance, flags, objectType, object, location, messageCode, pLayerPrefix, pMessage);
|
D | vkConcreteInstanceInterface.inl | 42 …deUint64 object, deUintptr location, deInt32 messageCode, const char* pLayerPrefix, const char* pM…
|
D | vkVirtualInstanceInterface.inl | 42 …deUint64 object, deUintptr location, deInt32 messageCode, const char* pLayerPrefix, const char* pM…
|
D | vkNullDriverImpl.inl | 1133 …deUint64 object, deUintptr location, deInt32 messageCode, const char* pLayerPrefix, const char* pM… argument 1141 DE_UNREF(pLayerPrefix);
|
D | vkFunctionPointerTypes.inl | 172 …deUint64 object, deUintptr location, deInt32 messageCode, const char* pLayerPrefix, const char* pM…
|
/external/vulkan-validation-layers/demos/ |
D | vulkaninfo.c | 139 const char *pLayerPrefix, const char *pMsg, void *pUserData) { in dbg_callback() argument 145 sprintf(message, "ERROR: [%s] Code %d : %s", pLayerPrefix, msgCode, in dbg_callback() 148 sprintf(message, "WARNING: [%s] Code %d : %s", pLayerPrefix, msgCode, in dbg_callback() 151 sprintf(message, "INFO: [%s] Code %d : %s", pLayerPrefix, msgCode, in dbg_callback() 154 sprintf(message, "DEBUG: [%s] Code %d : %s", pLayerPrefix, msgCode, in dbg_callback()
|
D | cube.c | 265 const char *pLayerPrefix, const char *pMsg, void *pUserData) { in dbgFunc() argument 271 sprintf(message, "ERROR: [%s] Code %d : %s", pLayerPrefix, msgCode, in dbgFunc() 281 sprintf(message, "WARNING: [%s] Code %d : %s", pLayerPrefix, msgCode, in dbgFunc() 309 const char *pLayerPrefix, const char *pMsg, in BreakCallback() argument
|
D | tri.c | 118 const char *pLayerPrefix, const char *pMsg, void *pUserData) { in dbgFunc() argument 124 sprintf(message, "ERROR: [%s] Code %d : %s", pLayerPrefix, msgCode, in dbgFunc() 127 sprintf(message, "WARNING: [%s] Code %d : %s", pLayerPrefix, msgCode, in dbgFunc()
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 3745 const char* pLayerPrefix, 3761 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM… 3782 const char* pLayerPrefix,
|
/external/skia/third_party/vulkan/ |
D | vulkan.h | 3730 const char* pLayerPrefix, 3746 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM… 3767 const char* pLayerPrefix,
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 111 const char *pLayerPrefix, const char *pMsg, void *pUserData); 193 const char *pLayerPrefix, const char *pMsg, void *pUserData) { in myDbgFunc() argument
|