Lines Matching defs:string

48  *  - For each string returned (statistic names, etc.) the tests assert
49 * that the string is NULL terminated.
101 std::string getShaderFlagStr(const VkShaderStageFlags shader,
124 std::string getShaderFlagsStr (const VkShaderStageFlags flags)
162 virtual const std::string generateTestName (void) const;
183 const std::string ExecutablePropertiesTestParam::generateTestName (void) const
185 std::string result(getShaderFlagStr(m_shaders, false));
209 const std::string& name,
272 checkString(const char *string, size_t size)
277 if (string[i] == 0)
283 // The string needs to be non-empty and null terminated
331 return tcu::TestStatus::fail("Invalid statistic name string");
339 return tcu::TestStatus::fail("Statistic name string not unique within the executable");
345 return tcu::TestStatus::fail("Invalid statistic description string");
388 return tcu::TestStatus::fail("Invalid binary description string");
492 return tcu::TestStatus::fail("Invalid internal representation name string");
500 return tcu::TestStatus::fail("Internal representation name string not unique within the executable");
506 return tcu::TestStatus::fail("Invalid binary description string");
536 return tcu::TestStatus::fail("Textual internal representation isn't a valid string");
616 return tcu::TestStatus::fail("Invalid binary name string");
624 return tcu::TestStatus::fail("Binary name string not unique within the pipeline");
630 return tcu::TestStatus::fail("Invalid binary description string");
732 const std::string& name,
1077 const std::string& name,