Lines Matching refs:result

73  * \brief Paired Vulkan API result with elapsed duration
77 VkResult result;
84 * \param result - VkResult returned from API call
97 * \brief Run a loop of validation tests and return the result
100 TestStatus validateResults(VkResult result,
110 if (contains(DE_ARRAY_BEGIN(ALLOWED_RESULTS), DE_ARRAY_END(ALLOWED_RESULTS), result) == DE_FALSE)
112 static const StringTemplate ERROR_MSG = {"Pipeline creation returned an error result: ${0}"};
113 TCU_THROW(InternalError, ERROR_MSG.format(result).c_str());
118 const auto qpResult = validator(result, pipelines, elapsed, reason);
129 * \brief Generate an error if result does not match VK_RESULT
132 qpTestResult checkResult(VkResult result, const vector<UniquePipeline>&, duration, string& reason)
134 if (VK_RESULT != result)
137 reason = ERROR_MSG.format(result, VK_RESULT);
854 * \brief return both result and elapsed time from pipeline creation
867 const auto result = vk.createGraphicsPipelines(
870 return {result, elapsed};
922 const auto status = validateResults(timedResult.result, pipelines, timedResult.elapsed, i.validators);
940 results.push_back(timedResult.result);
1050 * \brief return both result and elapsed time from pipeline creation
1063 const auto result = vk.createComputePipelines(
1066 return {result, elapsed};
1107 const auto status = validateResults(timedResult.result, pipelines, timedResult.elapsed, i.validators);
1125 results.push_back(timedResult.result);
1149 // Fail if result is not VK_SUCCESS
1159 // Warn if result is not VK_SUCCESS
1183 // Fail if result is not VK_SUCCESS
1213 // Fail if result is not VK_SUCCESS
1263 // Warn if result is not VK_ERROR_PIPELINE_COMPILE_REQUIRED_EXT
1288 // Warn if result is not VK_ERROR_PIPELINE_COMPILE_REQUIRED_EXT
1311 // Warn if result is not VK_ERROR_PIPELINE_COMPILE_REQUIRED_EXT
1338 // Warn if result is not VK_ERROR_PIPELINE_COMPILE_REQUIRED_EXT
1363 // Warn if result is not VK_ERROR_PIPELINE_COMPILE_REQUIRED_EXT