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.cpp802 void TestTexture::populateCompressedLevels (tcu::CompressedTexFormat format, const std::vector<tcu:… in populateCompressedLevels() function in vkt::pipeline::TestTexture
857 TestTexture::populateCompressedLevels(format, getLevelsVector(m_texture)); in TestTexture1D()
925 TestTexture::populateCompressedLevels(format, layers); in TestTexture1DArray()
1005 TestTexture::populateCompressedLevels(format, getLevelsVector(m_texture)); in TestTexture2D()
1073 TestTexture::populateCompressedLevels(format, layers); in TestTexture2DArray()
1144 TestTexture::populateCompressedLevels(format, getLevelsVector(m_texture)); in TestTexture3D()
1232 TestTexture::populateCompressedLevels(format, levels); in TestTextureCube()
1303 TestTexture::populateCompressedLevels(format, layers); in TestTextureCubeArray()
DvktPipelineImageUtil.hpp151 …void populateCompressedLevels (tcu::CompressedTexFormat format, const std::vector<tcu::Pi…