Home
last modified time | relevance | path

Searched refs:TestTexture1D (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.hpp197 class TestTexture1D : public TestTexture class
203 TestTexture1D (const tcu::TextureFormat& format, int width);
204 TestTexture1D (const tcu::CompressedTexFormat& format, int width);
205 virtual ~TestTexture1D (void);
DvktPipelineImageUtil.cpp981 TestTexture1D::TestTexture1D (const tcu::TextureFormat& format, int width) in TestTexture1D() function in vkt::pipeline::TestTexture1D
989 TestTexture1D::TestTexture1D (const tcu::CompressedTexFormat& format, int width) in TestTexture1D() function in vkt::pipeline::TestTexture1D
997 TestTexture1D::~TestTexture1D (void) in ~TestTexture1D()
1001 int TestTexture1D::getNumLevels (void) const in getNumLevels()
1006 tcu::PixelBufferAccess TestTexture1D::getLevel (int level, int layer) in getLevel()
1013 const tcu::ConstPixelBufferAccess TestTexture1D::getLevel (int level, int layer) const in getLevel()
1020 const tcu::Texture1D& TestTexture1D::getTexture (void) const in getTexture()
1025 tcu::Texture1D& TestTexture1D::getTexture (void) in getTexture()
1030 de::MovePtr<TestTexture> TestTexture1D::copy(const tcu::TextureFormat format) const in copy()
1034 de::MovePtr<TestTexture> texture (new TestTexture1D(format, m_texture.getWidth())); in copy()
DvktPipelineImageSamplingInstance.cpp142 texture = MovePtr<TestTexture>(new TestTexture1D(format, size.x())); in createTestTexture()
1170 const TestTexture1D* tex1D = dynamic_cast<const TestTexture1D*>(&testTexture); in getTexture1DArrayView()