Home
last modified time | relevance | path

Searched refs:refTexture (Results 1 – 15 of 15) sorted by relevance

/external/deqp/modules/glshared/
DglsSamplerObjectTest.cpp382 …tcu::Texture2D refTexture (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_… in createTexture2D() local
384 refTexture.allocLevel(0); in createTexture2D()
385 …tcu::fillWithComponentGradients(refTexture.getLevel(0), tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f), tcu::Ve… in createTexture2D()
393 …ge2D(GL_TEXTURE_2D, 0, GL_RGBA8, refTexture.getWidth(), refTexture.getHeight(), 0, GL_RGBA, GL_UNS… in createTexture2D()
408 …tcu::Texture3D refTexture (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_… in createTexture3D() local
410 refTexture.allocLevel(0); in createTexture3D()
411 …tcu::fillWithComponentGradients(refTexture.getLevel(0), tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f), tcu::Ve… in createTexture3D()
419 …URE_3D, 0, GL_RGBA8, refTexture.getWidth(), refTexture.getHeight(), refTexture.getDepth(), 0, GL_R… in createTexture3D()
434 …tcu::TextureCube refTexture (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNOR… in createTextureCube() local
436 refTexture.allocLevel(tcu::CUBEFACE_POSITIVE_X, 0); in createTextureCube()
[all …]
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp1132 const TextureView& refTexture, in renderTexture() argument
1191 …llsUsed].reference, renderContext.getRenderTarget().getPixelFormat()), refTexture, &texCoord[0], r… in renderTexture()
1229 const tcu::Texture2DView& refTexture, in renderTexture2DView() argument
1234 const tcu::TextureFormat format = refTexture.getLevel(0).getFormat(); in renderTexture2DView()
1255 …renderTexture<tcu::Texture2DView>(renderContext, renderer, renderParams, results, rng, refTexture,… in renderTexture2DView()
1330 const tcu::Texture2DView refTexture((int)levelAccesses.size(), &(levelAccesses[0])); in renderTexture2D() local
1332 …e2DView(testContext, renderContext, textureRenderer, results, rng, name, info, refTexture, verify); in renderTexture2D()
1338 const tcu::Texture2DView refTexture ((int)levelAccesses.size(), &(levelAccesses[0])); in renderTexture2D() local
1340 …e2DView(testContext, renderContext, textureRenderer, results, rng, name, info, refTexture, verify); in renderTexture2D()
1351 const tcu::Texture3DView& refTexture, in renderTexture3DView() argument
[all …]
Des31fTextureGatherTests.cpp1698 tcu::Texture2D& refTexture = m_texture->getRefTexture(); in createAndUploadTexture() local
1700 …pmapFilter(m_minFilter) && !(m_flags & GATHERCASE_MIPMAP_INCOMPLETE) ? refTexture.getNumLevels() :… in createAndUploadTexture()
1701 DE_ASSERT(m_baseLevel < refTexture.getNumLevels()); in createAndUploadTexture()
1705 refTexture.allocLevel(levelNdx); in createAndUploadTexture()
1706 const PixelBufferAccess& level = refTexture.getLevel(levelNdx); in createAndUploadTexture()
1712 swizzleTexture(m_swizzledTexture, refTexture, m_textureSwizzle); in createAndUploadTexture()
1825 tcu::Texture2DArray& refTexture = m_texture->getRefTexture(); in createAndUploadTexture() local
1827 …pmapFilter(m_minFilter) && !(m_flags & GATHERCASE_MIPMAP_INCOMPLETE) ? refTexture.getNumLevels() :… in createAndUploadTexture()
1828 DE_ASSERT(m_baseLevel < refTexture.getNumLevels()); in createAndUploadTexture()
1832 refTexture.allocLevel(levelNdx); in createAndUploadTexture()
[all …]
Des31fProgramUniformTests.cpp1221 tcu::Texture2D& refTexture = texture->getRefTexture(); in setupTexture() local
1224 refTexture.allocLevel(0); in setupTexture()
1225 fillWithColor(refTexture.getLevel(0), color); in setupTexture()
1239 tcu::TextureCube& refTexture = texture->getRefTexture(); in setupTexture() local
1244 refTexture.allocLevel((tcu::CubeFace)face, 0); in setupTexture()
1245 fillWithColor(refTexture.getLevelFace(0, (tcu::CubeFace)face), color); in setupTexture()
/external/deqp/modules/gles3/functional/
Des3fTextureMipmapTests.cpp297 const tcu::Texture2D& refTexture = m_texture->getRefTexture(); in iterate() local
300 const int texWidth = refTexture.getWidth(); in iterate()
301 const int texHeight = refTexture.getHeight(); in iterate()
435 refTexture, &texCoord[0], sampleParams); in iterate()
1246 const tcu::Texture3D& refTexture = m_texture->getRefTexture(); in iterate() local
1247 const tcu::TextureFormat& texFmt = refTexture.getFormat(); in iterate()
1249 const int texWidth = refTexture.getWidth(); in iterate()
1250 const int texHeight = refTexture.getHeight(); in iterate()
1381 refTexture, &texCoord[0], sampleParams); in iterate()
1498 const tcu::Texture2D& refTexture = m_texture->getRefTexture(); in iterate() local
[all …]
Des3fVertexTextureTests.cpp644 const tcu::Texture2D& refTexture = m_textures[textureNdx]->getRefTexture(); in calculateLod() local
645 const Vec2 srcSize = Vec2((float)refTexture.getWidth(), (float)refTexture.getHeight()); in calculateLod()
965 const tcu::TextureCube& refTexture = m_textures[textureNdx]->getRefTexture(); in calculateLod() local
966 const Vec2 srcSize = Vec2((float)refTexture.getSize(), (float)refTexture.getSize()); in calculateLod()
1290 const tcu::Texture2DArray& refTexture = m_textures[textureNdx]->getRefTexture(); in calculateLod() local
1291 const int texWidth = refTexture.getWidth(); in calculateLod()
1292 const int texHeight = refTexture.getHeight(); in calculateLod()
1630 const tcu::Texture3D& refTexture = m_textures[textureNdx]->getRefTexture(); in calculateLod() local
1631 const int srcWidth = refTexture.getWidth(); in calculateLod()
1632 const int srcHeight = refTexture.getHeight(); in calculateLod()
[all …]
Des3fUniformApiTests.cpp1405 tcu::Texture2D& refTexture = texture->getRefTexture(); in setupTexture() local
1408 refTexture.allocLevel(0); in setupTexture()
1409 fillWithColor(refTexture.getLevel(0), color); in setupTexture()
1424 tcu::TextureCube& refTexture = texture->getRefTexture(); in setupTexture() local
1429 refTexture.allocLevel((tcu::CubeFace)face, 0); in setupTexture()
1430 fillWithColor(refTexture.getLevelFace(0, (tcu::CubeFace)face), color); in setupTexture()
/external/deqp/modules/gles2/accuracy/
Des2aTextureMipmapTests.cpp254 const tcu::Texture2D& refTexture = m_texture->getRefTexture(); in iterate() local
255 const tcu::TextureFormat& texFmt = refTexture.getFormat(); in iterate()
258 int texWidth = refTexture.getWidth(); in iterate()
259 int texHeight = refTexture.getHeight(); in iterate()
Des2aTextureFilteringTests.cpp470 const tcu::TextureCube& refTexture, in renderFaces() argument
511 …sampleTexture(tcu::SurfaceAccess(dstRef, curX, curY, curW, curH), refTexture, &texCoord[0], params… in renderFaces()
/external/deqp/modules/gles3/accuracy/
Des3aTextureMipmapTests.cpp245 const tcu::Texture2D& refTexture = m_texture->getRefTexture(); in iterate() local
246 const tcu::TextureFormat& texFmt = refTexture.getFormat(); in iterate()
249 int texWidth = refTexture.getWidth(); in iterate()
250 int texHeight = refTexture.getHeight(); in iterate()
Des3aTextureFilteringTests.cpp479 const tcu::TextureCube& refTexture, in renderFaces() argument
520 …sampleTexture(tcu::SurfaceAccess(dstRef, curX, curY, curW, curH), refTexture, &texCoord[0], params… in renderFaces()
/external/deqp/modules/gles2/functional/
Des2fVertexTextureTests.cpp544 const tcu::Texture2D& refTexture = m_textures[textureNdx]->getRefTexture(); in calculateLod() local
545 const Vec2 srcSize = Vec2((float)refTexture.getWidth(), (float)refTexture.getHeight()); in calculateLod()
871 const tcu::TextureCube& refTexture = m_textures[textureNdx]->getRefTexture(); in calculateLod() local
872 const Vec2 srcSize = Vec2((float)refTexture.getSize(), (float)refTexture.getSize()); in calculateLod()
Des2fTextureMipmapTests.cpp253 const tcu::Texture2D& refTexture = m_texture->getRefTexture(); in iterate() local
256 const int texWidth = refTexture.getWidth(); in iterate()
257 const int texHeight = refTexture.getHeight(); in iterate()
391 refTexture, &texCoord[0], sampleParams); in iterate()
Des2fUniformApiTests.cpp1207 tcu::Texture2D& refTexture = texture->getRefTexture(); in setupTexture() local
1210 refTexture.allocLevel(0); in setupTexture()
1211 fillWithColor(refTexture.getLevel(0), color); in setupTexture()
1226 tcu::TextureCube& refTexture = texture->getRefTexture(); in setupTexture() local
1231 refTexture.allocLevel((tcu::CubeFace)face, 0); in setupTexture()
1232 fillWithColor(refTexture.getLevelFace(0, (tcu::CubeFace)face), color); in setupTexture()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureMipmapTests.cpp987 const tcu::Texture2D& refTexture = m_texture->getTexture(); in iterate() local
1060 refTexture, &texCoord[0], refParams); in iterate()
1252 const tcu::TextureCube& refTexture = m_texture->getTexture(); in iterate() local
1321 sampleTexture(idealDst, refTexture, &texCoord[0], refParams); in iterate()
1506 const tcu::Texture3D& refTexture = m_texture->getTexture(); in iterate() local
1507 const tcu::TextureFormat& texFmt = refTexture.getFormat(); in iterate()
1585 refTexture, &texCoord[0], refParams); in iterate()