Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp1282 TestTextureCubeArray::TestTextureCubeArray (const tcu::TextureFormat& format, int size, int arraySi… in TestTextureCubeArray() function in vkt::pipeline::TestTextureCubeArray
1290 TestTextureCubeArray::TestTextureCubeArray (const tcu::CompressedTexFormat& format, int size, int a… in TestTextureCubeArray() function in vkt::pipeline::TestTextureCubeArray
1306 TestTextureCubeArray::~TestTextureCubeArray (void) in ~TestTextureCubeArray()
1310 int TestTextureCubeArray::getNumLevels (void) const in getNumLevels()
1315 tcu::PixelBufferAccess TestTextureCubeArray::getLevel (int level, int layer) in getLevel()
1324 const tcu::ConstPixelBufferAccess TestTextureCubeArray::getLevel (int level, int layer) const in getLevel()
1333 int TestTextureCubeArray::getArraySize (void) const in getArraySize()
1338 const tcu::TextureCubeArray& TestTextureCubeArray::getTexture (void) const in getTexture()
1343 tcu::TextureCubeArray& TestTextureCubeArray::getTexture (void) in getTexture()
1348 de::MovePtr<TestTexture> TestTextureCubeArray::copy(const tcu::TextureFormat format) const in copy()
[all …]
DvktPipelineImageUtil.hpp291 class TestTextureCubeArray: public TestTexture class
297 TestTextureCubeArray (const tcu::TextureFormat& format, int size, int arraySize);
298 TestTextureCubeArray (const tcu::CompressedTexFormat& format, int size, int arraySize);
299 virtual ~TestTextureCubeArray (void);
DvktPipelineImageSamplingInstance.cpp165 texture = MovePtr<TestTexture>(new TestTextureCubeArray(format, size.x(), layerCount)); in createTestTexture()
1200 const TestTextureCubeArray* texCubeArray = dynamic_cast<const TestTextureCubeArray*>(&testTexture); in getTextureCubeView()
1231 const TestTextureCubeArray* texCubeArray = dynamic_cast<const TestTextureCubeArray*>(&testTexture); in getTextureCubeArrayView()