/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineImageUtil.hpp | 290 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 D | vktPipelineImageUtil.cpp | 1333 // 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 D | vktPipelineImageSamplingInstance.cpp | 179 texture = MovePtr<TestTexture>(new TestTexture3D(format, size.x(), size.y(), size.z())); in createTestTexture()
|
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 299 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 D | vktPipelineImageUtil.hpp | 290 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 D | vktPipelineImageUtil.cpp | 1323 // 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 D | vktPipelineImageSamplingInstance.cpp | 177 texture = MovePtr<TestTexture>(new TestTexture3D(format, size.x(), size.y(), size.z())); in createTestTexture()
|
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 247 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 D | vktTextureTestUtil.hpp | 125 typedef de::SharedPtr<pipeline::TestTexture3D> TestTexture3DSp; 252 const pipeline::TestTexture3D& get3DTexture (int textureIndex) const;
|
H A D | vktTextureCompressedFormatTests.cpp | 467 , 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 D | vktTextureTestUtil.cpp | 1049 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 D | vktTextureFilteringTests.cpp | 939 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 D | vktTextureMipmapTests.cpp | 697 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 D | vktTextureTestUtil.hpp | 125 typedef de::SharedPtr<pipeline::TestTexture3D> TestTexture3DSp; 252 const pipeline::TestTexture3D& get3DTexture (int textureIndex) const;
|
H A D | vktTextureCompressedFormatTests.cpp | 467 , 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 D | vktTextureTestUtil.cpp | 1082 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 D | vktTextureFilteringTests.cpp | 938 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 D | vktTextureMipmapTests.cpp | 697 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()
|