Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp954 void TestTexture::populateCompressedLevels (tcu::CompressedTexFormat format, const std::vector<tcu:… in populateCompressedLevels() function in vkt::pipeline::TestTexture
1009 TestTexture::populateCompressedLevels(format, getLevelsVector(m_texture)); in TestTexture1D()
1077 TestTexture::populateCompressedLevels(format, layers); in TestTexture1DArray()
1157 TestTexture::populateCompressedLevels(format, getLevelsVector(m_texture)); in TestTexture2D()
1225 TestTexture::populateCompressedLevels(format, layers); in TestTexture2DArray()
1296 TestTexture::populateCompressedLevels(format, getLevelsVector(m_texture)); in TestTexture3D()
1384 TestTexture::populateCompressedLevels(format, levels); in TestTextureCube()
1455 TestTexture::populateCompressedLevels(format, layers); in TestTextureCubeArray()
DvktPipelineImageUtil.hpp191 …void populateCompressedLevels (tcu::CompressedTexFormat format, const std::vector<tcu::Pi…