Lines Matching refs:getUintVec4Access
206 QueriedState::GLUintVec4& QueriedState::getUintVec4Access (void) in getUintVec4Access() function in deqp::gls::StateQueryUtil::QueriedState
1483 if (state.getUintVec4Access()[0] != expected[0] || in verifyUnsignedIntegerVec4()
1484 state.getUintVec4Access()[1] != expected[1] || in verifyUnsignedIntegerVec4()
1485 state.getUintVec4Access()[2] != expected[2] || in verifyUnsignedIntegerVec4()
1486 state.getUintVec4Access()[3] != expected[3]) in verifyUnsignedIntegerVec4()
1489 buf << "Expected " << expected << ", got " << tcu::formatArray(state.getUintVec4Access()); in verifyUnsignedIntegerVec4()
1608 if (state.getUintVec4Access()[0] != reference[0] || in verifyBooleanVec4()
1609 state.getUintVec4Access()[1] != reference[1] || in verifyBooleanVec4()
1610 state.getUintVec4Access()[2] != reference[2] || in verifyBooleanVec4()
1611 state.getUintVec4Access()[3] != reference[3]) in verifyBooleanVec4()
1614 buf << "Expected " << reference << ", got " << tcu::formatArray(state.getUintVec4Access()); in verifyBooleanVec4()
1686 if (state.getUintVec4Access()[ndx] < refValueMin || in verifyFloatVec4()
1687 state.getUintVec4Access()[ndx] > refValueMax) in verifyFloatVec4()
1704 …f << "Expected {" << expectation.str() << "}, got " << tcu::formatArray(state.getUintVec4Access()); in verifyFloatVec4()