Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageUtil.hpp42 class TestTexture;
140 const TestTexture& testTexture,
161 const TestTexture& srcTexture,
164 class TestTexture class
167 TestTexture (const tcu::TextureFormat& format, int width, int height, int depth);
168 TestTexture (const tcu::CompressedTexFormat& format, int width, int height, int depth);
169 virtual ~TestTexture (void);
186 virtual de::MovePtr<TestTexture> copy (const tcu::TextureFormat) const = 0;
197 void copyToTexture (TestTexture&) const;
203 class TestTexture1D : public TestTexture
[all...]
H A DvktPipelineImageUtil.cpp432 const TestTexture& srcTexture, in uploadTestTextureInternal()
433 const TestTexture* srcStencilTexture, in uploadTestTextureInternal()
528 const TestTexture& srcTexture, in uploadTestTextureInternalSparse()
529 const TestTexture* srcStencilTexture, in uploadTestTextureInternalSparse()
613 const TestTexture& srcTexture, in uploadTestTexture()
619 de::MovePtr<TestTexture> srcDepthTexture; in uploadTestTexture()
620 de::MovePtr<TestTexture> srcStencilTexture; in uploadTestTexture()
662 const TestTexture& srcTexture, in uploadTestTextureSparse()
667 de::MovePtr<TestTexture> srcDepthTexture; in uploadTestTextureSparse()
668 de::MovePtr<TestTexture> srcStencilTextur in uploadTestTextureSparse()
750 TestTexture::TestTexture (const tcu::TextureFormat& format, int width, int height, int depth) TestTexture() function in vkt::pipeline::TestTexture
762 TestTexture::TestTexture (const tcu::CompressedTexFormat& format, int width, int height, int depth) TestTexture() function in vkt::pipeline::TestTexture
[all...]
H A DvktPipelineImageSamplingInstance.cpp135 static MovePtr<TestTexture> createTestTexture (const TcuFormatType format, VkImageViewType viewType, const tcu::IVec3& size, int layerCount) in createTestTexture()
137 MovePtr<TestTexture> texture; in createTestTexture()
144 texture = MovePtr<TestTexture>(new TestTexture1D(format, size.x())); in createTestTexture()
146 texture = MovePtr<TestTexture>(new TestTexture1DArray(format, size.x(), layerCount)); in createTestTexture()
153 texture = MovePtr<TestTexture>(new TestTexture2D(format, size.x(), size.y())); in createTestTexture()
161 texture = MovePtr<TestTexture>(new TestTextureCube(format, size.x())); in createTestTexture()
167 texture = MovePtr<TestTexture>(new TestTextureCubeArray(format, size.x(), layerCount)); in createTestTexture()
172 texture = MovePtr<TestTexture>(new TestTexture2DArray(format, size.x(), size.y(), layerCount)); in createTestTexture()
179 texture = MovePtr<TestTexture>(new TestTexture3D(format, size.x(), size.y(), size.z())); in createTestTexture()
1240 vk::VkImageSubresourceRange resolveSubresourceRange (const TestTexture
[all...]
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp255 static MovePtr<TestTexture> createTestTexture (const TcuFormatType format, VkImageViewType viewType, const tcu::IVec3& size, int layerCount) in createTestTexture()
257 MovePtr<TestTexture> texture; in createTestTexture()
264 texture = MovePtr<TestTexture>(new TestTexture1D(format, size.x())); in createTestTexture()
266 texture = MovePtr<TestTexture>(new TestTexture1DArray(format, size.x(), layerCount)); in createTestTexture()
273 texture = MovePtr<TestTexture>(new TestTexture2D(format, size.x(), size.y())); in createTestTexture()
281 texture = MovePtr<TestTexture>(new TestTextureCube(format, size.x())); in createTestTexture()
287 texture = MovePtr<TestTexture>(new TestTextureCubeArray(format, size.x(), layerCount)); in createTestTexture()
292 texture = MovePtr<TestTexture>(new TestTexture2DArray(format, size.x(), size.y(), layerCount)); in createTestTexture()
299 texture = MovePtr<TestTexture>(new TestTexture3D(format, size.x(), size.y(), size.z())); in createTestTexture()
H A DvktPipelineImageSamplingInstance.hpp149 de::MovePtr<TestTexture> m_texture;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageUtil.hpp42 class TestTexture;
140 const TestTexture& testTexture,
161 const TestTexture& srcTexture,
164 class TestTexture class
167 TestTexture (const tcu::TextureFormat& format, int width, int height, int depth);
168 TestTexture (const tcu::CompressedTexFormat& format, int width, int height, int depth);
169 virtual ~TestTexture (void);
186 virtual de::MovePtr<TestTexture> copy (const tcu::TextureFormat) const = 0;
197 void copyToTexture (TestTexture&) const;
203 class TestTexture1D : public TestTexture
[all...]
H A DvktPipelineImageUtil.cpp422 const TestTexture& srcTexture, in uploadTestTextureInternal()
423 const TestTexture* srcStencilTexture, in uploadTestTextureInternal()
518 const TestTexture& srcTexture, in uploadTestTextureInternalSparse()
519 const TestTexture* srcStencilTexture, in uploadTestTextureInternalSparse()
603 const TestTexture& srcTexture, in uploadTestTexture()
609 de::MovePtr<TestTexture> srcDepthTexture; in uploadTestTexture()
610 de::MovePtr<TestTexture> srcStencilTexture; in uploadTestTexture()
652 const TestTexture& srcTexture, in uploadTestTextureSparse()
657 de::MovePtr<TestTexture> srcDepthTexture; in uploadTestTextureSparse()
658 de::MovePtr<TestTexture> srcStencilTextur in uploadTestTextureSparse()
740 TestTexture::TestTexture (const tcu::TextureFormat& format, int width, int height, int depth) TestTexture() function in vkt::pipeline::TestTexture
752 TestTexture::TestTexture (const tcu::CompressedTexFormat& format, int width, int height, int depth) TestTexture() function in vkt::pipeline::TestTexture
[all...]
H A DvktPipelineImageSamplingInstance.cpp133 static MovePtr<TestTexture> createTestTexture (const TcuFormatType format, VkImageViewType viewType, const tcu::IVec3& size, int layerCount) in createTestTexture()
135 MovePtr<TestTexture> texture; in createTestTexture()
142 texture = MovePtr<TestTexture>(new TestTexture1D(format, size.x())); in createTestTexture()
144 texture = MovePtr<TestTexture>(new TestTexture1DArray(format, size.x(), layerCount)); in createTestTexture()
151 texture = MovePtr<TestTexture>(new TestTexture2D(format, size.x(), size.y())); in createTestTexture()
159 texture = MovePtr<TestTexture>(new TestTextureCube(format, size.x())); in createTestTexture()
165 texture = MovePtr<TestTexture>(new TestTextureCubeArray(format, size.x(), layerCount)); in createTestTexture()
170 texture = MovePtr<TestTexture>(new TestTexture2DArray(format, size.x(), size.y(), layerCount)); in createTestTexture()
177 texture = MovePtr<TestTexture>(new TestTexture3D(format, size.x(), size.y(), size.z())); in createTestTexture()
1234 vk::VkImageSubresourceRange resolveSubresourceRange (const TestTexture
[all...]
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp203 static MovePtr<TestTexture> createTestTexture (const TcuFormatType format, VkImageViewType viewType, const tcu::IVec3& size, int layerCount) in createTestTexture()
205 MovePtr<TestTexture> texture; in createTestTexture()
212 texture = MovePtr<TestTexture>(new TestTexture1D(format, size.x())); in createTestTexture()
214 texture = MovePtr<TestTexture>(new TestTexture1DArray(format, size.x(), layerCount)); in createTestTexture()
221 texture = MovePtr<TestTexture>(new TestTexture2D(format, size.x(), size.y())); in createTestTexture()
229 texture = MovePtr<TestTexture>(new TestTextureCube(format, size.x())); in createTestTexture()
235 texture = MovePtr<TestTexture>(new TestTextureCubeArray(format, size.x(), layerCount)); in createTestTexture()
240 texture = MovePtr<TestTexture>(new TestTexture2DArray(format, size.x(), size.y(), layerCount)); in createTestTexture()
247 texture = MovePtr<TestTexture>(new TestTexture3D(format, size.x(), size.y(), size.z())); in createTestTexture()
H A DvktPipelineImageSamplingInstance.hpp147 de::MovePtr<TestTexture> m_texture;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.hpp121 typedef de::SharedPtr<pipeline::TestTexture> TestTextureSp;
162 const pipeline::TestTexture& getTestTexture (void) { return *m_textureData; } in getTestTexture()
H A DvktTextureTestUtil.cpp1441 const pipeline::TestTexture& testTexture = m_textureBindings[texUnit]->getTestTexture(); in renderQuad()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureTestUtil.hpp121 typedef de::SharedPtr<pipeline::TestTexture> TestTextureSp;
162 const pipeline::TestTexture& getTestTexture (void) { return *m_textureData; } in getTestTexture()
H A DvktTextureTestUtil.cpp1474 const pipeline::TestTexture& testTexture = m_textureBindings[texUnit]->getTestTexture(); in renderQuad()

Completed in 25 milliseconds