Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_layer_logging.h53 … 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()
Ddevice_limits.cpp688 … 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()
Dimage.cpp106 … 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()
Dswapchain.cpp1953 … 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()
Dparameter_validation.cpp126 … 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()
Dcore_validation.cpp10622 … 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/
Ddebug_report.c118 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()
Ddebug_report.h133 const char *pLayerPrefix, const char *pMsg);
149 int32_t msgCode, const char *pLayerPrefix,
/external/deqp/external/vulkancts/framework/vulkan/
DvkDebugReportUtil.cpp115 const char* pLayerPrefix, in debugReportCallback() argument
121 …pend(DebugReportMessage(flags, objectType, object, location, messageCode, pLayerPrefix, pMessage)); in debugReportCallback()
DvkDefs.hpp150 const char* pLayerPrefix,
DvkInstanceDriverImpl.inl195 …deUint64 object, deUintptr location, deInt32 messageCode, const char* pLayerPrefix, const char* pM… argument
197 …portMessageEXT(instance, flags, objectType, object, location, messageCode, pLayerPrefix, pMessage);
DvkConcreteInstanceInterface.inl42 …deUint64 object, deUintptr location, deInt32 messageCode, const char* pLayerPrefix, const char* pM…
DvkVirtualInstanceInterface.inl42 …deUint64 object, deUintptr location, deInt32 messageCode, const char* pLayerPrefix, const char* pM…
DvkNullDriverImpl.inl1133 …deUint64 object, deUintptr location, deInt32 messageCode, const char* pLayerPrefix, const char* pM… argument
1141 DE_UNREF(pLayerPrefix);
DvkFunctionPointerTypes.inl172 …deUint64 object, deUintptr location, deInt32 messageCode, const char* pLayerPrefix, const char* pM…
/external/vulkan-validation-layers/demos/
Dvulkaninfo.c139 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()
Dcube.c265 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
Dtri.c118 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/
Dvulkan.h3745 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/
Dvulkan.h3730 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/
Dlayer_validation_tests.cpp111 const char *pLayerPrefix, const char *pMsg, void *pUserData);
193 const char *pLayerPrefix, const char *pMsg, void *pUserData) { in myDbgFunc() argument