Searched refs:DVec3 (Results 1 – 3 of 3) sorted by relevance
/external/deqp/framework/common/ |
D | tcuVectorType.hpp | 59 typedef Vector<double, 3> DVec3; typedef
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 12089 class typeInfo<tcu::DVec3> 13973 …return new FunctionObject::binary<tcu::DVec3 /* ResT */, tcu::DVec3 /* Arg1T */, tcu::DVec3 /* Arg… in getFunctionObject() 14007 …return new FunctionObject::binary<glw::GLdouble /* ResT */, tcu::DVec3 /* Arg1T */, tcu::DVec3 /* … in getFunctionObject() 14029 …return new FunctionObject::binary<glw::GLdouble /* ResT */, tcu::DVec3 /* Arg1T */, tcu::DVec3 /* … in getFunctionObject() 14051 …return new FunctionObject::binary<tcu::UVec3 /* ResT */, tcu::DVec3 /* Arg1T */, tcu::DVec3 /* Arg… in getFunctionObject() 14074 return new FunctionObject::tenary<tcu::DVec3 /* ResT */, const tcu::DVec3& /* Arg1T */, in getFunctionObject() 14075 const tcu::DVec3& /* Arg2T */, const tcu::DVec3& /* Arg3T */>( in getFunctionObject() 14129 …return new FunctionObject::binary<tcu::UVec3 /* ResT */, tcu::DVec3 /* Arg1T */, tcu::DVec3 /* Arg… in getFunctionObject() 14151 …return new FunctionObject::binary<tcu::UVec3 /* ResT */, tcu::DVec3 /* Arg1T */, tcu::DVec3 /* Arg… in getFunctionObject() 14208 …return new FunctionObject::binary<tcu::UVec3 /* ResT */, tcu::DVec3 /* Arg1T */, tcu::DVec3 /* Arg… in getFunctionObject() [all …]
|
D | gl4cVertexAttribBindingTests.cpp | 42 using tcu::DVec3; 3027 memcpy(u.d, DVec3(1.0, 2.0, 3.0).m_data, 3 * sizeof(double)); in Run() 3049 memcpy(u.d, DVec3(4.0, 5.0, 6.0).m_data, 3 * sizeof(double)); in Run()
|