Home
last modified time | relevance | path

Searched refs:outVal (Results 1 - 13 of 13) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryBarycentricCoordinatesTests.cpp353 const auto& outVal = outputData[i]; in iterate() local
356 if (outVal.z() != 0.0f || outVal.w() != 0.0f || de::abs(outVal.x() - expectedVal.x()) > kThreshold || de::abs(outVal.y() - expectedVal.y()) > kThreshold) in iterate()
359 msg << "Unexpected value found for ray " << i << ": expected " << expectedVal << " and found " << outVal << ";"; in iterate() local
H A DvktRayQueryPositionFetchTests.cpp647 /*const */ auto& outVal = outputData[i]; // Should be const but .xyz() isn't in iterate() local
648 tcu::Vec3 outVec3 = outVal.xyz(); in iterate()
657 msg << "Unexpected value found for element " << i << ": expected " << expectedVal << " and found " << outVal << ";"; in iterate() local
664 msg << "Expected value found for element " << i << ": expected " << expectedVal << " and found " << outVal << ";\n"; in iterate()
H A DvktRayQueryOpacityMicromapTests.cpp1009 const auto& outVal = outputData[i]; in iterate() local
1012 if (outVal != expectedVal) in iterate()
1015 msg << "Unexpected value found for ray " << i << ": expected " << expectedVal << " and found " << outVal << ";"; in iterate() local
1022 msg << "Expected value found for ray " << i << ": expected " << expectedVal << " and found " << outVal << ";\n"; // XXX Debug remove in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryBarycentricCoordinatesTests.cpp353 const auto& outVal = outputData[i]; in iterate() local
356 if (outVal.z() != 0.0f || outVal.w() != 0.0f || de::abs(outVal.x() - expectedVal.x()) > kThreshold || de::abs(outVal.y() - expectedVal.y()) > kThreshold) in iterate()
359 msg << "Unexpected value found for ray " << i << ": expected " << expectedVal << " and found " << outVal << ";"; in iterate() local
H A DvktRayQueryOpacityMicromapTests.cpp972 const auto& outVal = outputData[i]; in iterate() local
975 if (outVal != expectedVal) in iterate()
978 msg << "Unexpected value found for ray " << i << ": expected " << expectedVal << " and found " << outVal << ";"; in iterate() local
985 msg << "Expected value found for ray " << i << ": expected " << expectedVal << " and found " << outVal << ";\n"; // XXX Debug remove in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBarycentricCoordinatesTests.cpp412 const auto& outVal = outputData[i]; in iterate() local
415 if (outVal.z() != 0.0f || outVal.w() != 0.0f || de::abs(outVal.x() - expectedVal.x()) > kThreshold || de::abs(outVal.y() - expectedVal.y()) > kThreshold) in iterate()
418 msg << "Unexpected value found for ray " << i << ": expected " << expectedVal << " and found " << outVal << ";"; in iterate() local
H A DvktRayTracingOpacityMicromapTests.cpp718 const auto& outVal = outputData[i]; in iterate() local
721 if (outVal != expectedVal) in iterate()
724 msg << "Unexpected value found for ray " << i << ": expected " << expectedVal << " and found " << outVal << ";"; in iterate() local
731 msg << "Expected value found for ray " << i << ": expected " << expectedVal << " and found " << outVal << ";\n"; // XXX Debug remove in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBarycentricCoordinatesTests.cpp469 const auto& outVal = outputData[i]; in iterate() local
472 if (outVal.z() != expectedVal.z() || outVal.w() != 0.0f || de::abs(outVal.x() - expectedVal.x()) > kThreshold || de::abs(outVal.y() - expectedVal.y()) > kThreshold) in iterate()
475 msg << "Unexpected value found for ray " << i << ": expected " << expectedVal << " and found " << outVal << ";"; in iterate() local
H A DvktRayTracingPositionFetchTests.cpp435 /*const */ auto& outVal = outputData[i]; // Should be const but .xyz() isn't in iterate() local
436 tcu::Vec3 outVec3 = outVal.xyz(); in iterate()
445 msg << "Unexpected value found for element " << i << ": expected " << expectedVal << " and found " << outVal << ";"; in iterate() local
452 msg << "Expected value found for element " << i << ": expected " << expectedVal << " and found " << outVal << ";\n"; in iterate()
H A DvktRayTracingOpacityMicromapTests.cpp716 const auto& outVal = outputData[i]; in iterate() local
719 if (outVal != expectedVal) in iterate()
722 msg << "Unexpected value found for ray " << i << ": expected " << expectedVal << " and found " << outVal << ";"; in iterate() local
729 msg << "Expected value found for ray " << i << ": expected " << expectedVal << " and found " << outVal << ";\n"; // XXX Debug remove in iterate()
/third_party/vk-gl-cts/modules/gles2/scripts/
H A Dgen-conversions.py274 return [IllegalConversionCase(inVal, outVal) for (inVal, outVal) in combinations]
/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgen-conversions.py300 return [IllegalConversionCase(inVal, outVal) for (inVal, outVal) in combinations]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTransformFeedbackTests.cpp740 deUint32 outVal = *(const deUint32*)outPtr; in compareTransformFeedbackOutput() local
748 case glu::PRECISION_HIGHP: isEqual = de::abs((int)inVal - (int)outVal) < 2; break; in compareTransformFeedbackOutput()
749 case glu::PRECISION_MEDIUMP: isEqual = de::abs((int)inVal - (int)outVal) < 2+(1<<13); break; in compareTransformFeedbackOutput()
762 isEqual = (inVal == outVal); // Bit-exact match required for integer types. in compareTransformFeedbackOutput()

Completed in 16 milliseconds