Home
last modified time | relevance | path

Searched refs:TestTexture3D (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.hpp288 class TestTexture3D : public TestTexture class
294 TestTexture3D (const tcu::TextureFormat& format, int width, int height, int depth);
295TestTexture3D (const tcu::CompressedTexFormat& format, int width, int height, int depth);
296 virtual ~TestTexture3D (void);
DvktPipelineImageUtil.cpp1283 TestTexture3D::TestTexture3D (const tcu::TextureFormat& format, int width, int height, int depth) in TestTexture3D() function in vkt::pipeline::TestTexture3D
1291 TestTexture3D::TestTexture3D (const tcu::CompressedTexFormat& format, int width, int height, int de… in TestTexture3D() function in vkt::pipeline::TestTexture3D
1299 TestTexture3D::~TestTexture3D (void) in ~TestTexture3D()
1303 int TestTexture3D::getNumLevels (void) const in getNumLevels()
1308 tcu::PixelBufferAccess TestTexture3D::getLevel (int level, int layer) in getLevel()
1315 const tcu::ConstPixelBufferAccess TestTexture3D::getLevel (int level, int layer) const in getLevel()
1322 const tcu::Texture3D& TestTexture3D::getTexture (void) const in getTexture()
1327 tcu::Texture3D& TestTexture3D::getTexture (void) in getTexture()
1332 de::MovePtr<TestTexture> TestTexture3D::copy(const tcu::TextureFormat format) const in copy()
1336 …de::MovePtr<TestTexture> texture (new TestTexture3D(format, m_texture.getWidth(), m_texture.getHei… in copy()
DvktPipelineImageSamplingInstance.cpp177 texture = MovePtr<TestTexture>(new TestTexture3D(format, size.x(), size.y(), size.z())); in createTestTexture()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.hpp123 typedef de::SharedPtr<pipeline::TestTexture3D> TestTexture3DSp;
244 const pipeline::TestTexture3D& get3DTexture (int textureIndex) const;
DvktTextureCompressedFormatTests.cpp283 …, m_texture3D (TestTexture3DSp(new pipeline::TestTexture3D(m_compressedFormat, testParameters.wi… in Compressed3DTestInstance()
315 const pipeline::TestTexture3D& texture = m_renderer3D.get3DTexture(0); in iterate()
DvktTextureTestUtil.cpp919 const pipeline::TestTexture3D& TextureRenderer::get3DTexture (int textureIndex) const in get3DTexture()
924 …return dynamic_cast<const pipeline::TestTexture3D&>(m_textureBindings[textureIndex]->getTestTextur… in get3DTexture()
DvktTextureFilteringTests.cpp901 …m_textures.push_back(TestTexture3DSp(new pipeline::TestTexture3D(vk::mapVkFormat(m_testParameters.… in Texture3DFilteringTestInstance()
952 const pipeline::TestTexture3D& texture = m_renderer.get3DTexture(m_cases[m_caseNdx].textureIndex); in iterate()
DvktTextureMipmapTests.cpp680 …m_texture = TestTexture3DSp(new pipeline::TestTexture3D(vk::mapVkFormat(m_testParameters.format), … in Texture3DMipmapTestInstance()
1478 …m_texture = TestTexture3DSp(new pipeline::TestTexture3D(vk::mapVkFormat(format), m_texWidth, m_tex… in Texture3DLodControlTestInstance()