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.cpp844 TestTexture1D::TestTexture1D (const tcu::TextureFormat& format, int width) in TestTexture1D() function in vkt::pipeline::TestTexture1D
852 TestTexture1D::TestTexture1D (const tcu::CompressedTexFormat& format, int width) in TestTexture1D() function in vkt::pipeline::TestTexture1D
860 TestTexture1D::~TestTexture1D (void) in ~TestTexture1D()
864 int TestTexture1D::getNumLevels (void) const in getNumLevels()
869 tcu::PixelBufferAccess TestTexture1D::getLevel (int level, int layer) in getLevel()
876 const tcu::ConstPixelBufferAccess TestTexture1D::getLevel (int level, int layer) const in getLevel()
883 const tcu::Texture1D& TestTexture1D::getTexture (void) const in getTexture()
888 tcu::Texture1D& TestTexture1D::getTexture (void) in getTexture()
893 de::MovePtr<TestTexture> TestTexture1D::copy(const tcu::TextureFormat format) const in copy()
897 de::MovePtr<TestTexture> texture (new TestTexture1D(format, m_texture.getWidth())); in copy()
DvktPipelineImageUtil.hpp161 class TestTexture1D : public TestTexture class
167 TestTexture1D (const tcu::TextureFormat& format, int width);
168 TestTexture1D (const tcu::CompressedTexFormat& format, int width);
169 virtual ~TestTexture1D (void);
DvktPipelineImageSamplingInstance.cpp142 texture = MovePtr<TestTexture>(new TestTexture1D(format, size.x())); in createTestTexture()
1125 const TestTexture1D* tex1D = dynamic_cast<const TestTexture1D*>(&testTexture); in getTexture1DArrayView()