Home
last modified time | relevance | path

Searched refs:TestTexture2D (Results 1 – 13 of 13) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.hpp244 class TestTexture2D : public TestTexture class
250 TestTexture2D (const tcu::TextureFormat& format, int width, int height);
251 TestTexture2D (const tcu::TextureFormat& format, int width, int height, int miplevels);
252 TestTexture2D (const tcu::CompressedTexFormat& format, int width, int height);
253 virtual ~TestTexture2D (void);
DvktPipelineImageUtil.cpp1135 TestTexture2D::TestTexture2D (const tcu::TextureFormat& format, int width, int height) in TestTexture2D() function in vkt::pipeline::TestTexture2D
1143 TestTexture2D::TestTexture2D (const tcu::TextureFormat& format, int width, int height, int miplevel… in TestTexture2D() function in vkt::pipeline::TestTexture2D
1152 TestTexture2D::TestTexture2D (const tcu::CompressedTexFormat& format, int width, int height) in TestTexture2D() function in vkt::pipeline::TestTexture2D
1160 TestTexture2D::~TestTexture2D (void) in ~TestTexture2D()
1164 int TestTexture2D::getNumLevels (void) const in getNumLevels()
1169 tcu::PixelBufferAccess TestTexture2D::getLevel (int level, int layer) in getLevel()
1176 const tcu::ConstPixelBufferAccess TestTexture2D::getLevel (int level, int layer) const in getLevel()
1183 const tcu::Texture2D& TestTexture2D::getTexture (void) const in getTexture()
1188 tcu::Texture2D& TestTexture2D::getTexture (void) in getTexture()
1193 de::MovePtr<TestTexture> TestTexture2D::copy(const tcu::TextureFormat format) const in copy()
[all …]
DvktPipelineImageSamplingInstance.cpp151 texture = MovePtr<TestTexture>(new TestTexture2D(format, size.x(), size.y())); in createTestTexture()
1263 const TestTexture2D* tex2D = dynamic_cast<const TestTexture2D*>(&testTexture); in getTexture2DView()
1285 const TestTexture2D* tex2D = dynamic_cast<const TestTexture2D*>(&testTexture); in getTexture2DArrayView()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fFboSRGBWriteControlTests.cpp469 class TestTexture2D class
472TestTexture2D (Context& context, const deUint32 internalFormatValue, const deUint32 transferForma…
473 ~TestTexture2D (void);
492 TestTexture2D::TestTexture2D (Context& context, const deUint32 internalFormat, const deUint32 trans… in TestTexture2D() function in deqp::gles31::Functional::__anonae90896a0111::TestTexture2D
521 TestTexture2D::~TestTexture2D (void) in ~TestTexture2D()
526 int TestTexture2D::getTextureUnit (void) const in getTextureUnit()
531 deUint32 TestTexture2D::getHandle (void) const in getHandle()
536 void TestTexture2D::bind (const int textureUnit) in bind()
543 void TestTexture2D::unbind (void) const in unbind()
797 typedef de::SharedPtr<TestTexture2D> TextureSp;
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringAnisotropyTests.cpp111 …texture = TestTexture2DSp(new pipeline::TestTexture2D(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM)… in iterate()
117 …texture = TestTexture2DSp(new pipeline::TestTexture2D(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM), A… in iterate()
DvktTextureSwizzleTests.cpp124 … ? new pipeline::TestTexture2D(m_compressedFormat, testParameters.width, testParameters.height) in Swizzle2DTestInstance()
125 : new pipeline::TestTexture2D(m_format, testParameters.width, testParameters.height))) in Swizzle2DTestInstance()
134 const pipeline::TestTexture2D& texture = m_renderer.get2DTexture(0); in iterate()
DvktTextureTestUtil.hpp120 typedef de::SharedPtr<pipeline::TestTexture2D> TestTexture2DSp;
229 const pipeline::TestTexture2D& get2DTexture (int textureIndex) const;
DvktTextureCompressedFormatTests.cpp186 …, m_texture (TestTexture2DSp(new pipeline::TestTexture2D(m_compressedFormat, testParameters.wid… in Compressed2DTestInstance()
195 const pipeline::TestTexture2D& texture = m_renderer.get2DTexture(0); in iterate()
DvktTextureTestUtil.cpp895 const pipeline::TestTexture2D& TextureRenderer::get2DTexture (int textureIndex) const in get2DTexture()
900 …return dynamic_cast<const pipeline::TestTexture2D&>(m_textureBindings[textureIndex]->getTestTextur… in get2DTexture()
1582 …texture = TestTexture2DSp(new pipeline::TestTexture2D(tcu::TextureFormat(tcu::TextureFormat::RGBA,… in loadTexture2D()
1606 …texture = TestTexture2DSp(new pipeline::TestTexture2D(commonFormat, level.getWidth(), level.getHei… in loadTexture2D()
DvktTextureConversionTests.cpp96 …, m_hwTexture (TestTexture2DSp(new pipeline::TestTexture2D(m_inFormat, textureWidth, textureHeight… in SnormLinearClampInstance()
DvktTextureFilteringTests.cpp225 …m_textures.push_back(TestTexture2DSp(new pipeline::TestTexture2D(vk::mapVkFormat(m_testParameters.… in Texture2DFilteringTestInstance()
227 …m_textures.push_back(TestTexture2DSp(new pipeline::TestTexture2D(vk::mapVkFormat(m_testParameters.… in Texture2DFilteringTestInstance()
300 const pipeline::TestTexture2D& texture = m_renderer.get2DTexture(m_cases[m_caseNdx].textureIndex); in iterate()
DvktTextureShadowTests.cpp270 …m_textures.push_back(TestTexture2DSp(new pipeline::TestTexture2D(vk::mapVkFormat(m_testParameters.… in Texture2DShadowTestInstance()
350 …const pipeline::TestTexture2D& texture = m_renderer.get2DTexture(m_cases[m_caseNdx].textureIndex… in iterate()
DvktTextureMipmapTests.cpp174 …m_texture = TestTexture2DSp(new pipeline::TestTexture2D(vk::mapVkFormat(m_testParameters.format), … in Texture2DMipmapTestInstance()
960 …m_texture = TestTexture2DSp(new pipeline::TestTexture2D(vk::mapVkFormat(format), m_texWidth, m_tex… in Texture2DLodControlTestInstance()