Searched refs:DVec4 (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cVertexAttribBindingTests.cpp | 39 using tcu::DVec4; 1895 DVec4 expected_data[32]; 1905 expected_data[i] = DVec4(0.0); in Setup() 1961 DVec4 data[32]; in Run() 1962 glGetBufferSubData(GL_TRANSFORM_FEEDBACK_BUFFER, 0, sizeof(DVec4) * 32, &data[0]); in Run() 2013 glBufferData(GL_ARRAY_BUFFER, sizeof(DVec4) * 3, NULL, GL_STATIC_DRAW); in Run() 2014 glBufferSubData(GL_ARRAY_BUFFER, 0, sizeof(DVec4), &DVec4(1.0, 2.0, 3.0, 4.0)[0]); in Run() 2015 glBufferSubData(GL_ARRAY_BUFFER, 32, sizeof(DVec4), &DVec4(5.0, 6.0, 7.0, 8.0)[0]); in Run() 2016 glBufferSubData(GL_ARRAY_BUFFER, 64, sizeof(DVec4), &DVec4(9.0, 10.0, 11.0, 12.0)[0]); in Run() 2036 expected_data[0] = DVec4(1.0, 2.0, 3.0, 4.0); in Run() [all …]
|
D | gl4cGPUShaderFP64Tests.cpp | 12096 class typeInfo<tcu::DVec4> 14011 …return new FunctionObject::binary<glw::GLdouble /* ResT */, tcu::DVec4 /* Arg1T */, tcu::DVec4 /* … in getFunctionObject() 14033 …return new FunctionObject::binary<glw::GLdouble /* ResT */, tcu::DVec4 /* Arg1T */, tcu::DVec4 /* … in getFunctionObject() 14055 …return new FunctionObject::binary<tcu::UVec4 /* ResT */, tcu::DVec4 /* Arg1T */, tcu::DVec4 /* Arg… in getFunctionObject() 14079 return new FunctionObject::tenary<tcu::DVec4 /* ResT */, const tcu::DVec4& /* Arg1T */, in getFunctionObject() 14080 const tcu::DVec4& /* Arg2T */, const tcu::DVec4& /* Arg3T */>( in getFunctionObject() 14133 …return new FunctionObject::binary<tcu::UVec4 /* ResT */, tcu::DVec4 /* Arg1T */, tcu::DVec4 /* Arg… in getFunctionObject() 14155 …return new FunctionObject::binary<tcu::UVec4 /* ResT */, tcu::DVec4 /* Arg1T */, tcu::DVec4 /* Arg… in getFunctionObject() 14212 …return new FunctionObject::binary<tcu::UVec4 /* ResT */, tcu::DVec4 /* Arg1T */, tcu::DVec4 /* Arg… in getFunctionObject() 14234 …return new FunctionObject::binary<tcu::UVec4 /* ResT */, tcu::DVec4 /* Arg1T */, tcu::DVec4 /* Arg… in getFunctionObject() [all …]
|
/external/deqp/framework/common/ |
D | tcuVectorType.hpp | 60 typedef Vector<double, 4> DVec4; typedef
|