Home
last modified time | relevance | path

Searched refs:TestTexture2DArraySp (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.hpp122 typedef de::SharedPtr<pipeline::TestTexture2DArray> TestTexture2DArraySp; typedef
236 void add2DArrayTexture (const TestTexture2DArraySp& texture,
DvktTextureShadowTests.cpp689 std::vector<TestTexture2DArraySp> m_textures;
712 …m_textures.push_back(TestTexture2DArraySp(new pipeline::TestTexture2DArray(vk::mapVkFormat(m_testP… in Texture2DArrayShadowTestInstance()
736 …for (std::vector<TestTexture2DArraySp>::iterator i = m_textures.begin(); i != m_textures.end(); ++… in Texture2DArrayShadowTestInstance()
DvktTextureFilteringTests.cpp651 vector<TestTexture2DArraySp> m_textures;
683 …m_textures.push_back(TestTexture2DArraySp(new pipeline::TestTexture2DArray(vk::mapVkFormat(m_testP… in Texture2DArrayFilteringTestInstance()
727 …for (vector<TestTexture2DArraySp>::const_iterator i = m_textures.begin(); i != m_textures.end(); i… in Texture2DArrayFilteringTestInstance()
DvktTextureTestUtil.cpp870 void TextureRenderer::add2DArrayTexture (const TestTexture2DArraySp& texture, const vk::VkImageAspe… in add2DArrayTexture()