Searched refs:UVec2 (Results 1 – 12 of 12) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fShaderPrecisionTests.cpp | 656 …unc evalFunc, glu::Precision precision, int bits, const tcu::UVec2& rangeA, const tcu::UVec2& rang… 672 tcu::UVec2 m_rangeA; 673 tcu::UVec2 m_rangeB; 687 …unc evalFunc, glu::Precision precision, int bits, const tcu::UVec2& rangeA, const tcu::UVec2& rang… in ShaderUintPrecisionCase() 861 using tcu::UVec2; in init() 873 tcu::UVec2 fullRange32U (0u, 0xffffffffu); in init() 874 tcu::UVec2 fullRange16U (0u, 0xffffu); in init() 875 tcu::UVec2 fullRange8U (0u, 0xffu); in init() 934 tcu::UVec2 rangeA; in init() 935 tcu::UVec2 rangeB; in init() [all …]
|
D | es3fFragmentOutputTests.cpp | 59 using tcu::UVec2; 365 static UVec2 getUintRange (glu::Precision precision) in getUintRange() 367 static const UVec2 ranges[] = in getUintRange() 369 UVec2(0, (1<< 8)-1), in getUintRange() 370 UVec2(0, (1<<16)-1), in getUintRange() 371 UVec2(0, 0xffffffffu) in getUintRange() 656 const UVec2 range = getUintRange(output.precision); in iterate()
|
/external/deqp/framework/common/ |
D | tcuVectorType.hpp | 46 typedef Vector<deUint32, 2> UVec2; typedef
|
/external/deqp/modules/gles31/scripts/ |
D | genutil.py | 220 def toUVec2(self): return UVec2(self.x, self.x) 383 def toUVec2(self): return UVec2(self.x, self.y) 390 def toUint(self): return UVec2(int(self.x), int(self.y)) 464 class UVec2(Vec2): class 494 def toUVec2(self): return UVec2(self.x, self.y) 613 def toUVec2(self): return UVec2(self.x, self.y)
|
D | gen-implicit-conversions.py | 7 from genutil import Scalar, Vec2, Vec3, Vec4, Uint, UVec2, UVec3, UVec4, CaseGroup 363 "uvec2": UVec2(1, 2),
|
/external/deqp/modules/gles3/scripts/ |
D | genutil.py | 220 def toUVec2(self): return UVec2(self.x, self.x) 381 def toUVec2(self): return UVec2(self.x, self.y) 388 def toUint(self): return UVec2(int(self.x), int(self.y)) 462 class UVec2(Vec2): class 492 def toUVec2(self): return UVec2(self.x, self.y) 611 def toUVec2(self): return UVec2(self.x, self.y)
|
/external/deqp/modules/gles31/functional/ |
D | es31fComputeShaderBuiltinVarTests.cpp | 213 const tcu::UVec2 stride (globalSize[0]*globalSize[1], globalSize[0]); in iterate()
|
D | es31fShaderIntegerFunctionTests.cpp | 49 using tcu::UVec2;
|
D | es31fShaderImageLoadStoreTests.cpp | 64 using tcu::UVec2;
|
/external/deqp/modules/gles2/stress/ |
D | es2sSpecialFloatTests.cpp | 1130 …std::vector<tcu::UVec2> gridTexCoords (DE_LENGTH_OF_ARRAY(s_specialFloats) * DE_LENGTH_OF_ARRAY(s_… in iterate() 1142 …gridTexCoords[x * DE_LENGTH_OF_ARRAY(s_specialFloats) + y] = tcu::UVec2(s_specialFloats[x], s_spec… in iterate()
|
/external/deqp/modules/glshared/ |
D | glsDrawTest.cpp | 1837 …tx, glu::RenderContext& renderCtx, sglr::Context& drawContext, const tcu::UVec2& screenSize, bool … 1864 …tx, glu::RenderContext& renderCtx, sglr::Context& drawContext, const tcu::UVec2& screenSize, bool … in AttributePack() 3190 …m_glArrayPack = new AttributePack(m_testCtx, m_renderCtx, *m_glesContext, tcu::UVec2(renderTargetW… in init() 3191 …m_rrArrayPack = new AttributePack(m_testCtx, m_renderCtx, *m_refContext, tcu::UVec2(renderTargetW… in init()
|
/external/deqp/modules/gles3/stress/ |
D | es3sSpecialFloatTests.cpp | 1485 …std::vector<tcu::UVec2> gridTexCoords (DE_LENGTH_OF_ARRAY(s_specialFloats) * DE_LENGTH_OF_ARRAY(s_… in iterate() 1497 …gridTexCoords[x * DE_LENGTH_OF_ARRAY(s_specialFloats) + y] = tcu::UVec2(s_specialFloats[x], s_spec… in iterate()
|