Searched refs:TestTexture2D (Results 1 - 9 of 9) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageUtil.hpp178 class TestTexture2D : public TestTexture class in namespace:vkt::pipeline
184 TestTexture2D (const tcu::TextureFormat& format, int width, int height);
185 TestTexture2D (const tcu::CompressedTexFormat& format, int width, int height);
186 virtual ~TestTexture2D (void);
H A DvktPipelineImageUtil.cpp1066 // TestTexture2D
1068 TestTexture2D::TestTexture2D (const tcu::TextureFormat& format, int width, int height) function in class:vkt::pipeline::TestTexture2D
1076 TestTexture2D::TestTexture2D (const tcu::CompressedTexFormat& format, int width, int height) function in class:vkt::pipeline::TestTexture2D
1084 TestTexture2D::~TestTexture2D (void)
1088 int TestTexture2D::getNumLevels (void) const
1093 tcu::PixelBufferAccess TestTexture2D::getLevel (int level, int layer)
1100 const tcu::ConstPixelBufferAccess TestTexture2D
[all...]
H A DvktPipelineImageSamplingInstance.cpp87 texture = MovePtr<TestTexture>(new TestTexture2D(format, size.x(), size.y()));
1187 const TestTexture2D* tex2D = dynamic_cast<const TestTexture2D*>(&testTexture);
1209 const TestTexture2D* tex2D = dynamic_cast<const TestTexture2D*>(&testTexture);
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.hpp119 typedef de::SharedPtr<pipeline::TestTexture2D> TestTexture2DSp;
177 const pipeline::TestTexture2D& get2DTexture (int textureIndex) const;
H A DvktTextureFilteringAnisotropyTests.cpp107 TestTexture2DSp texture = TestTexture2DSp(new pipeline::TestTexture2D(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM), ANISOTROPY_TEST_RESOLUTION, ANISOTROPY_TEST_RESOLUTION));
H A DvktTextureTestUtil.cpp864 const pipeline::TestTexture2D& TextureRenderer::get2DTexture (int textureIndex) const
869 return dynamic_cast<const pipeline::TestTexture2D&>(m_textureBindings[textureIndex]->getTestTexture());
1698 texture = TestTexture2DSp(new pipeline::TestTexture2D(tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), level.getWidth(), level.getHeight()));
1722 texture = TestTexture2DSp(new pipeline::TestTexture2D(commonFormat, level.getWidth(), level.getHeight()));
H A DvktTextureShadowTests.cpp240 m_textures.push_back(TestTexture2DSp(new pipeline::TestTexture2D(vk::mapVkFormat(m_testParameters.format), m_testParameters.width, m_testParameters.height)));
320 const pipeline::TestTexture2D& texture = m_renderer.get2DTexture(m_cases[m_caseNdx].textureIndex);
H A DvktTextureFilteringTests.cpp125 m_textures.push_back(TestTexture2DSp(new pipeline::TestTexture2D(vk::mapVkFormat(m_testParameters.format), m_testParameters.width, m_testParameters.height)));
193 const pipeline::TestTexture2D& texture = m_renderer.get2DTexture(m_cases[m_caseNdx].textureIndex);
H A DvktTextureMipmapTests.cpp174 m_texture = TestTexture2DSp(new pipeline::TestTexture2D(vk::mapVkFormat(m_testParameters.format), m_testParameters.width, m_testParameters.height));
960 m_texture = TestTexture2DSp(new pipeline::TestTexture2D(vk::mapVkFormat(format), m_texWidth, m_texHeight));

Completed in 1448 milliseconds