Searched refs:LogComps (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fComputeShaderBuiltinVarTests.cpp | 191 struct LogComps struct 196 LogComps (const UVec3& v_, int numComps_) : v(v_), numComps(numComps_) {} in LogComps() function 199 static inline std::ostream& operator<< (std::ostream& str, const LogComps& c) in operator <<() 267 << ": expected " << LogComps(refValue, numScalars) in iterate() 268 << ", got " << LogComps(resValue, numScalars) in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeShaderBuiltinVarTests.cpp | 90 struct LogComps struct 95 LogComps (const UVec3 &v_, int numComps_) : v(v_), numComps(numComps_) {} in LogComps() function 98 static inline std::ostream& operator<< (std::ostream& str, const LogComps& c) in operator <<() 541 << ": expected " << LogComps(refValue, numScalars) in iterate() 542 << ", got " << LogComps(resValue, numScalars) in iterate()
|