Searched refs:TestTexture2DArray (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.hpp | 174 class TestTexture2DArray : public TestTexture class 180 … TestTexture2DArray (const tcu::TextureFormat& format, int width, int height, int arraySize); 181 … TestTexture2DArray (const tcu::CompressedTexFormat& format, int width, int height, int arraySize); 182 virtual ~TestTexture2DArray (void);
|
D | vktPipelineImageUtil.cpp | 935 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()
|
D | vktPipelineImageSamplingInstance.cpp | 103 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()
|