Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineImageUtil.cpp1248 TestTexture2DArray::TestTexture2DArray (const tcu::TextureFormat& format, int width, int height, in… in TestTexture2DArray() function in vkt::pipeline::TestTexture2DArray
1256 TestTexture2DArray::TestTexture2DArray (const tcu::CompressedTexFormat& format, int width, int heig… in TestTexture2DArray() function in vkt::pipeline::TestTexture2DArray
1270 TestTexture2DArray::~TestTexture2DArray (void) in ~TestTexture2DArray()
1274 int TestTexture2DArray::getNumLevels (void) const in getNumLevels()
1279 tcu::PixelBufferAccess TestTexture2DArray::getLevel (int level, int layer) in getLevel()
1288 const tcu::ConstPixelBufferAccess TestTexture2DArray::getLevel (int level, int layer) const in getLevel()
1297 const tcu::Texture2DArray& TestTexture2DArray::getTexture (void) const in getTexture()
1302 tcu::Texture2DArray& TestTexture2DArray::getTexture (void) in getTexture()
1307 int TestTexture2DArray::getArraySize (void) const in getArraySize()
1312 de::MovePtr<TestTexture> TestTexture2DArray::copy(const tcu::TextureFormat format) const in copy()
[all …]
DvktPipelineImageUtil.hpp268 class TestTexture2DArray : public TestTexture class
274TestTexture2DArray (const tcu::TextureFormat& format, int width, int height, int arraySize);
275TestTexture2DArray (const tcu::CompressedTexFormat& format, int width, int height, int arraySize);
276 virtual ~TestTexture2DArray (void);
DvktPipelineImageSamplingInstance.cpp170 texture = MovePtr<TestTexture>(new TestTexture2DArray(format, size.x(), size.y(), layerCount)); in createTestTexture()
1287 const TestTexture2DArray* tex2DArray = dynamic_cast<const TestTexture2DArray*>(&testTexture); in getTexture2DView()
1309 const TestTexture2DArray* tex2DArray = dynamic_cast<const TestTexture2DArray*>(&testTexture); in getTexture2DArrayView()
DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp240 texture = MovePtr<TestTexture>(new TestTexture2DArray(format, size.x(), size.y(), layerCount)); in createTestTexture()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp1248 TestTexture2DArray::TestTexture2DArray (const tcu::TextureFormat& format, int width, int height, in… in TestTexture2DArray() function in vkt::pipeline::TestTexture2DArray
1256 TestTexture2DArray::TestTexture2DArray (const tcu::CompressedTexFormat& format, int width, int heig… in TestTexture2DArray() function in vkt::pipeline::TestTexture2DArray
1270 TestTexture2DArray::~TestTexture2DArray (void) in ~TestTexture2DArray()
1274 int TestTexture2DArray::getNumLevels (void) const in getNumLevels()
1279 tcu::PixelBufferAccess TestTexture2DArray::getLevel (int level, int layer) in getLevel()
1288 const tcu::ConstPixelBufferAccess TestTexture2DArray::getLevel (int level, int layer) const in getLevel()
1297 const tcu::Texture2DArray& TestTexture2DArray::getTexture (void) const in getTexture()
1302 tcu::Texture2DArray& TestTexture2DArray::getTexture (void) in getTexture()
1307 int TestTexture2DArray::getArraySize (void) const in getArraySize()
1312 de::MovePtr<TestTexture> TestTexture2DArray::copy(const tcu::TextureFormat format) const in copy()
[all …]
DvktPipelineImageUtil.hpp268 class TestTexture2DArray : public TestTexture class
274TestTexture2DArray (const tcu::TextureFormat& format, int width, int height, int arraySize);
275TestTexture2DArray (const tcu::CompressedTexFormat& format, int width, int height, int arraySize);
276 virtual ~TestTexture2DArray (void);
DvktPipelineImageSamplingInstance.cpp170 texture = MovePtr<TestTexture>(new TestTexture2DArray(format, size.x(), size.y(), layerCount)); in createTestTexture()
1287 const TestTexture2DArray* tex2DArray = dynamic_cast<const TestTexture2DArray*>(&testTexture); in getTexture2DView()
1309 const TestTexture2DArray* tex2DArray = dynamic_cast<const TestTexture2DArray*>(&testTexture); in getTexture2DArrayView()
DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp240 texture = MovePtr<TestTexture>(new TestTexture2DArray(format, size.x(), size.y(), layerCount)); in createTestTexture()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.hpp124 typedef de::SharedPtr<pipeline::TestTexture2DArray> TestTexture2DArraySp;
247 const pipeline::TestTexture2DArray& get2DArrayTexture (int textureIndex) const;
DvktTextureTestUtil.cpp1074 const pipeline::TestTexture2DArray& TextureRenderer::get2DArrayTexture (int textureIndex) const in get2DArrayTexture()
1079 …return dynamic_cast<const pipeline::TestTexture2DArray&>(m_textureBindings[textureIndex]->getTestT… in get2DArrayTexture()
DvktTextureShadowTests.cpp757 …m_textures.push_back(TestTexture2DArraySp(new pipeline::TestTexture2DArray(vk::mapVkFormat(m_testP… in Texture2DArrayShadowTestInstance()
838 const pipeline::TestTexture2DArray& texture = m_renderer.get2DArrayTexture(curCase.textureIndex); in iterate()
DvktTextureFilteringTests.cpp715 …m_textures.push_back(TestTexture2DArraySp(new pipeline::TestTexture2DArray(vk::mapVkFormat(m_testP… in Texture2DArrayFilteringTestInstance()
780 const pipeline::TestTexture2DArray& texture = m_renderer.get2DArrayTexture(curCase.textureIndex); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktTextureTestUtil.hpp124 typedef de::SharedPtr<pipeline::TestTexture2DArray> TestTexture2DArraySp;
247 const pipeline::TestTexture2DArray& get2DArrayTexture (int textureIndex) const;
DvktTextureTestUtil.cpp1074 const pipeline::TestTexture2DArray& TextureRenderer::get2DArrayTexture (int textureIndex) const in get2DArrayTexture()
1079 …return dynamic_cast<const pipeline::TestTexture2DArray&>(m_textureBindings[textureIndex]->getTestT… in get2DArrayTexture()
DvktTextureShadowTests.cpp757 …m_textures.push_back(TestTexture2DArraySp(new pipeline::TestTexture2DArray(vk::mapVkFormat(m_testP… in Texture2DArrayShadowTestInstance()
838 const pipeline::TestTexture2DArray& texture = m_renderer.get2DArrayTexture(curCase.textureIndex); in iterate()
DvktTextureFilteringTests.cpp715 …m_textures.push_back(TestTexture2DArraySp(new pipeline::TestTexture2DArray(vk::mapVkFormat(m_testP… in Texture2DArrayFilteringTestInstance()
780 const pipeline::TestTexture2DArray& texture = m_renderer.get2DArrayTexture(curCase.textureIndex); in iterate()