Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineImageUtil.cpp1476 TestTextureCubeArray::TestTextureCubeArray (const tcu::TextureFormat& format, int size, int arraySi… in TestTextureCubeArray() function in vkt::pipeline::TestTextureCubeArray
1484 TestTextureCubeArray::TestTextureCubeArray (const tcu::CompressedTexFormat& format, int size, int a… in TestTextureCubeArray() function in vkt::pipeline::TestTextureCubeArray
1500 TestTextureCubeArray::~TestTextureCubeArray (void) in ~TestTextureCubeArray()
1504 int TestTextureCubeArray::getNumLevels (void) const in getNumLevels()
1509 tcu::PixelBufferAccess TestTextureCubeArray::getLevel (int level, int layer) in getLevel()
1518 const tcu::ConstPixelBufferAccess TestTextureCubeArray::getLevel (int level, int layer) const in getLevel()
1527 int TestTextureCubeArray::getArraySize (void) const in getArraySize()
1532 const tcu::TextureCubeArray& TestTextureCubeArray::getTexture (void) const in getTexture()
1537 tcu::TextureCubeArray& TestTextureCubeArray::getTexture (void) in getTexture()
1542 de::MovePtr<TestTexture> TestTextureCubeArray::copy(const tcu::TextureFormat format) const in copy()
[all …]
DvktPipelineImageUtil.hpp333 class TestTextureCubeArray: public TestTexture class
339 TestTextureCubeArray (const tcu::TextureFormat& format, int size, int arraySize);
340 TestTextureCubeArray (const tcu::CompressedTexFormat& format, int size, int arraySize);
341 virtual ~TestTextureCubeArray (void);
DvktPipelineImageSamplingInstance.cpp165 texture = MovePtr<TestTexture>(new TestTextureCubeArray(format, size.x(), layerCount)); in createTestTexture()
1340 const TestTextureCubeArray* texCubeArray = dynamic_cast<const TestTextureCubeArray*>(&testTexture); in getTextureCubeView()
1371 const TestTextureCubeArray* texCubeArray = dynamic_cast<const TestTextureCubeArray*>(&testTexture); in getTextureCubeArrayView()
DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp235 texture = MovePtr<TestTexture>(new TestTextureCubeArray(format, size.x(), layerCount)); in createTestTexture()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp1486 TestTextureCubeArray::TestTextureCubeArray (const tcu::TextureFormat& format, int size, int arraySi… in TestTextureCubeArray() function in vkt::pipeline::TestTextureCubeArray
1494 TestTextureCubeArray::TestTextureCubeArray (const tcu::CompressedTexFormat& format, int size, int a… in TestTextureCubeArray() function in vkt::pipeline::TestTextureCubeArray
1510 TestTextureCubeArray::~TestTextureCubeArray (void) in ~TestTextureCubeArray()
1514 int TestTextureCubeArray::getNumLevels (void) const in getNumLevels()
1519 tcu::PixelBufferAccess TestTextureCubeArray::getLevel (int level, int layer) in getLevel()
1528 const tcu::ConstPixelBufferAccess TestTextureCubeArray::getLevel (int level, int layer) const in getLevel()
1537 int TestTextureCubeArray::getArraySize (void) const in getArraySize()
1542 const tcu::TextureCubeArray& TestTextureCubeArray::getTexture (void) const in getTexture()
1547 tcu::TextureCubeArray& TestTextureCubeArray::getTexture (void) in getTexture()
1552 de::MovePtr<TestTexture> TestTextureCubeArray::copy(const tcu::TextureFormat format) const in copy()
[all …]
DvktPipelineImageUtil.hpp333 class TestTextureCubeArray: public TestTexture class
339 TestTextureCubeArray (const tcu::TextureFormat& format, int size, int arraySize);
340 TestTextureCubeArray (const tcu::CompressedTexFormat& format, int size, int arraySize);
341 virtual ~TestTextureCubeArray (void);
DvktPipelineImageSamplingInstance.cpp167 texture = MovePtr<TestTexture>(new TestTextureCubeArray(format, size.x(), layerCount)); in createTestTexture()
1346 const TestTextureCubeArray* texCubeArray = dynamic_cast<const TestTextureCubeArray*>(&testTexture); in getTextureCubeView()
1377 const TestTextureCubeArray* texCubeArray = dynamic_cast<const TestTextureCubeArray*>(&testTexture); in getTextureCubeArrayView()
DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp287 texture = MovePtr<TestTexture>(new TestTextureCubeArray(format, size.x(), layerCount)); in createTestTexture()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktTextureTestUtil.hpp128 typedef de::SharedPtr<pipeline::TestTextureCubeArray> TestTextureCubeArraySp;
267 const pipeline::TestTextureCubeArray& getCubeArrayTexture (int textureIndex) const;
DvktTextureTestUtil.cpp1106 const pipeline::TestTextureCubeArray& TextureRenderer::getCubeArrayTexture (int textureIndex) const in getCubeArrayTexture()
1111 …return dynamic_cast<const pipeline::TestTextureCubeArray&>(m_textureBindings[textureIndex]->getTes… in getCubeArrayTexture()
DvktTextureShadowTests.cpp1436 …m_textures.push_back(TestTextureCubeArraySp(new pipeline::TestTextureCubeArray(vk::mapVkFormat(m_t… in TextureCubeArrayShadowTestInstance()
1514 …const pipeline::TestTextureCubeArray& texture = m_renderer.getCubeArrayTexture(curCase.textureIn… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.hpp128 typedef de::SharedPtr<pipeline::TestTextureCubeArray> TestTextureCubeArraySp;
267 const pipeline::TestTextureCubeArray& getCubeArrayTexture (int textureIndex) const;
DvktTextureTestUtil.cpp1073 const pipeline::TestTextureCubeArray& TextureRenderer::getCubeArrayTexture (int textureIndex) const in getCubeArrayTexture()
1078 …return dynamic_cast<const pipeline::TestTextureCubeArray&>(m_textureBindings[textureIndex]->getTes… in getCubeArrayTexture()
DvktTextureShadowTests.cpp1438 …m_textures.push_back(TestTextureCubeArraySp(new pipeline::TestTextureCubeArray(vk::mapVkFormat(m_t… in TextureCubeArrayShadowTestInstance()
1516 …const pipeline::TestTextureCubeArray& texture = m_renderer.getCubeArrayTexture(curCase.textureIn… in iterate()