Searched refs:TestTextureCubeArray (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.cpp | 1358 TestTextureCubeArray::TestTextureCubeArray (const tcu::TextureFormat& format, int size, int arraySi… in TestTextureCubeArray() function in vkt::pipeline::TestTextureCubeArray 1366 TestTextureCubeArray::TestTextureCubeArray (const tcu::CompressedTexFormat& format, int size, int a… in TestTextureCubeArray() function in vkt::pipeline::TestTextureCubeArray 1382 TestTextureCubeArray::~TestTextureCubeArray (void) in ~TestTextureCubeArray() 1386 int TestTextureCubeArray::getNumLevels (void) const in getNumLevels() 1391 tcu::PixelBufferAccess TestTextureCubeArray::getLevel (int level, int layer) in getLevel() 1400 const tcu::ConstPixelBufferAccess TestTextureCubeArray::getLevel (int level, int layer) const in getLevel() 1409 int TestTextureCubeArray::getArraySize (void) const in getArraySize() 1414 const tcu::TextureCubeArray& TestTextureCubeArray::getTexture (void) const in getTexture() 1419 tcu::TextureCubeArray& TestTextureCubeArray::getTexture (void) in getTexture() 1424 de::MovePtr<TestTexture> TestTextureCubeArray::copy(const tcu::TextureFormat format) const in copy() [all …]
|
D | vktPipelineImageUtil.hpp | 264 class TestTextureCubeArray: public TestTexture class 270 TestTextureCubeArray (const tcu::TextureFormat& format, int size, int arraySize); 271 TestTextureCubeArray (const tcu::CompressedTexFormat& format, int size, int arraySize); 272 virtual ~TestTextureCubeArray (void);
|
D | vktPipelineImageSamplingInstance.cpp | 101 texture = MovePtr<TestTexture>(new TestTextureCubeArray(format, size.x(), layerCount)); in createTestTexture() 1241 const TestTextureCubeArray* texCubeArray = dynamic_cast<const TestTextureCubeArray*>(&testTexture); in getTextureCubeView() 1272 const TestTextureCubeArray* texCubeArray = dynamic_cast<const TestTextureCubeArray*>(&testTexture); in getTextureCubeArrayView()
|