Searched refs:resIo (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktAtomicOperationTests.cpp | 612 const T resIo = result.inout[elementNdx]; in checkOperation() local 617 if (!exp[0].compare(resIo, resOutput0, resOutput1) && !exp[1].compare(resIo, resOutput0, resOutput1)) in checkOperation() 625 << tcu::toHex(exp[1].m_output[1]) << ". Got: InOut = " << tcu::toHex(resIo) in checkOperation() 816 const T resIo = result.inout[elementNdx]; in checkOperationFloatingPoint() local 824 if (e.compare(resIo, resOutput0, resOutput1)) in checkOperationFloatingPoint() 848 errorMessage << ". Got: InOut = " << resIo in checkOperationFloatingPoint()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktAtomicOperationTests.cpp | 612 const T resIo = result.inout[elementNdx]; in checkOperation() local 617 if (!exp[0].compare(resIo, resOutput0, resOutput1) && !exp[1].compare(resIo, resOutput0, resOutput1)) in checkOperation() 625 << tcu::toHex(exp[1].m_output[1]) << ". Got: InOut = " << tcu::toHex(resIo) in checkOperation() 816 const T resIo = result.inout[elementNdx]; in checkOperationFloatingPoint() local 824 if (e.compare(resIo, resOutput0, resOutput1)) in checkOperationFloatingPoint() 848 errorMessage << ". Got: InOut = " << resIo in checkOperationFloatingPoint()
|
Completed in 5 milliseconds