Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp768 offsetMultiples.push_back(tcu::getBlockSize(getCompressedLevel(0, 0).getFormat())); in getCompressedSize()
775 textureSize += getCompressedLevel(levelNdx, layerNdx).getDataSize(); in getCompressedSize()
782 tcu::CompressedTexture& TestTexture::getCompressedLevel (int level, int layer) in getCompressedLevel() function in vkt::pipeline::TestTexture
790 const tcu::CompressedTexture& TestTexture::getCompressedLevel (int level, int layer) const in getCompressedLevel() function in vkt::pipeline::TestTexture
808 offsetMultiples.push_back(tcu::getBlockSize(getCompressedLevel(0, 0).getFormat())); in getBufferCopyRegions()
814 const tcu::CompressedTexture& level = getCompressedLevel(levelNdx, layerNdx); in getBufferCopyRegions()
906 offsetMultiples.push_back(tcu::getBlockSize(getCompressedLevel(0, 0).getFormat())); in write()
914 const tcu::CompressedTexture& compressedTex = getCompressedLevel(levelNdx, layerNdx); in write()
DvktPipelineImageUtil.hpp179 virtual tcu::CompressedTexture& getCompressedLevel (int level, int layer);
180 virtual const tcu::CompressedTexture& getCompressedLevel (int level, int layer) const;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp347 …tureData->isCompressed() ? mapCompressedTextureFormat(textureData->getCompressedLevel(0, 0).getFor… in updateTextureData()
446 …reData->isCompressed() ? mapCompressedTextureFormat(m_textureData->getCompressedLevel(0, 0).getFor… in updateTextureViewMipLevels()
1313 …estTexture.isCompressed() ? mapCompressedTextureFormat(testTexture.getCompressedLevel(0, 0).getFor… in renderQuad()