Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleShaderBuiltInTests.cpp144 const deUint32 errorComponent = dataPerSample[sampleNdx].getPixelUint(x, y, z)[errorCompNdx]; in checkForErrorMS() local
146 if (errorComponent > 0) in checkForErrorMS()
160 const deUint32 errorComponent = dataRS.getPixelUint(x, y, z)[errorCompNdx]; in checkForErrorRS() local
162 if (errorComponent > 0) in checkForErrorRS()
340 const deUint32 errorComponent = dataRS.getPixelUint(x, y, z).z(); in verifyImageData() local
342 if (errorComponent > 0) in verifyImageData()
363 const deUint32 errorComponent = dataPerSample[sampleNdx].getPixelUint(x, y, z).z(); in verifyImageData() local
365 if (errorComponent > 0) in verifyImageData()
DvktPipelineMultisampleInterpolationTests.cpp70 const deUint32 errorComponent = dataRS.getPixelUint(x, y, z)[errorCompNdx]; in checkForError() local
72 if (errorComponent > 0) in checkForError()