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.cpp887 void TestTexture::populateCompressedLevels (tcu::CompressedTexFormat format, const std::vector<tcu:… in populateCompressedLevels() function in vkt::pipeline::TestTexture
942 TestTexture::populateCompressedLevels(format, getLevelsVector(m_texture)); in TestTexture1D()
1010 TestTexture::populateCompressedLevels(format, layers); in TestTexture1DArray()
1081 TestTexture::populateCompressedLevels(format, getLevelsVector(m_texture)); in TestTexture2D()
1149 TestTexture::populateCompressedLevels(format, layers); in TestTexture2DArray()
1220 TestTexture::populateCompressedLevels(format, getLevelsVector(m_texture)); in TestTexture3D()
1308 TestTexture::populateCompressedLevels(format, levels); in TestTextureCube()
1379 TestTexture::populateCompressedLevels(format, layers); in TestTextureCubeArray()
DvktPipelineImageUtil.hpp125 …void populateCompressedLevels (tcu::CompressedTexFormat format, const std::vector<tcu::Pi…