Searched refs:getUintVec4Access (Results 1 – 2 of 2) sorted by relevance
206 QueriedState::GLUintVec4& QueriedState::getUintVec4Access (void) in getUintVec4Access() function in deqp::gls::StateQueryUtil::QueriedState1483 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()[all …]
359 GLUintVec4& getUintVec4Access (void);