Searched refs:getInt64Access (Results 1 – 2 of 2) sorted by relevance
164 glw::GLint64& QueriedState::getInt64Access (void) in getInt64Access() function in deqp::gls::StateQueryUtil::QueriedState1011 if (state.getInt64Access() != reference) in verifyBoolean()1014 buf << "Expected " << reference << ", got " << state.getInt64Access(); in verifyBoolean()1070 if (state.getInt64Access() != reference) in verifyInteger()1074 …<< state.getInt64Access() << "(" << de::toString(tcu::Format::Hex<8>(state.getInt64Access())) << "… in verifyInteger()1108 …<< state.getInt64Access() << "(" << de::toString(tcu::Format::Hex<8>(state.getInt64Access())) << "… in verifyInteger()1148 if (state.getInt64Access() < minValue) in verifyIntegerMin()1151 buf << "Expected greater or equal to " << minValue << ", got " << state.getInt64Access(); in verifyIntegerMin()1202 if (state.getInt64Access() > maxValue) in verifyIntegerMax()1205 buf << "Expected less or equal to " << maxValue << ", got " << state.getInt64Access(); in verifyIntegerMax()[all …]
352 glw::GLint64& getInt64Access (void);