Home
last modified time | relevance | path

Searched refs:resOutput0 (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktAtomicOperationTests.cpp613 const T resOutput0 = result.output[elementNdx]; in checkOperation() local
617 if (!exp[0].compare(resIo, resOutput0, resOutput1) && !exp[1].compare(resIo, resOutput0, resOutput1)) in checkOperation()
626 << ", Output0 = " << tcu::toHex(resOutput0) << ", Output1 = " in checkOperation()
817 const T resOutput0 = result.output[elementNdx]; in checkOperationFloatingPoint() local
824 if (e.compare(resIo, resOutput0, resOutput1)) in checkOperationFloatingPoint()
849 << ", Output0 = " << resOutput0 in checkOperationFloatingPoint()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktAtomicOperationTests.cpp613 const T resOutput0 = result.output[elementNdx]; in checkOperation() local
617 if (!exp[0].compare(resIo, resOutput0, resOutput1) && !exp[1].compare(resIo, resOutput0, resOutput1)) in checkOperation()
626 << ", Output0 = " << tcu::toHex(resOutput0) << ", Output1 = " in checkOperation()
817 const T resOutput0 = result.output[elementNdx]; in checkOperationFloatingPoint() local
824 if (e.compare(resIo, resOutput0, resOutput1)) in checkOperationFloatingPoint()
849 << ", Output0 = " << resOutput0 in checkOperationFloatingPoint()

Completed in 5 milliseconds