Searched refs:DMat3x4 (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 13929 typedef tcu::Matrix<glw::GLdouble, 4, 3> DMat3x4; in getFunctionObject() typedef 14414 …return new FunctionObject::binary<DMat3x4 /* ResT */, tcu::DVec4 /* Arg1T */, tcu::DVec3 /* Arg2T … in getFunctionObject() 14576 return new FunctionObject::unary<DMat3x4 /* ResT */, DMat4x3 /* ArgT */>(function, "transpose", in getFunctionObject() 14588 return new FunctionObject::unary<DMat4x3 /* ResT */, DMat3x4 /* ArgT */>(function, "transpose", in getFunctionObject()
|