Searched defs:ERROR_MSG (Results 1 – 5 of 5) sorted by relevance
114 static const StringTemplate ERROR_MSG = {"Pipeline creation returned an error result: ${0}"}; in validateResults() local138 static const StringTemplate ERROR_MSG = {"Got ${0}, Expected ${1}"}; in checkResult() local154 …static const StringTemplate ERROR_MSG = {"Index ${0} is not in created pipelines (pipelines.size()… in checkPipelineMustBeValid() local160 static const StringTemplate ERROR_MSG = {"pipelines[${0}] is not a valid VkPipeline object"}; in checkPipelineMustBeValid() local176 …static const StringTemplate ERROR_MSG = {"Index ${0} is not in created pipelines (pipelines.size()… in checkPipelineMustBeNull() local182 static const StringTemplate ERROR_MSG = {"pipelines[${0}] is not VK_NULL_HANDLE"}; in checkPipelineMustBeNull() local198 …static const StringTemplate ERROR_MSG = {"Index ${0} is not in created pipelines (pipelines.size()… in checkPipelineNullAfterIndex() local204 …static const StringTemplate ERROR_MSG = {"Index ${0} is the last pipeline, likely a malformed test… in checkPipelineNullAfterIndex() local215 static const StringTemplate ERROR_MSG = { in checkPipelineNullAfterIndex() local
187 #define ERROR_MSG(fmt, ...) \ macro
193 #define ERROR_MSG(fmt, ...) \ macro
192 #define ERROR_MSG(fmt, ...) \ macro
201 #define ERROR_MSG(fmt, ...) \ macro