/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.hpp | 244 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);
|
D | vktPipelineImageUtil.cpp | 1135 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 …]
|
D | vktPipelineImageSamplingInstance.cpp | 151 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/ |
D | es31fFboSRGBWriteControlTests.cpp | 469 class TestTexture2D class 472 …TestTexture2D (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/ |
D | vktTextureFilteringAnisotropyTests.cpp | 111 …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()
|
D | vktTextureSwizzleTests.cpp | 124 … ? 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()
|
D | vktTextureTestUtil.hpp | 120 typedef de::SharedPtr<pipeline::TestTexture2D> TestTexture2DSp; 229 const pipeline::TestTexture2D& get2DTexture (int textureIndex) const;
|
D | vktTextureCompressedFormatTests.cpp | 186 …, m_texture (TestTexture2DSp(new pipeline::TestTexture2D(m_compressedFormat, testParameters.wid… in Compressed2DTestInstance() 195 const pipeline::TestTexture2D& texture = m_renderer.get2DTexture(0); in iterate()
|
D | vktTextureTestUtil.cpp | 895 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()
|
D | vktTextureConversionTests.cpp | 96 …, m_hwTexture (TestTexture2DSp(new pipeline::TestTexture2D(m_inFormat, textureWidth, textureHeight… in SnormLinearClampInstance()
|
D | vktTextureFilteringTests.cpp | 225 …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()
|
D | vktTextureShadowTests.cpp | 270 …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()
|
D | vktTextureMipmapTests.cpp | 174 …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()
|