/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineImageUtil.hpp | 203 class TestTexture1D : public TestTexture class 209 TestTexture1D (const tcu::TextureFormat& format, int width); 210 TestTexture1D (const tcu::CompressedTexFormat& format, int width); 211 virtual ~TestTexture1D (void);
|
H A D | vktPipelineImageUtil.cpp | 1046 // TestTexture1D 1048 TestTexture1D::TestTexture1D (const tcu::TextureFormat& format, int width) in TestTexture1D() function in vkt::pipeline::TestTexture1D 1056 TestTexture1D::TestTexture1D (const tcu::CompressedTexFormat& format, int width) in TestTexture1D() function in vkt::pipeline::TestTexture1D 1064 TestTexture1D::~TestTexture1D (void) in ~TestTexture1D() 1068 int TestTexture1D::getNumLevels (void) const in getNumLevels() 1073 tcu::PixelBufferAccess TestTexture1D::getLevel (int level, int layer) in getLevel() 1080 const tcu::ConstPixelBufferAccess TestTexture1D [all...] |
H A D | vktPipelineImageSamplingInstance.cpp | 144 texture = MovePtr<TestTexture>(new TestTexture1D(format, size.x())); in createTestTexture() 1271 const TestTexture1D* tex1D = dynamic_cast<const TestTexture1D*>(&testTexture); in getTexture1DArrayView()
|
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 264 texture = MovePtr<TestTexture>(new TestTexture1D(format, size.x())); in createTestTexture()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineImageUtil.hpp | 203 class TestTexture1D : public TestTexture class 209 TestTexture1D (const tcu::TextureFormat& format, int width); 210 TestTexture1D (const tcu::CompressedTexFormat& format, int width); 211 virtual ~TestTexture1D (void);
|
H A D | vktPipelineImageUtil.cpp | 1036 // TestTexture1D 1038 TestTexture1D::TestTexture1D (const tcu::TextureFormat& format, int width) in TestTexture1D() function in vkt::pipeline::TestTexture1D 1046 TestTexture1D::TestTexture1D (const tcu::CompressedTexFormat& format, int width) in TestTexture1D() function in vkt::pipeline::TestTexture1D 1054 TestTexture1D::~TestTexture1D (void) in ~TestTexture1D() 1058 int TestTexture1D::getNumLevels (void) const in getNumLevels() 1063 tcu::PixelBufferAccess TestTexture1D::getLevel (int level, int layer) in getLevel() 1070 const tcu::ConstPixelBufferAccess TestTexture1D [all...] |
H A D | vktPipelineImageSamplingInstance.cpp | 142 texture = MovePtr<TestTexture>(new TestTexture1D(format, size.x())); in createTestTexture() 1265 const TestTexture1D* tex1D = dynamic_cast<const TestTexture1D*>(&testTexture); in getTexture1DArrayView()
|
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 212 texture = MovePtr<TestTexture>(new TestTexture1D(format, size.x())); in createTestTexture()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureTestUtil.hpp | 126 typedef de::SharedPtr<pipeline::TestTexture1D> TestTexture1DSp; 257 const pipeline::TestTexture1D& get1DTexture (int textureIndex) const;
|
H A D | vktTextureTestUtil.cpp | 1057 const pipeline::TestTexture1D& TextureRenderer::get1DTexture (int textureIndex) const in get1DTexture() 1062 return dynamic_cast<const pipeline::TestTexture1D&>(m_textureBindings[textureIndex]->getTestTexture()); in get1DTexture()
|
H A D | vktTextureShadowTests.cpp | 986 m_textures.push_back(TestTexture1DSp(new pipeline::TestTexture1D(vk::mapVkFormat(m_testParameters.format), m_testParameters.width))); in Texture1DShadowTestInstance() 1063 const pipeline::TestTexture1D& texture = m_renderer.get1DTexture(m_cases[m_caseNdx].textureIndex); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureTestUtil.hpp | 126 typedef de::SharedPtr<pipeline::TestTexture1D> TestTexture1DSp; 257 const pipeline::TestTexture1D& get1DTexture (int textureIndex) const;
|
H A D | vktTextureTestUtil.cpp | 1090 const pipeline::TestTexture1D& TextureRenderer::get1DTexture (int textureIndex) const in get1DTexture() 1095 return dynamic_cast<const pipeline::TestTexture1D&>(m_textureBindings[textureIndex]->getTestTexture()); in get1DTexture()
|
H A D | vktTextureShadowTests.cpp | 984 m_textures.push_back(TestTexture1DSp(new pipeline::TestTexture1D(vk::mapVkFormat(m_testParameters.format), m_testParameters.width))); in Texture1DShadowTestInstance() 1061 const pipeline::TestTexture1D& texture = m_renderer.get1DTexture(m_cases[m_caseNdx].textureIndex); in iterate()
|