Home
last modified time | relevance | path

Searched refs:TestTextureCube (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp1203 TestTextureCube::TestTextureCube (const tcu::TextureFormat& format, int size) in TestTextureCube() function in vkt::pipeline::TestTextureCube
1217 TestTextureCube::TestTextureCube (const tcu::CompressedTexFormat& format, int size) in TestTextureCube() function in vkt::pipeline::TestTextureCube
1235 TestTextureCube::~TestTextureCube (void) in ~TestTextureCube()
1239 int TestTextureCube::getNumLevels (void) const in getNumLevels()
1244 tcu::PixelBufferAccess TestTextureCube::getLevel (int level, int layer) in getLevel()
1249 const tcu::ConstPixelBufferAccess TestTextureCube::getLevel (int level, int layer) const in getLevel()
1254 int TestTextureCube::getArraySize (void) const in getArraySize()
1259 const tcu::TextureCube& TestTextureCube::getTexture (void) const in getTexture()
1264 tcu::TextureCube& TestTextureCube::getTexture (void) in getTexture()
1269 de::MovePtr<TestTexture> TestTextureCube::copy(const tcu::TextureFormat format) const in copy()
[all …]
DvktPipelineImageUtil.hpp269 class TestTextureCube : public TestTexture class
275 TestTextureCube (const tcu::TextureFormat& format, int size);
276 TestTextureCube (const tcu::CompressedTexFormat& format, int size);
277 virtual ~TestTextureCube (void);
DvktPipelineImageSamplingInstance.cpp159 texture = MovePtr<TestTexture>(new TestTextureCube(format, size.x())); in createTestTexture()
1199 const TestTextureCube* texCube = dynamic_cast<const TestTextureCube*>(&testTexture); in getTextureCubeView()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.hpp121 typedef de::SharedPtr<pipeline::TestTextureCube> TestTextureCubeSp;
196 const pipeline::TestTextureCube& getCubeTexture (int textureIndex) const;
DvktTextureTestUtil.cpp869 const pipeline::TestTextureCube& TextureRenderer::getCubeTexture (int textureIndex) const in getCubeTexture()
874 …return dynamic_cast<const pipeline::TestTextureCube&>(m_textureBindings[textureIndex]->getTestText… in getCubeTexture()
1571 …texture = TestTextureCubeSp(new pipeline::TestTextureCube(tcu::TextureFormat(tcu::TextureFormat::R… in loadTextureCube()
1596 texture = TestTextureCubeSp(new pipeline::TestTextureCube(commonFormat, level.getWidth())); in loadTextureCube()
DvktTextureShadowTests.cpp451 …m_textures.push_back(TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(m_testParamet… in TextureCubeShadowTestInstance()
534 const pipeline::TestTextureCube& texture = m_renderer.getCubeTexture(curCase.textureIndex); in iterate()
DvktTextureFilteringTests.cpp328 …m_textures.push_back(TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(m_testParamet… in TextureCubeFilteringTestInstance()
416 …const pipeline::TestTextureCube& texture = m_renderer.getCubeTexture(m_cases[m_caseNdx].textureIn… in iterate()
DvktTextureMipmapTests.cpp435 …m_texture = TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(m_testParameters.forma… in TextureCubeMipmapTestInstance()
1211 m_texture = TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(format), m_texSize)); in TextureCubeLodControlTestInstance()