Home
last modified time | relevance | path

Searched refs:getCompressedLevel (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageUtil.cpp810 offsetMultiples.push_back(tcu::getBlockSize(getCompressedLevel(0, 0).getFormat())); in getCompressedSize()
817 textureSize += getCompressedLevel(levelNdx, layerNdx).getDataSize(); in getCompressedSize()
824 tcu::CompressedTexture& TestTexture::getCompressedLevel (int level, int layer) in getCompressedLevel() function in vkt::pipeline::TestTexture
832 const tcu::CompressedTexture& TestTexture::getCompressedLevel (int level, int layer) const in getCompressedLevel() function in vkt::pipeline::TestTexture
850 offsetMultiples.push_back(tcu::getBlockSize(getCompressedLevel(0, 0).getFormat())); in getBufferCopyRegions()
856 const tcu::CompressedTexture& level = getCompressedLevel(levelNdx, layerNdx); in getBufferCopyRegions()
948 offsetMultiples.push_back(tcu::getBlockSize(getCompressedLevel(0, 0).getFormat())); in write()
956 const tcu::CompressedTexture& compressedTex = getCompressedLevel(levelNdx, layerNdx); in write()
H A DvktPipelineImageUtil.hpp181 virtual tcu::CompressedTexture& getCompressedLevel (int level, int layer);
182 virtual const tcu::CompressedTexture& getCompressedLevel (int level, int layer) const;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageUtil.cpp800 offsetMultiples.push_back(tcu::getBlockSize(getCompressedLevel(0, 0).getFormat())); in getCompressedSize()
807 textureSize += getCompressedLevel(levelNdx, layerNdx).getDataSize(); in getCompressedSize()
814 tcu::CompressedTexture& TestTexture::getCompressedLevel (int level, int layer) in getCompressedLevel() function in vkt::pipeline::TestTexture
822 const tcu::CompressedTexture& TestTexture::getCompressedLevel (int level, int layer) const in getCompressedLevel() function in vkt::pipeline::TestTexture
840 offsetMultiples.push_back(tcu::getBlockSize(getCompressedLevel(0, 0).getFormat())); in getBufferCopyRegions()
846 const tcu::CompressedTexture& level = getCompressedLevel(levelNdx, layerNdx); in getBufferCopyRegions()
938 offsetMultiples.push_back(tcu::getBlockSize(getCompressedLevel(0, 0).getFormat())); in write()
946 const tcu::CompressedTexture& compressedTex = getCompressedLevel(levelNdx, layerNdx); in write()
H A DvktPipelineImageUtil.hpp181 virtual tcu::CompressedTexture& getCompressedLevel (int level, int layer);
182 virtual const tcu::CompressedTexture& getCompressedLevel (int level, int layer) const;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.cpp347 const VkFormat format = textureData->isCompressed() ? mapCompressedTextureFormat(textureData->getCompressedLevel(0, 0).getFormat()) : mapTextureFormat(textureData->getTextureFormat()); in updateTextureData()
449 const vk::VkFormat format = m_textureData->isCompressed() ? mapCompressedTextureFormat(m_textureData->getCompressedLevel(0, 0).getFormat()) : mapTextureFormat(m_textureData->getTextureFormat()); in updateTextureViewMipLevels()
1442 const VkFormat textureFormat = testTexture.isCompressed() ? mapCompressedTextureFormat(testTexture.getCompressedLevel(0, 0).getFormat()) in renderQuad()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureTestUtil.cpp357 const VkFormat format = textureData->isCompressed() ? mapCompressedTextureFormat(textureData->getCompressedLevel(0, 0).getFormat()) : mapTextureFormat(textureData->getTextureFormat()); in updateTextureData()
459 const vk::VkFormat format = m_textureData->isCompressed() ? mapCompressedTextureFormat(m_textureData->getCompressedLevel(0, 0).getFormat()) : mapTextureFormat(m_textureData->getTextureFormat()); in updateTextureViewMipLevels()
1475 const VkFormat textureFormat = testTexture.isCompressed() ? mapCompressedTextureFormat(testTexture.getCompressedLevel(0, 0).getFormat()) in renderQuad()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp2718 auto level0BuferSize = m_texture->getCompressedLevel(0, 0).getDataSize(); in iterate()
2726 const tcu::CompressedTexture compressedMipLevelToCheck = m_texture->getCompressedLevel(mipLevelToCheckIdx, arrayLayerToCheckIdx); in iterate()

Completed in 50 milliseconds