Home
last modified time | relevance | path

Searched refs:TestTexture1D (Results 1 - 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageUtil.hpp203 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 DvktPipelineImageUtil.cpp1046 // 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 DvktPipelineImageSamplingInstance.cpp144 texture = MovePtr<TestTexture>(new TestTexture1D(format, size.x())); in createTestTexture()
1271 const TestTexture1D* tex1D = dynamic_cast<const TestTexture1D*>(&testTexture); in getTexture1DArrayView()
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp264 texture = MovePtr<TestTexture>(new TestTexture1D(format, size.x())); in createTestTexture()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageUtil.hpp203 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 DvktPipelineImageUtil.cpp1036 // 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 DvktPipelineImageSamplingInstance.cpp142 texture = MovePtr<TestTexture>(new TestTexture1D(format, size.x())); in createTestTexture()
1265 const TestTexture1D* tex1D = dynamic_cast<const TestTexture1D*>(&testTexture); in getTexture1DArrayView()
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp212 texture = MovePtr<TestTexture>(new TestTexture1D(format, size.x())); in createTestTexture()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.hpp126 typedef de::SharedPtr<pipeline::TestTexture1D> TestTexture1DSp;
257 const pipeline::TestTexture1D& get1DTexture (int textureIndex) const;
H A DvktTextureTestUtil.cpp1057 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 DvktTextureShadowTests.cpp986 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 DvktTextureTestUtil.hpp126 typedef de::SharedPtr<pipeline::TestTexture1D> TestTexture1DSp;
257 const pipeline::TestTexture1D& get1DTexture (int textureIndex) const;
H A DvktTextureTestUtil.cpp1090 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 DvktTextureShadowTests.cpp984 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()

Completed in 32 milliseconds