Searched refs:LogComps (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeShaderBuiltinVarTests.cpp | 93 struct LogComps struct 98 LogComps (const UVec3 &v_, int numComps_) : v(v_), numComps(numComps_) {} in LogComps() argument 101 static inline std::ostream& operator<< (std::ostream& str, const LogComps& c) in operator <<() 548 << ": expected " << LogComps(refValue, numScalars) in iterate() 549 << ", got " << LogComps(resValue, numScalars) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
D | vktComputeShaderBuiltinVarTests.cpp | 93 struct LogComps struct 98 LogComps (const UVec3 &v_, int numComps_) : v(v_), numComps(numComps_) {} in LogComps() argument 101 static inline std::ostream& operator<< (std::ostream& str, const LogComps& c) in operator <<() 548 << ": expected " << LogComps(refValue, numScalars) in iterate() 549 << ", got " << LogComps(resValue, numScalars) in iterate()
|