Searched refs:HexBool (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp271 struct HexBool struct in namespace:deqp::gles3::Functional
274 HexBool (const deUint32 value_) : value(value_) {} function in struct:deqp::gles3::Functional::HexBool
277 std::ostream& operator<< (std::ostream& str, const HexBool& v)
311 case glu::TYPE_BOOL: str << HexBool(((const deUint32*)varValue.value)[compNdx]); break;
841 m_failMsg << "Expected [" << compNdx << "] = " << HexBool(ref);
922 m_failMsg << "Expected [" << compNdx << "] = " << HexBool(ref);
/external/deqp/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp345 struct HexBool struct in namespace:deqp::gles31::Functional
348 HexBool (const deUint32 value_) : value(value_) {} function in struct:deqp::gles31::Functional::HexBool
351 std::ostream& operator<< (std::ostream& str, const HexBool& v)
385 case glu::TYPE_BOOL: str << HexBool(((const deUint32*)varValue.value)[compNdx]); break;
1002 m_failMsg << "Expected [" << compNdx << "] = " << HexBool(ref);
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp288 struct HexBool struct in namespace:vkt::shaderexecutor::__anon3877
291 HexBool (const deUint32 value_) : value(value_) {} function in struct:vkt::shaderexecutor::__anon3877::HexBool
294 std::ostream& operator<< (std::ostream& str, const HexBool& v)
328 case glu::TYPE_BOOL: str << HexBool(((const deUint32*)varValue.value)[compNdx]); break;
1158 m_failMsg << "Expected [" << compNdx << "] = " << HexBool(ref);

Completed in 104 milliseconds