/external/deqp/modules/gles2/scripts/ |
genutil.py | 96 def toVec4(lst): return [v.toFloat().toVec4() for v in lst] 99 def toIVec4(lst): return [v.toInt().toVec4() for v in lst] 102 def toBVec4(lst): return [v.toBool().toVec4() for v in lst] 206 def toVec4(self): return Vec4(self.x, self.x, self.x, self.x) 209 def toMat4(self): return self.toVec4().toMat4() 322 def toVec4(self): return Vec4(self.x, self.y, 0.0, 0.0) 408 def toVec4(self): return Vec4(self.x, self.y, self.z, 0.0) 496 def expandVec(self, val): return val.toVec4() 500 def toVec4(self): return Vec4(self.x, self.y, self.z, self.w [all...] |
gen-conversions.py | 278 genConversionCases([inFloat, inInt, inBool], [toVec2, toVec3, toVec4, toIVec2, toIVec3, toIVec4, toBVec2, toBVec3, toBVec4]))) 291 genConversionCases([inVec4, inIVec4, inBVec4], [toVec4, toVec3, toVec2, toIVec4, toIVec3, toIVec2, toBVec4, toBVec3, toBVec2]) +\
|
/external/deqp/modules/gles3/scripts/ |
genutil.py | 97 def toVec4(lst): return [v.toFloat().toVec4() for v in lst] 100 def toIVec4(lst): return [v.toInt().toVec4() for v in lst] 103 def toBVec4(lst): return [v.toBool().toVec4() for v in lst] 219 def toVec4(self): return Vec4(self.x, self.x, self.x, self.x) 380 def toVec4(self): return Vec4(self.x, self.y, 0.0, 0.0) 491 def toVec4(self): return Vec4(self.x, self.y, self.z, 0.0) 606 def expandVec(self, val): return val.toVec4() 610 def toVec4(self): return Vec4(self.x, self.y, self.z, self.w) 678 val = val.toVec4() [all...] |
gen-conversions.py | 305 genConversionCases([inFloat, inInt, inUint, inBool], [toVec2, toVec3, toVec4, toIVec2, toIVec3, toIVec4, toBVec2, toBVec3, toBVec4]) +\ 320 genConversionCases([inVec4, inIVec4, inUVec4, inBVec4], [toVec4, toVec3, toVec2, toIVec4, toIVec3, toIVec2, toBVec4, toBVec3, toBVec2]) +\
|
/external/deqp/modules/gles31/scripts/ |
genutil.py | 97 def toVec4(lst): return [v.toFloat().toVec4() for v in lst] 100 def toIVec4(lst): return [v.toInt().toVec4() for v in lst] 103 def toBVec4(lst): return [v.toBool().toVec4() for v in lst] 219 def toVec4(self): return Vec4(self.x, self.x, self.x, self.x) 382 def toVec4(self): return Vec4(self.x, self.y, 0.0, 0.0) 493 def toVec4(self): return Vec4(self.x, self.y, self.z, 0.0) 608 def expandVec(self, val): return val.toVec4() 612 def toVec4(self): return Vec4(self.x, self.y, self.z, self.w) 680 val = val.toVec4() [all...] |
gen-implicit-conversions.py | 285 a = a.toVec4() 577 a = a.toVec4() 654 a = a.toVec4()
|
/external/deqp/modules/gles2/accuracy/ |
es2aTextureFilteringTests.cpp | 167 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias); 439 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias);
|
es2aTextureMipmapTests.cpp | 170 tcu::clear(m_texture->getRefTexture().getLevel(levelNdx), toVec4(tcu::RGBA(color))); 480 tcu::clear(m_texture->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)faceNdx), toVec4(tcu::RGBA(color)));
|
/external/deqp/modules/gles3/accuracy/ |
es3aTextureFilteringTests.cpp | 158 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias); 426 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias);
|
es3aTextureMipmapTests.cpp | 162 tcu::clear(m_texture->getRefTexture().getLevel(levelNdx), toVec4(tcu::RGBA(color))); 468 tcu::clear(m_texture->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)faceNdx), toVec4(tcu::RGBA(color)));
|
/external/deqp/modules/gles3/functional/ |
es3fVertexTextureTests.cpp | 613 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias); [all...] |
es3fTextureShadowTests.cpp | 252 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, toVec4(tcu::RGBA(colorA)), toVec4(tcu::RGBA(colorB))); 524 tcu::fillWithGrid(m_gridTex->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias); [all...] |
es3fTextureFilteringTests.cpp | 198 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias); 487 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias); [all...] |
es3fTextureUnitTests.cpp | 911 tcu::fillWithGrid(access, curCellSize, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias); [all...] |
es3fTextureMipmapTests.cpp | 218 tcu::clear(m_texture->getRefTexture().getLevel(levelNdx), toVec4(tcu::RGBA(color))); 576 tcu::clear(m_texture->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)faceNdx), toVec4(tcu::RGBA(color))); [all...] |
/external/deqp/modules/gles2/functional/ |
es2fTextureFilteringTests.cpp | 198 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias); 472 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias);
|
es2fVertexTextureTests.cpp | 512 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias); 829 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias); [all...] |
es2fTextureUnitTests.cpp | 716 tcu::fillWithGrid(access, curCellSize, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias); [all...] |
es2fTextureMipmapTests.cpp | 174 tcu::clear(m_texture->getRefTexture().getLevel(levelNdx), toVec4(tcu::RGBA(color))); 537 tcu::clear(m_texture->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)faceNdx), toVec4(tcu::RGBA(color))); [all...] |
/external/deqp/modules/glshared/ |
glsTextureTestUtil.hpp | 258 inline tcu::Vec4 toVec4 (const tcu::RGBA& c)
|