Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.hpp141 class TestTexture1DArray : public TestTexture class
147 TestTexture1DArray (const tcu::TextureFormat& format, int width, int arraySize);
148 TestTexture1DArray (const tcu::CompressedTexFormat& format, int width, int arraySize);
149 virtual ~TestTexture1DArray (void);
DvktPipelineImageUtil.cpp826 TestTexture1DArray::TestTexture1DArray (const tcu::TextureFormat& format, int width, int arraySize) in TestTexture1DArray() function in vkt::pipeline::TestTexture1DArray
834 TestTexture1DArray::TestTexture1DArray (const tcu::CompressedTexFormat& format, int width, int arra… in TestTexture1DArray() function in vkt::pipeline::TestTexture1DArray
848 TestTexture1DArray::~TestTexture1DArray (void) in ~TestTexture1DArray()
852 int TestTexture1DArray::getNumLevels (void) const in getNumLevels()
857 tcu::PixelBufferAccess TestTexture1DArray::getLevel (int level, int layer) in getLevel()
866 const tcu::ConstPixelBufferAccess TestTexture1DArray::getLevel (int level, int layer) const in getLevel()
875 const tcu::Texture1DArray& TestTexture1DArray::getTexture (void) const in getTexture()
880 int TestTexture1DArray::getArraySize (void) const in getArraySize()
DvktPipelineImageSamplingInstance.cpp77 texture = MovePtr<TestTexture>(new TestTexture1DArray(format, size.x(), layerCount)); in createTestTexture()
216 …const tcu::Texture1DArray& texture = dynamic_cast<const TestTexture1DArray&>(testTexture).getTextu… in createRefProgram()