Home
last modified time | relevance | path

Searched refs:levelAccess (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifier.cpp118 const tcu::ConstPixelBufferAccess& levelAccess = m_levels[level]; in fetchTexelWrapped() local
119 …const tcu::Vec4 refPix = (m_imParams.dim == IMG_DIM_1D) ? levelAccess.getPixel(coord[0], lay… in fetchTexelWrapped()
120 …: (m_imParams.dim == IMG_DIM_2D || m_imParams.dim == IMG_DIM_CUBE) ? levelAccess.getPixel(coord[0]… in fetchTexelWrapped()
121 : levelAccess.getPixel(coord[0], coord[1], coord[2]); in fetchTexelWrapped()
/external/deqp/modules/gles31/functional/
Des31fStencilTexturingTests.cpp595 …const tcu::PixelBufferAccess levelAccess = tcu::getSubregion(uploadLevel.getAccess(), 0, 0, levelN… in iterate() local
598 renderTestPatternReference(levelAccess); in iterate()
600 tcu::clearStencil(levelAccess, levelNdx); in iterate()
Des31fCopyImageTests.cpp1263 tcu::PixelBufferAccess& levelAccess, in decompressTextureLevel() argument
1270levelAccess = tcu::PixelBufferAccess(decompressedFormat, levelPixelSize.x(), levelPixelSize.y(), l… in decompressTextureLevel()
1272 tcu::decompress(levelAccess, compressedFormat, (const deUint8*)data, params); in decompressTextureLevel()
1306 tcu::PixelBufferAccess& levelAccess = levelAccesses[level]; in decompressTexture() local
1308 …decompressTextureLevel(decompressParams, levelData, levelAccess, compressedFormat, decompressedFor… in decompressTexture()
1507 tcu::PixelBufferAccess& levelAccess = levelAccesses[faceNdx][level]; in renderTextureCubemap() local
1510 …decompressTextureLevel(decompressParams, levelData, levelAccess, compressedFormat, decompressedFor… in renderTextureCubemap()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.hpp153 static void fillWithGradient (const tcu::PixelBufferAccess& levelAccess);
DvktPipelineImageUtil.cpp836 void TestTexture::fillWithGradient (const tcu::PixelBufferAccess& levelAccess) in fillWithGradient() argument
838 const tcu::TextureFormatInfo formatInfo = tcu::getTextureFormatInfo(levelAccess.getFormat()); in fillWithGradient()
839 tcu::fillWithComponentGradients(levelAccess, formatInfo.valueMin, formatInfo.valueMax); in fillWithGradient()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp970 tcu::PixelBufferAccess levelAccess = texture2DArray->getLevel(level); in initTexture() local
972 for (int layer = 0; layer < levelAccess.getDepth(); layer++) in initTexture()
979 …tcu::fillWithGrid(tcu::getSubregion(levelAccess, 0, 0, layer, levelAccess.getWidth(), levelAccess.… in initTexture()
1070 tcu::PixelBufferAccess levelAccess = texture1DArray->getLevel(level); in initTexture() local
1072 for (int layer = 0; layer < levelAccess.getHeight(); layer++) in initTexture()
1079 …tcu::fillWithGrid(tcu::getSubregion(levelAccess, 0, layer, 0, levelAccess.getWidth(), 1, 1), de::m… in initTexture()
1114 tcu::PixelBufferAccess levelAccess = textureCubeArray->getLevel(level); in initTexture() local
1128 …BufferAccess access = tcu::getSubregion(levelAccess, 0, 0, (layer*6)+face, levelAccess.getWidth()… in initTexture()
/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp677 tcu::PixelBufferAccess levelAccess = m_texture2DArray->getRefTexture().getLevel(level); in initTexture() local
679 for (int layer = 0; layer < levelAccess.getDepth(); layer++) in initTexture()
686 …tcu::fillWithGrid(tcu::getSubregion(levelAccess, 0, 0, layer, levelAccess.getWidth(), levelAccess.… in initTexture()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp3849 const tcu::PixelBufferAccess levelAccess = dst->getLevel(level); in populateSourceImage() local
3870 levelAccess.setPixel(tcu::IVec4(red, green, blue, 255), x, y, z); in populateSourceImage()