Searched refs:errorCompNdx (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleShaderBuiltInTests.cpp | 134 …MSInfo, const std::vector<tcu::ConstPixelBufferAccess>& dataPerSample, const deUint32 errorCompNdx) in checkForErrorMS() argument 144 const deUint32 errorComponent = dataPerSample[sampleNdx].getPixelUint(x, y, z)[errorCompNdx]; in checkForErrorMS() 154 …ageCreateInfo& imageRSInfo, const tcu::ConstPixelBufferAccess& dataRS, const deUint32 errorCompNdx) in checkForErrorRS() argument 160 const deUint32 errorComponent = dataRS.getPixelUint(x, y, z)[errorCompNdx]; in checkForErrorRS()
|
D | vktPipelineMultisampleInterpolationTests.cpp | 64 …ageCreateInfo& imageRSInfo, const tcu::ConstPixelBufferAccess& dataRS, const deUint32 errorCompNdx) in checkForError() argument 70 const deUint32 errorComponent = dataRS.getPixelUint(x, y, z)[errorCompNdx]; in checkForError()
|