Home
last modified time | relevance | path

Searched refs:TestTexture2DArray (Results 1 – 7 of 7) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp1054 TestTexture2DArray::TestTexture2DArray (const tcu::TextureFormat& format, int width, int height, in… in TestTexture2DArray() function in vkt::pipeline::TestTexture2DArray
1062 TestTexture2DArray::TestTexture2DArray (const tcu::CompressedTexFormat& format, int width, int heig… in TestTexture2DArray() function in vkt::pipeline::TestTexture2DArray
1076 TestTexture2DArray::~TestTexture2DArray (void) in ~TestTexture2DArray()
1080 int TestTexture2DArray::getNumLevels (void) const in getNumLevels()
1085 tcu::PixelBufferAccess TestTexture2DArray::getLevel (int level, int layer) in getLevel()
1094 const tcu::ConstPixelBufferAccess TestTexture2DArray::getLevel (int level, int layer) const in getLevel()
1103 const tcu::Texture2DArray& TestTexture2DArray::getTexture (void) const in getTexture()
1108 tcu::Texture2DArray& TestTexture2DArray::getTexture (void) in getTexture()
1113 int TestTexture2DArray::getArraySize (void) const in getArraySize()
1118 de::MovePtr<TestTexture> TestTexture2DArray::copy(const tcu::TextureFormat format) const in copy()
[all …]
DvktPipelineImageUtil.hpp226 class TestTexture2DArray : public TestTexture class
232TestTexture2DArray (const tcu::TextureFormat& format, int width, int height, int arraySize);
233TestTexture2DArray (const tcu::CompressedTexFormat& format, int width, int height, int arraySize);
234 virtual ~TestTexture2DArray (void);
DvktPipelineImageSamplingInstance.cpp170 texture = MovePtr<TestTexture>(new TestTexture2DArray(format, size.x(), size.y(), layerCount)); in createTestTexture()
1147 const TestTexture2DArray* tex2DArray = dynamic_cast<const TestTexture2DArray*>(&testTexture); in getTexture2DView()
1169 const TestTexture2DArray* tex2DArray = dynamic_cast<const TestTexture2DArray*>(&testTexture); in getTexture2DArrayView()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.hpp122 typedef de::SharedPtr<pipeline::TestTexture2DArray> TestTexture2DArraySp;
200 const pipeline::TestTexture2DArray& get2DArrayTexture (int textureIndex) const;
DvktTextureShadowTests.cpp668 …m_textures.push_back(TestTexture2DArraySp(new pipeline::TestTexture2DArray(vk::mapVkFormat(m_testP… in Texture2DArrayShadowTestInstance()
749 const pipeline::TestTexture2DArray& texture = m_renderer.get2DArrayTexture(curCase.textureIndex); in iterate()
DvktTextureTestUtil.cpp877 const pipeline::TestTexture2DArray& TextureRenderer::get2DArrayTexture (int textureIndex) const in get2DArrayTexture()
882 …return dynamic_cast<const pipeline::TestTexture2DArray&>(m_textureBindings[textureIndex]->getTestT… in get2DArrayTexture()
DvktTextureFilteringTests.cpp551 …m_textures.push_back(TestTexture2DArraySp(new pipeline::TestTexture2DArray(vk::mapVkFormat(m_testP… in Texture2DArrayFilteringTestInstance()
614 const pipeline::TestTexture2DArray& texture = m_renderer.get2DArrayTexture(curCase.textureIndex); in iterate()