Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.hpp331 class TestTextureCubeArray: public TestTexture class
337 TestTextureCubeArray (const tcu::TextureFormat& format, int size, int arraySize);
338 TestTextureCubeArray (const tcu::CompressedTexFormat& format, int size, int arraySize);
339 virtual ~TestTextureCubeArray (void);
DvktPipelineImageUtil.cpp1434 TestTextureCubeArray::TestTextureCubeArray (const tcu::TextureFormat& format, int size, int arraySi… in TestTextureCubeArray() function in vkt::pipeline::TestTextureCubeArray
1442 TestTextureCubeArray::TestTextureCubeArray (const tcu::CompressedTexFormat& format, int size, int a… in TestTextureCubeArray() function in vkt::pipeline::TestTextureCubeArray
1458 TestTextureCubeArray::~TestTextureCubeArray (void) in ~TestTextureCubeArray()
1462 int TestTextureCubeArray::getNumLevels (void) const in getNumLevels()
1467 tcu::PixelBufferAccess TestTextureCubeArray::getLevel (int level, int layer) in getLevel()
1476 const tcu::ConstPixelBufferAccess TestTextureCubeArray::getLevel (int level, int layer) const in getLevel()
1485 int TestTextureCubeArray::getArraySize (void) const in getArraySize()
1490 const tcu::TextureCubeArray& TestTextureCubeArray::getTexture (void) const in getTexture()
1495 tcu::TextureCubeArray& TestTextureCubeArray::getTexture (void) in getTexture()
1500 de::MovePtr<TestTexture> TestTextureCubeArray::copy(const tcu::TextureFormat format) const in copy()
[all …]
DvktPipelineImageSamplingInstance.cpp165 texture = MovePtr<TestTexture>(new TestTextureCubeArray(format, size.x(), layerCount)); in createTestTexture()
1317 const TestTextureCubeArray* texCubeArray = dynamic_cast<const TestTextureCubeArray*>(&testTexture); in getTextureCubeView()
1348 const TestTextureCubeArray* texCubeArray = dynamic_cast<const TestTextureCubeArray*>(&testTexture); in getTextureCubeArrayView()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.hpp126 typedef de::SharedPtr<pipeline::TestTextureCubeArray> TestTextureCubeArraySp;
259 const pipeline::TestTextureCubeArray& getCubeArrayTexture (int textureIndex) const;
DvktTextureTestUtil.cpp943 const pipeline::TestTextureCubeArray& TextureRenderer::getCubeArrayTexture (int textureIndex) const in getCubeArrayTexture()
948 …return dynamic_cast<const pipeline::TestTextureCubeArray&>(m_textureBindings[textureIndex]->getTes… in getCubeArrayTexture()
DvktTextureShadowTests.cpp1356 …m_textures.push_back(TestTextureCubeArraySp(new pipeline::TestTextureCubeArray(vk::mapVkFormat(m_t… in TextureCubeArrayShadowTestInstance()
1434 …const pipeline::TestTextureCubeArray& texture = m_renderer.getCubeArrayTexture(curCase.textureIn… in iterate()