/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineImageUtil.hpp | 42 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 …]
|
D | vktPipelineImageUtil.cpp | 422 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 …]
|
D | vktPipelineImageSamplingInstance.cpp | 133 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 …]
|
D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 203 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()
|
D | vktPipelineImageSamplingInstance.hpp | 147 de::MovePtr<TestTexture> m_texture;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.hpp | 42 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 …]
|
D | vktPipelineImageUtil.cpp | 422 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 …]
|
D | vktPipelineImageSamplingInstance.cpp | 133 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 …]
|
D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 203 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()
|
D | vktPipelineImageSamplingInstance.hpp | 147 de::MovePtr<TestTexture> m_texture;
|
/third_party/glslang/Test/baseResults/ |
D | hlsl.stringtoken.frag.out | 31 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/ |
D | hlsl.stringtoken.frag | 7 Texture2D TestTexture <
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureTestUtil.hpp | 121 typedef de::SharedPtr<pipeline::TestTexture> TestTextureSp; 162 const pipeline::TestTexture& getTestTexture (void) { return *m_textureData; } in getTestTexture()
|
D | vktTextureTestUtil.cpp | 1474 const pipeline::TestTexture& testTexture = m_textureBindings[texUnit]->getTestTexture(); in renderQuad()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
D | vktTextureTestUtil.hpp | 121 typedef de::SharedPtr<pipeline::TestTexture> TestTextureSp; 162 const pipeline::TestTexture& getTestTexture (void) { return *m_textureData; } in getTestTexture()
|
D | vktTextureTestUtil.cpp | 1474 const pipeline::TestTexture& testTexture = m_textureBindings[texUnit]->getTestTexture(); in renderQuad()
|