Home | History | Annotate | Download | only in vulkan

Lines Matching refs:eError

15474     eError = VK_DEBUG_REPORT_ERROR_BIT_EXT,
20657 case DebugReportFlagBitsEXT::eError: return "Error";
20670 if (value & DebugReportFlagBitsEXT::eError) result += "Error | ";