Searched refs:uncompressedFormat (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/internal/
H A DditAstcTests.cpp72 const TextureFormat uncompressedFormat = getUncompressedFormat(format); local
73 TextureLevel texture (uncompressedFormat, blockPixelSize.x()*(int)numBlocks, blockPixelSize.y());
/external/deqp/modules/gles3/functional/
H A Des3fASTCDecompressionCases.cpp245 const tcu::TextureFormat& uncompressedFormat);
325 void ASTCRenderer2D::render (Surface& referenceDst, Surface& resultDst, const glu::Texture2D& texture, const tcu::TextureFormat& uncompressedFormat) argument
338 renderParams.samplerType = getSamplerType(uncompressedFormat);
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.cpp1682 tcu::TextureFormat uncompressedFormat = tcu::getUncompressedFormat(level.getFormat()); local
1683 std::vector<deUint8> uncompressedData (uncompressedFormat.getPixelSize() * level.getWidth() * level.getHeight(), 0);
1684 tcu::PixelBufferAccess decompressedBuffer (uncompressedFormat, level.getWidth(), level.getHeight(), 1, uncompressedData.data());
1746 tcu::TextureFormat uncompressedFormat = tcu::getUncompressedFormat(level.getFormat()); local
1747 std::vector<deUint8> uncompressedData (uncompressedFormat.getPixelSize() * level.getWidth() * level.getHeight(), 0);
1748 tcu::PixelBufferAccess decompressedBuffer (uncompressedFormat, level.getWidth(), level.getHeight(), 1, uncompressedData.data());

Completed in 346 milliseconds