Searched refs:TestTexture (Results 1 - 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageUtil.hpp41 class TestTexture;
93 const TestTexture& testTexture,
96 class TestTexture class in namespace:vkt::pipeline
99 TestTexture (const tcu::TextureFormat& format, int width, int height, int depth);
100 TestTexture (const tcu::CompressedTexFormat& format, int width, int height, int depth);
101 virtual ~TestTexture (void);
118 virtual de::MovePtr<TestTexture> copy (const tcu::TextureFormat) const = 0;
129 void copyToTexture (TestTexture&) const;
135 class TestTexture1D : public TestTexture
153 virtual de::MovePtr<TestTexture> cop
[all...]
H A DvktPipelineImageUtil.cpp357 const TestTexture& srcTexture,
358 const TestTexture* srcStencilTexture,
524 const TestTexture& srcTexture,
529 de::MovePtr<TestTexture> srcDepthTexture;
530 de::MovePtr<TestTexture> srcStencilTexture;
581 // TestTexture
583 TestTexture::TestTexture (const tcu::TextureFormat& format, int width, int height, int depth) function in class:vkt::pipeline::TestTexture
595 TestTexture::TestTexture (cons function in class:vkt::pipeline::TestTexture
[all...]
H A DvktPipelineImageSamplingInstance.cpp129 static MovePtr<TestTexture> createTestTexture (const TcuFormatType format, VkImageViewType viewType, const tcu::IVec3& size, int layerCount)
131 MovePtr<TestTexture> texture;
138 texture = MovePtr<TestTexture>(new TestTexture1D(format, size.x()));
140 texture = MovePtr<TestTexture>(new TestTexture1DArray(format, size.x(), layerCount));
147 texture = MovePtr<TestTexture>(new TestTexture2D(format, size.x(), size.y()));
155 texture = MovePtr<TestTexture>(new TestTextureCube(format, size.x()));
161 texture = MovePtr<TestTexture>(new TestTextureCubeArray(format, size.x(), layerCount));
166 texture = MovePtr<TestTexture>(new TestTexture2DArray(format, size.x(), size.y(), layerCount));
173 texture = MovePtr<TestTexture>(new TestTexture3D(format, size.x(), size.y(), size.z()));
1176 vk::VkImageSubresourceRange resolveSubresourceRange (const TestTexture
[all...]
H A DvktPipelineImageSamplingInstance.hpp98 de::MovePtr<TestTexture> m_texture;
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.hpp118 typedef de::SharedPtr<pipeline::TestTexture> TestTextureSp;
141 const pipeline::TestTexture& getTestTexture (void) { return *m_textureData; }
H A DvktTextureTestUtil.cpp1304 const pipeline::TestTexture& testTexture = m_textureBindings[texUnit]->getTestTexture();

Completed in 257 milliseconds