Home
last modified time | relevance | path

Searched refs:maskA (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSampleVariableTests.cpp1895 const deUint32 maskA = sampleCoverage[sampleNdxA].getAccess().getPixelUint(x, y).x(); in postTest() local
1899 if (maskA != maskB) in postTest()
1902 if (maskA & maskB) in postTest()
1913 << "\tMask" << sampleNdxA << " = " << tcu::Format::Hex<8>(maskA) << "\n" in postTest()