Home
last modified time | relevance | path

Searched refs:errorComponent (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleShaderBuiltInTests.cpp159 const deUint32 errorComponent = dataPerSample[sampleNdx].getPixelUint(x, y, z)[errorCompNdx]; in checkForErrorMS() local
161 if (errorComponent > 0) in checkForErrorMS()
175 const deUint32 errorComponent = dataRS.getPixelUint(x, y, z)[errorCompNdx]; in checkForErrorRS() local
177 if (errorComponent > 0) in checkForErrorRS()
367 const deUint32 errorComponent = dataRS.getPixelUint(x, y, z).z(); in verifyImageData() local
369 if (errorComponent > 0) in verifyImageData()
390 const deUint32 errorComponent = dataPerSample[sampleNdx].getPixelUint(x, y, z).z(); in verifyImageData() local
392 if (errorComponent > 0) in verifyImageData()
H A DvktPipelineMultisampleInterpolationTests.cpp73 const deUint32 errorComponent = dataRS.getPixelUint(x, y, z)[errorCompNdx]; in checkForError() local
75 if (errorComponent > 0) in checkForError()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleShaderBuiltInTests.cpp156 const deUint32 errorComponent = dataPerSample[sampleNdx].getPixelUint(x, y, z)[errorCompNdx]; in checkForErrorMS() local
158 if (errorComponent > 0) in checkForErrorMS()
172 const deUint32 errorComponent = dataRS.getPixelUint(x, y, z)[errorCompNdx]; in checkForErrorRS() local
174 if (errorComponent > 0) in checkForErrorRS()
364 const deUint32 errorComponent = dataRS.getPixelUint(x, y, z).z(); in verifyImageData() local
366 if (errorComponent > 0) in verifyImageData()
387 const deUint32 errorComponent = dataPerSample[sampleNdx].getPixelUint(x, y, z).z(); in verifyImageData() local
389 if (errorComponent > 0) in verifyImageData()
H A DvktPipelineMultisampleInterpolationTests.cpp71 const deUint32 errorComponent = dataRS.getPixelUint(x, y, z)[errorCompNdx]; in checkForError() local
73 if (errorComponent > 0) in checkForError()

Completed in 12 milliseconds