Searched refs:TestTexture (Results 1 – 8 of 8) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.hpp | 42 class TestTexture; 138 const TestTexture& testTexture, 158 const TestTexture& srcTexture, 161 class TestTexture class 164 TestTexture (const tcu::TextureFormat& format, int width, int height, int depth); 165 … TestTexture (const tcu::CompressedTexFormat& format, int width, int height, int depth); 166 virtual ~TestTexture (void); 183 virtual de::MovePtr<TestTexture> copy (const tcu::TextureFormat) const = 0; 194 void copyToTexture (TestTexture&) const; 200 class TestTexture1D : public TestTexture [all …]
|
D | vktPipelineImageUtil.cpp | 405 const TestTexture& srcTexture, in uploadTestTextureInternal() 406 const TestTexture* srcStencilTexture, in uploadTestTextureInternal() 493 const TestTexture& srcTexture, in uploadTestTextureInternalSparse() 494 const TestTexture* srcStencilTexture, in uploadTestTextureInternalSparse() 571 const TestTexture& srcTexture, in uploadTestTexture() 576 de::MovePtr<TestTexture> srcDepthTexture; in uploadTestTexture() 577 de::MovePtr<TestTexture> srcStencilTexture; in uploadTestTexture() 619 const TestTexture& srcTexture, in uploadTestTextureSparse() 624 de::MovePtr<TestTexture> srcDepthTexture; in uploadTestTextureSparse() 625 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() 1211 vk::VkImageSubresourceRange resolveSubresourceRange (const TestTexture& testTexture, const vk::VkIm… in resolveSubresourceRange() [all …]
|
D | vktPipelineImageSamplingInstance.hpp | 137 de::MovePtr<TestTexture> m_texture;
|
/external/deqp-deps/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
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.stringtoken.frag | 7 Texture2D TestTexture <
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureTestUtil.hpp | 119 typedef de::SharedPtr<pipeline::TestTexture> TestTextureSp; 153 const pipeline::TestTexture& getTestTexture (void) { return *m_textureData; } in getTestTexture()
|
D | vktTextureTestUtil.cpp | 1257 const pipeline::TestTexture& testTexture = m_textureBindings[texUnit]->getTestTexture(); in renderQuad()
|