Home
last modified time | relevance | path

Searched refs:TestTexture3D (Results 1 - 18 of 18) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageUtil.hpp290 class TestTexture3D : public TestTexture class
296 TestTexture3D (const tcu::TextureFormat& format, int width, int height, int depth);
297 TestTexture3D (const tcu::CompressedTexFormat& format, int width, int height, int depth);
298 virtual ~TestTexture3D (void);
H A DvktPipelineImageUtil.cpp1333 // TestTexture3D
1335 TestTexture3D::TestTexture3D (const tcu::TextureFormat& format, int width, int height, int depth) in TestTexture3D() function in vkt::pipeline::TestTexture3D
1343 TestTexture3D::TestTexture3D (const tcu::CompressedTexFormat& format, int width, int height, int depth) in TestTexture3D() function in vkt::pipeline::TestTexture3D
1351 TestTexture3D::~TestTexture3D (void) in ~TestTexture3D()
1355 int TestTexture3D::getNumLevels (void) const in getNumLevels()
1360 tcu::PixelBufferAccess TestTexture3D::getLevel (int level, int layer) in getLevel()
1367 const tcu::ConstPixelBufferAccess TestTexture3D
[all...]
H A DvktPipelineImageSamplingInstance.cpp179 texture = MovePtr<TestTexture>(new TestTexture3D(format, size.x(), size.y(), size.z())); in createTestTexture()
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp299 texture = MovePtr<TestTexture>(new TestTexture3D(format, size.x(), size.y(), size.z())); in createTestTexture()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageUtil.hpp290 class TestTexture3D : public TestTexture class
296 TestTexture3D (const tcu::TextureFormat& format, int width, int height, int depth);
297 TestTexture3D (const tcu::CompressedTexFormat& format, int width, int height, int depth);
298 virtual ~TestTexture3D (void);
H A DvktPipelineImageUtil.cpp1323 // TestTexture3D
1325 TestTexture3D::TestTexture3D (const tcu::TextureFormat& format, int width, int height, int depth) in TestTexture3D() function in vkt::pipeline::TestTexture3D
1333 TestTexture3D::TestTexture3D (const tcu::CompressedTexFormat& format, int width, int height, int depth) in TestTexture3D() function in vkt::pipeline::TestTexture3D
1341 TestTexture3D::~TestTexture3D (void) in ~TestTexture3D()
1345 int TestTexture3D::getNumLevels (void) const in getNumLevels()
1350 tcu::PixelBufferAccess TestTexture3D::getLevel (int level, int layer) in getLevel()
1357 const tcu::ConstPixelBufferAccess TestTexture3D
[all...]
H A DvktPipelineImageSamplingInstance.cpp177 texture = MovePtr<TestTexture>(new TestTexture3D(format, size.x(), size.y(), size.z())); in createTestTexture()
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp247 texture = MovePtr<TestTexture>(new TestTexture3D(format, size.x(), size.y(), size.z())); in createTestTexture()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.hpp125 typedef de::SharedPtr<pipeline::TestTexture3D> TestTexture3DSp;
252 const pipeline::TestTexture3D& get3DTexture (int textureIndex) const;
H A DvktTextureCompressedFormatTests.cpp467 , m_texture3D (TestTexture3DSp(new pipeline::TestTexture3D(m_compressedFormat, testParameters.width, testParameters.height, testParameters.depth))) in Compressed3DTestInstance()
499 const pipeline::TestTexture3D& texture = m_renderer2D.get3DTexture(0); in iterate()
H A DvktTextureTestUtil.cpp1049 const pipeline::TestTexture3D& TextureRenderer::get3DTexture (int textureIndex) const in get3DTexture()
1054 return dynamic_cast<const pipeline::TestTexture3D&>(m_textureBindings[textureIndex]->getTestTexture()); in get3DTexture()
H A DvktTextureFilteringTests.cpp939 m_textures.push_back(TestTexture3DSp(new pipeline::TestTexture3D(vk::mapVkFormat(m_testParameters.format), m_testParameters.width, m_testParameters.height, m_testParameters.depth))); in Texture3DFilteringTestInstance()
990 const pipeline::TestTexture3D& texture = m_renderer.get3DTexture(m_cases[m_caseNdx].textureIndex); in iterate()
H A DvktTextureMipmapTests.cpp697 m_texture = TestTexture3DSp(new pipeline::TestTexture3D(vk::mapVkFormat(m_testParameters.format), m_testParameters.width, m_testParameters.height, m_testParameters.depth)); in Texture3DMipmapTestInstance()
1545 m_texture = TestTexture3DSp(new pipeline::TestTexture3D(vk::mapVkFormat(format), m_texWidth, m_texHeight, m_texDepth)); in Texture3DLodControlTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureTestUtil.hpp125 typedef de::SharedPtr<pipeline::TestTexture3D> TestTexture3DSp;
252 const pipeline::TestTexture3D& get3DTexture (int textureIndex) const;
H A DvktTextureCompressedFormatTests.cpp467 , m_texture3D (TestTexture3DSp(new pipeline::TestTexture3D(m_compressedFormat, testParameters.width, testParameters.height, testParameters.depth))) in Compressed3DTestInstance()
499 const pipeline::TestTexture3D& texture = m_renderer2D.get3DTexture(0); in iterate()
H A DvktTextureTestUtil.cpp1082 const pipeline::TestTexture3D& TextureRenderer::get3DTexture (int textureIndex) const in get3DTexture()
1087 return dynamic_cast<const pipeline::TestTexture3D&>(m_textureBindings[textureIndex]->getTestTexture()); in get3DTexture()
H A DvktTextureFilteringTests.cpp938 m_textures.push_back(TestTexture3DSp(new pipeline::TestTexture3D(vk::mapVkFormat(m_testParameters.format), m_testParameters.width, m_testParameters.height, m_testParameters.depth))); in Texture3DFilteringTestInstance()
989 const pipeline::TestTexture3D& texture = m_renderer.get3DTexture(m_cases[m_caseNdx].textureIndex); in iterate()
H A DvktTextureMipmapTests.cpp697 m_texture = TestTexture3DSp(new pipeline::TestTexture3D(vk::mapVkFormat(m_testParameters.format), m_testParameters.width, m_testParameters.height, m_testParameters.depth)); in Texture3DMipmapTestInstance()
1545 m_texture = TestTexture3DSp(new pipeline::TestTexture3D(vk::mapVkFormat(format), m_texWidth, m_texHeight, m_texDepth)); in Texture3DLodControlTestInstance()

Completed in 45 milliseconds