Searched defs:msgCode (Results 1 - 15 of 15) sorted by relevance

/external/vulkan-validation-layers/layers/
H A Dvk_layer_logging.h53 uint64_t srcObject, size_t location, int32_t msgCode, const char *pLayerPrefix,
59 if (pTrav->pfnMsgCallback(msgFlags, objectType, srcObject, location, msgCode, pLayerPrefix, pMsg, pTrav->pUserData)) {
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,
238 return debug_report_log_msg(debug_data, msgFlags, objectType, srcObject, location, msgCode, pLayerPrefix, str);
242 size_t location, int32_t msgCode, const char *pLayerPrefix,
248 fprintf((FILE *)pUserData, "%s(%s): object: %#" PRIx64 " type: %d location: %lu msgCode: %d: %s\n", pLayerPrefix, msg_flags,
249 srcObject, objType, (unsigned long)location, msgCode, pMsg);
256 uint64_t srcObject, size_t location, int32_t msgCode,
264 "%s (%s): object: 0x%" PRIxPTR " type: %d location: " PRINTF_SIZE_T_SPECIFIER " msgCode
52 debug_report_log_msg(debug_report_data *debug_data, VkFlags msgFlags, VkDebugReportObjectTypeEXT objectType, uint64_t srcObject, size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg) argument
225 log_msg(debug_report_data *debug_data, VkFlags msgFlags, VkDebugReportObjectTypeEXT objectType, uint64_t srcObject, size_t location, int32_t msgCode, const char *pLayerPrefix, const char *format, ...) argument
241 log_callback(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, uint64_t srcObject, size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg, void *pUserData) argument
255 win32_debug_output_msg(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, uint64_t srcObject, size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg, void *pUserData) argument
[all...]
H A Ddevice_limits.cpp688 size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg) {
690 my_data->instance_dispatch_table->DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix,
687 vkDebugReportMessageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg) argument
H A Dimage.cpp106 size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg) {
108 my_data->instance_dispatch_table->DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix,
105 vkDebugReportMessageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg) argument
H A Dswapchain.cpp1953 size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg) {
1955 my_data->instance_dispatch_table->DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix,
1952 vkDebugReportMessageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg) argument
H A Dparameter_validation.cpp126 size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg) {
128 pTable->DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix, pMsg);
125 vkDebugReportMessageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg) argument
/external/vulkan-validation-layers/loader/
H A Ddebug_report.c118 int32_t msgCode, const char *pLayerPrefix,
125 msgCode, pLayerPrefix, pMsg,
176 int32_t msgCode, const char *pLayerPrefix, const char *pMsg) {
180 location, msgCode, pLayerPrefix, pMsg);
268 uint64_t object, size_t location, int32_t msgCode,
278 location, msgCode, pLayerPrefix, pMsg);
288 util_DebugReportMessage(inst, flags, objType, object, location, msgCode,
114 util_DebugReportMessage(const struct loader_instance *inst, VkFlags msgFlags, VkDebugReportObjectTypeEXT objectType, uint64_t srcObject, size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg) argument
173 debug_report_DebugReportMessage( VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg) argument
266 terminator_DebugReportMessage(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg) argument
/external/vulkan-validation-layers/demos/
H A Dvulkaninfo.c138 uint64_t srcObject, size_t location, int32_t msgCode,
145 sprintf(message, "ERROR: [%s] Code %d : %s", pLayerPrefix, msgCode,
148 sprintf(message, "WARNING: [%s] Code %d : %s", pLayerPrefix, msgCode,
151 sprintf(message, "INFO: [%s] Code %d : %s", pLayerPrefix, msgCode,
154 sprintf(message, "DEBUG: [%s] Code %d : %s", pLayerPrefix, msgCode,
137 dbg_callback(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, uint64_t srcObject, size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg, void *pUserData) argument
H A Dtri.c117 uint64_t srcObject, size_t location, int32_t msgCode,
124 sprintf(message, "ERROR: [%s] Code %d : %s", pLayerPrefix, msgCode,
127 sprintf(message, "WARNING: [%s] Code %d : %s", pLayerPrefix, msgCode,
116 dbgFunc(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, uint64_t srcObject, size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg, void *pUserData) argument
H A Dcube.c264 uint64_t srcObject, size_t location, int32_t msgCode,
271 sprintf(message, "ERROR: [%s] Code %d : %s", pLayerPrefix, msgCode,
281 sprintf(message, "WARNING: [%s] Code %d : %s", pLayerPrefix, msgCode,
308 uint64_t srcObject, size_t location, int32_t msgCode,
263 dbgFunc(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, uint64_t srcObject, size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg, void *pUserData) argument
307 BreakCallback(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, uint64_t srcObject, size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg, void *pUserData) argument
/external/vulkan-validation-layers/tests/
H A Dlayer_validation_tests.cpp110 uint64_t srcObject, size_t location, int32_t msgCode,
192 uint64_t srcObject, size_t location, int32_t msgCode,
191 myDbgFunc(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, uint64_t srcObject, size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg, void *pUserData) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 192 milliseconds