Home
last modified time | relevance | path

Searched refs:TestTexture (Results 1 – 16 of 16) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
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);
168TestTexture (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 …]
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> srcStencilTexture; in uploadTestTextureSparse()
[all …]
DvktPipelineImageSamplingInstance.cpp133 static MovePtr<TestTexture> createTestTexture (const TcuFormatType format, VkImageViewType viewType… 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& testTexture, const vk::VkIm… in resolveSubresourceRange()
[all …]
DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp203 static MovePtr<TestTexture> createTestTexture (const TcuFormatType format, VkImageViewType viewType… 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()
DvktPipelineImageSamplingInstance.hpp147 de::MovePtr<TestTexture> m_texture;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
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);
168TestTexture (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 …]
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> srcStencilTexture; in uploadTestTextureSparse()
[all …]
DvktPipelineImageSamplingInstance.cpp133 static MovePtr<TestTexture> createTestTexture (const TcuFormatType format, VkImageViewType viewType… 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& testTexture, const vk::VkIm… in resolveSubresourceRange()
[all …]
DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp203 static MovePtr<TestTexture> createTestTexture (const TcuFormatType format, VkImageViewType viewType… 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()
DvktPipelineImageSamplingInstance.hpp147 de::MovePtr<TestTexture> m_texture;
/third_party/glslang/Test/baseResults/
Dhlsl.stringtoken.frag.out31 0:? 'TestTexture' ( uniform texture2D)
68 0:? 'TestTexture' ( uniform texture2D)
88 Name 30 "TestTexture"
93 Decorate 30(TestTexture) DescriptorSet 0
94 Decorate 30(TestTexture) Binding 0
116 30(TestTexture): 29(ptr) Variable UniformConstant
/third_party/glslang/Test/
Dhlsl.stringtoken.frag7 Texture2D TestTexture <
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.hpp121 typedef de::SharedPtr<pipeline::TestTexture> TestTextureSp;
162 const pipeline::TestTexture& getTestTexture (void) { return *m_textureData; } in getTestTexture()
DvktTextureTestUtil.cpp1474 const pipeline::TestTexture& testTexture = m_textureBindings[texUnit]->getTestTexture(); in renderQuad()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktTextureTestUtil.hpp121 typedef de::SharedPtr<pipeline::TestTexture> TestTextureSp;
162 const pipeline::TestTexture& getTestTexture (void) { return *m_textureData; } in getTestTexture()
DvktTextureTestUtil.cpp1474 const pipeline::TestTexture& testTexture = m_textureBindings[texUnit]->getTestTexture(); in renderQuad()