Lines Matching refs:accesses
933 std::vector<tcu::ConstPixelBufferAccess> accesses; in verify() local
937 accesses.push_back(tcu::ConstPixelBufferAccess(format, m_width, m_height, m_layerCount, ptr)); in verify()
978 const Vec4 firstColor (accesses[0].getPixel(x, y, z)); in verify()
995 const Vec4 color (accesses[attachmentNdx].getPixel(x, y, z)); in verify()
1020 logImage(std::string("Attachment") + de::toString(attachmentNdx), accesses[attachmentNdx]); in verify()
1066 : accesses[0].getPixelUint(x, y, z)); in verify()
1087 const UVec4 color (accesses[attachmentNdx].getPixelUint(x, y, z)); in verify()
1106 logImage(std::string("Attachment") + de::toString(attachmentNdx), accesses[attachmentNdx]); in verify()
1167 : accesses[0].getPixelInt(x, y, z)); in verify()
1188 const IVec4 color (accesses[attachmentNdx].getPixelInt(x, y, z)); in verify()
1207 logImage(std::string("Attachment") + de::toString(attachmentNdx), accesses[attachmentNdx]); in verify()
2026 std::vector<tcu::ConstPixelBufferAccess> accesses; in verify() local
2030 accesses.push_back(tcu::ConstPixelBufferAccess(format, m_width, m_height, 1, ptr)); in verify()
2061 Vec4 color = accesses[outputNdx].getPixel(x, y); in verify()
2101 const UVec4 color (accesses[outputNdx].getPixelUint(x, y)); in verify()
2138 const IVec4 color (accesses[outputNdx].getPixelInt(x, y)); in verify()