Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.hpp233 class TestTexture2D : public TestTexture class
239 TestTexture2D(const tcu::TextureFormat &format, int width, int height);
240 TestTexture2D(const tcu::TextureFormat &format, int width, int height, int miplevels);
241TestTexture2D(const tcu::CompressedTexFormat &format, int width, int height, bool voidExtent = fal…
242 virtual ~TestTexture2D(void);
DvktPipelineImageUtil.cpp1175 TestTexture2D::TestTexture2D(const tcu::TextureFormat &format, int width, int height) in TestTexture2D() function in vkt::pipeline::TestTexture2D
1183 TestTexture2D::TestTexture2D(const tcu::TextureFormat &format, int width, int height, int miplevels) in TestTexture2D() function in vkt::pipeline::TestTexture2D
1191 TestTexture2D::TestTexture2D(const tcu::CompressedTexFormat &format, int width, int height, bool vo… in TestTexture2D() function in vkt::pipeline::TestTexture2D
1209 TestTexture2D::~TestTexture2D(void) in ~TestTexture2D()
1213 int TestTexture2D::getNumLevels(void) const in getNumLevels()
1218 tcu::PixelBufferAccess TestTexture2D::getLevel(int level, int layer) in getLevel()
1225 const tcu::ConstPixelBufferAccess TestTexture2D::getLevel(int level, int layer) const in getLevel()
1232 const tcu::Texture2D &TestTexture2D::getTexture(void) const in getTexture()
1237 tcu::Texture2D &TestTexture2D::getTexture(void) in getTexture()
1242 de::MovePtr<TestTexture> TestTexture2D::copy(const tcu::TextureFormat format) const in copy()
[all …]
DvktPipelineImageSamplingInstance.cpp153 texture = MovePtr<TestTexture>(new TestTexture2D(format, size.x(), size.y())); in createTestTexture()
1328 const TestTexture2D *tex2D = dynamic_cast<const TestTexture2D *>(&testTexture); in getTexture2DView()
1354 const TestTexture2D *tex2D = dynamic_cast<const TestTexture2D *>(&testTexture); in getTexture2DArrayView()
DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp279 texture = MovePtr<TestTexture>(new TestTexture2D(format, size.x(), size.y())); in createTestTexture()
/external/deqp/modules/gles31/functional/
Des31fFboSRGBWriteControlTests.cpp474 class TestTexture2D class
477TestTexture2D(Context &context, const uint32_t internalFormatValue, const uint32_t transferFormatV…
479 ~TestTexture2D(void);
498 TestTexture2D::TestTexture2D(Context &context, const uint32_t internalFormat, const uint32_t transf… in TestTexture2D() function in deqp::gles31::Functional::__anoned79cb7f0111::TestTexture2D
529 TestTexture2D::~TestTexture2D(void) in ~TestTexture2D()
534 int TestTexture2D::getTextureUnit(void) const in getTextureUnit()
539 uint32_t TestTexture2D::getHandle(void) const in getHandle()
544 void TestTexture2D::bind(const int textureUnit) in bind()
551 void TestTexture2D::unbind(void) const in unbind()
799 typedef de::SharedPtr<TestTexture2D> TextureSp;
[all …]
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringAnisotropyTests.cpp113 texture = TestTexture2DSp(new pipeline::TestTexture2D( in iterate()
120 texture = TestTexture2DSp(new pipeline::TestTexture2D( in iterate()
DvktTextureTestUtil.hpp124 typedef de::SharedPtr<pipeline::TestTexture2D> TestTexture2DSp;
240 const pipeline::TestTexture2D &get2DTexture(int textureIndex) const;
DvktTextureSwizzleTests.cpp139 … new pipeline::TestTexture2D(m_compressedFormat, testParameters.width, testParameters.height) : in Swizzle2DTestInstance()
140 new pipeline::TestTexture2D(m_format, testParameters.width, testParameters.height))) in Swizzle2DTestInstance()
150 const pipeline::TestTexture2D &texture = m_renderer.get2DTexture(0); in iterate()
DvktTextureCompressedFormatTests.cpp159 … , m_texture(TestTexture2DSp(new pipeline::TestTexture2D(m_compressedFormat, testParameters.width, in Compressed2DTestInstance()
335 const pipeline::TestTexture2D &texture = m_renderer.get2DTexture(0); in iterate()
DvktTextureTestUtil.cpp1248 const pipeline::TestTexture2D &TextureRenderer::get2DTexture(int textureIndex) const in get2DTexture()
1253 …return dynamic_cast<const pipeline::TestTexture2D &>(m_textureBindings[textureIndex]->getTestTextu… in get2DTexture()
1998 texture = TestTexture2DSp(new pipeline::TestTexture2D( in loadTexture2D()
2030 … TestTexture2DSp(new pipeline::TestTexture2D(commonFormat, level.getWidth(), level.getHeight())); in loadTexture2D()
DvktTextureConversionTests.cpp95 …, m_hwTexture(TestTexture2DSp(new pipeline::TestTexture2D(m_inFormat, textureWidth, textureHeight)… in SnormLinearClampInstance()
DvktTextureFilteringTests.cpp265 m_textures.push_back(TestTexture2DSp(new pipeline::TestTexture2D( in Texture2DFilteringTestInstance()
268 m_textures.push_back(TestTexture2DSp(new pipeline::TestTexture2D( in Texture2DFilteringTestInstance()
348 … const pipeline::TestTexture2D &texture = m_renderer.get2DTexture(m_cases[m_caseNdx].textureIndex); in iterate()
DvktTextureShadowTests.cpp292 m_textures.push_back(TestTexture2DSp(new pipeline::TestTexture2D( in Texture2DShadowTestInstance()
382 … const pipeline::TestTexture2D &texture = m_renderer.get2DTexture(m_cases[m_caseNdx].textureIndex); in iterate()
DvktTextureMipmapTests.cpp156 … m_texture = TestTexture2DSp(new pipeline::TestTexture2D(vk::mapVkFormat(m_testParameters.format), in Texture2DMipmapTestInstance()
1012 …m_texture = TestTexture2DSp(new pipeline::TestTexture2D(vk::mapVkFormat(format), m_texWidth, m_tex… in Texture2DLodControlTestInstance()