HomeSort by relevance Sort by last modified time
    Searched refs:LogComps (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeShaderBuiltinVarTests.cpp 88 struct LogComps
93 LogComps (const UVec3 &v_, int numComps_) : v(v_), numComps(numComps_) {}
96 static inline std::ostream& operator<< (std::ostream& str, const LogComps& c)
511 << ": expected " << LogComps(refValue, numScalars)
512 << ", got " << LogComps(resValue, numScalars)
  /external/deqp/modules/gles31/functional/
es31fComputeShaderBuiltinVarTests.cpp 191 struct LogComps
196 LogComps (const UVec3& v_, int numComps_) : v(v_), numComps(numComps_) {}
199 static inline std::ostream& operator<< (std::ostream& str, const LogComps& c)
267 << ": expected " << LogComps(refValue, numScalars)
268 << ", got " << LogComps(resValue, numScalars)

Completed in 219 milliseconds