Lines Matching refs:StringTemplate
51 using tcu::StringTemplate;
112 static const StringTemplate ERROR_MSG = {"Pipeline creation returned an error result: ${0}"};
136 static const StringTemplate ERROR_MSG = {"Got ${0}, Expected ${1}"};
152 static const StringTemplate ERROR_MSG = {"Index ${0} is not in created pipelines (pipelines.size(): ${1})"};
158 static const StringTemplate ERROR_MSG = {"pipelines[${0}] is not a valid VkPipeline object"};
174 static const StringTemplate ERROR_MSG = {"Index ${0} is not in created pipelines (pipelines.size(): ${1})"};
180 static const StringTemplate ERROR_MSG = {"pipelines[${0}] is not VK_NULL_HANDLE"};
196 static const StringTemplate ERROR_MSG = {"Index ${0} is not in created pipelines (pipelines.size(): ${1})"};
202 static const StringTemplate ERROR_MSG = {"Index ${0} is the last pipeline, likely a malformed test case"};
213 static const StringTemplate ERROR_MSG = {
254 static const StringTemplate ERROR_MSG = {"pipeline creation took longer than ${0}us (actual time: ${1}us)"};
829 static const StringTemplate VS_TEXT = {"#version 310 es\n"
839 static const StringTemplate FS_TEXT = {"#version 310 es\n"
943 static const StringTemplate PASS_MSG = {"Test Passed. ${0}"};
1036 static const StringTemplate CS_TEXT = {"#version 450\n"
1128 static const StringTemplate PASS_MSG = {"Test Passed. ${0}"};