Lines Matching defs:pba
665 bool verifyColorImage (const tcu::ConstPixelBufferAccess& pba);
666 bool verifyDepthImage (const tcu::ConstPixelBufferAccess& pba);
1053 bool PipelineLibraryTestInstance::verifyColorImage (const ConstPixelBufferAccess& pba)
1056 TextureLevel referenceImage (pba.getFormat(), pba.getWidth(), pba.getHeight());
1080 return intThresholdCompare(log, "colorImage", "colorImage", reference, pba, UVec4(), COMPARE_LOG_RESULT);
1083 bool PipelineLibraryTestInstance::verifyDepthImage (const ConstPixelBufferAccess& pba)
1087 TextureLevel referenceImage (mapVkFormat(compareFormat), pba.getWidth(), pba.getHeight());
1089 TextureLevel resultImage (mapVkFormat(compareFormat), pba.getWidth(), pba.getHeight());
1100 const UVec4 pix(static_cast<deUint32>(static_cast<float>(red100[0]) * pba.getPixDepth(x, y)), 0, 0, 0);