Home
last modified time | relevance | path

Searched refs:getCompressedLevel (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp701 offsetMultiples.push_back(tcu::getBlockSize(getCompressedLevel(0, 0).getFormat())); in getCompressedSize()
708 textureSize += getCompressedLevel(levelNdx, layerNdx).getDataSize(); in getCompressedSize()
715 tcu::CompressedTexture& TestTexture::getCompressedLevel (int level, int layer) in getCompressedLevel() function in vkt::pipeline::TestTexture
723 const tcu::CompressedTexture& TestTexture::getCompressedLevel (int level, int layer) const in getCompressedLevel() function in vkt::pipeline::TestTexture
741 offsetMultiples.push_back(tcu::getBlockSize(getCompressedLevel(0, 0).getFormat())); in getBufferCopyRegions()
747 const tcu::CompressedTexture& level = getCompressedLevel(levelNdx, layerNdx); in getBufferCopyRegions()
839 offsetMultiples.push_back(tcu::getBlockSize(getCompressedLevel(0, 0).getFormat())); in write()
847 const tcu::CompressedTexture& compressedTex = getCompressedLevel(levelNdx, layerNdx); in write()
DvktPipelineImageUtil.hpp113 virtual tcu::CompressedTexture& getCompressedLevel (int level, int layer);
114 virtual const tcu::CompressedTexture& getCompressedLevel (int level, int layer) const;