Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.hpp174 class TestTexture2DArray : public TestTexture class
180TestTexture2DArray (const tcu::TextureFormat& format, int width, int height, int arraySize);
181TestTexture2DArray (const tcu::CompressedTexFormat& format, int width, int height, int arraySize);
182 virtual ~TestTexture2DArray (void);
DvktPipelineImageUtil.cpp935 TestTexture2DArray::TestTexture2DArray (const tcu::TextureFormat& format, int width, int height, in… in TestTexture2DArray() function in vkt::pipeline::TestTexture2DArray
943 TestTexture2DArray::TestTexture2DArray (const tcu::CompressedTexFormat& format, int width, int heig… in TestTexture2DArray() function in vkt::pipeline::TestTexture2DArray
957 TestTexture2DArray::~TestTexture2DArray (void) in ~TestTexture2DArray()
961 int TestTexture2DArray::getNumLevels (void) const in getNumLevels()
966 tcu::PixelBufferAccess TestTexture2DArray::getLevel (int level, int layer) in getLevel()
975 const tcu::ConstPixelBufferAccess TestTexture2DArray::getLevel (int level, int layer) const in getLevel()
984 const tcu::Texture2DArray& TestTexture2DArray::getTexture (void) const in getTexture()
989 int TestTexture2DArray::getArraySize (void) const in getArraySize()
DvktPipelineImageSamplingInstance.cpp103 texture = MovePtr<TestTexture>(new TestTexture2DArray(format, size.x(), size.y(), layerCount)); in createTestTexture()
277 …const tcu::Texture2DArray& texture = dynamic_cast<const TestTexture2DArray&>(testTexture).getTextu… in createRefProgram()