Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp739 void TestTexture::populateCompressedLevels (tcu::CompressedTexFormat format, const std::vector<tcu:… in populateCompressedLevels() function in vkt::pipeline::TestTexture
792 TestTexture::populateCompressedLevels(format, getLevelsVector(m_texture)); in TestTexture1D()
845 TestTexture::populateCompressedLevels(format, layers); in TestTexture1DArray()
901 TestTexture::populateCompressedLevels(format, getLevelsVector(m_texture)); in TestTexture2D()
954 TestTexture::populateCompressedLevels(format, layers); in TestTexture2DArray()
1010 TestTexture::populateCompressedLevels(format, getLevelsVector(m_texture)); in TestTexture3D()
1083 TestTexture::populateCompressedLevels(format, levels); in TestTextureCube()
1138 TestTexture::populateCompressedLevels(format, layers); in TestTextureCubeArray()
DvktPipelineImageUtil.hpp117 …void populateCompressedLevels (tcu::CompressedTexFormat format, const std::vector<tcu::Pi…