Home
last modified time | relevance | path

Searched refs:DVec4 (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cVertexAttribBindingTests.cpp39 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 …]
Dgl4cGPUShaderFP64Tests.cpp12096 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/
DtcuVectorType.hpp60 typedef Vector<double, 4> DVec4; typedef
/external/deqp/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.hpp175 template<> inline VkFormat vertexFormatFromType<tcu::DVec4> () { return VK_FORMAT_R64G64B… in vertexFormatFromType()
198 template<> inline tcu::DVec4 convertFloatTo<tcu::DVec4> (const tcu::Vec3& vertex) { return tcu… in convertFloatTo()
DvkRayTracingUtil.cpp232 … return de::SharedPtr<RaytracedGeometryBase>(buildRaytracedGeometry<tcu::DVec4, deUint16>(builder… in makeRaytracedGeometry()
233 … return de::SharedPtr<RaytracedGeometryBase>(buildRaytracedGeometry<tcu::DVec4, deUint32>(builder… in makeRaytracedGeometry()
234 …: return de::SharedPtr<RaytracedGeometryBase>(buildRaytracedGeometry<tcu::DVec4, EmptyIndex>(build… in makeRaytracedGeometry()