Searched refs:uncompressedFormat (Results 1 - 3 of 3) sorted by relevance
/external/deqp/modules/internal/ |
H A D | ditAstcTests.cpp | 72 const TextureFormat uncompressedFormat = getUncompressedFormat(format); local 73 TextureLevel texture (uncompressedFormat, blockPixelSize.x()*(int)numBlocks, blockPixelSize.y());
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fASTCDecompressionCases.cpp | 245 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 D | vktTextureTestUtil.cpp | 1713 tcu::TextureFormat uncompressedFormat = tcu::getUncompressedFormat(level.getFormat()); local 1714 std::vector<deUint8> uncompressedData (uncompressedFormat.getPixelSize() * level.getWidth() * level.getHeight(), 0); 1715 tcu::PixelBufferAccess decompressedBuffer (uncompressedFormat, level.getWidth(), level.getHeight(), 1, uncompressedData.data()); 1777 tcu::TextureFormat uncompressedFormat = tcu::getUncompressedFormat(level.getFormat()); local 1778 std::vector<deUint8> uncompressedData (uncompressedFormat.getPixelSize() * level.getWidth() * level.getHeight(), 0); 1779 tcu::PixelBufferAccess decompressedBuffer (uncompressedFormat, level.getWidth(), level.getHeight(), 1, uncompressedData.data());
|
Completed in 120 milliseconds