Home
last modified time | relevance | path

Searched refs:TestTexture1DArraySp (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.hpp125 typedef de::SharedPtr<pipeline::TestTexture1DArray> TestTexture1DArraySp; typedef
251 void add1DArrayTexture (const TestTexture1DArraySp& texture,
DvktTextureShadowTests.cpp1118 std::vector<TestTexture1DArraySp> m_textures;
1141 …m_textures.push_back(TestTexture1DArraySp(new pipeline::TestTexture1DArray(vk::mapVkFormat(m_testP… in Texture1DArrayShadowTestInstance()
1165 …for (std::vector<TestTexture1DArraySp>::iterator i = m_textures.begin(); i != m_textures.end(); ++… in Texture1DArrayShadowTestInstance()
DvktTextureTestUtil.cpp885 void TextureRenderer::add1DArrayTexture (const TestTexture1DArraySp& texture, const vk::VkImageAspe… in add1DArrayTexture()