Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.hpp126 typedef de::SharedPtr<pipeline::TestTextureCubeArray> TestTextureCubeArraySp; typedef
256 void addCubeArrayTexture (const TestTextureCubeArraySp& texture,
DvktTextureShadowTests.cpp1333 vector<TestTextureCubeArraySp> m_textures;
1356 …m_textures.push_back(TestTextureCubeArraySp(new pipeline::TestTextureCubeArray(vk::mapVkFormat(m_t… in TextureCubeArrayShadowTestInstance()
1402 for (vector<TestTextureCubeArraySp>::iterator i = m_textures.begin(); i != m_textures.end(); i++) in TextureCubeArrayShadowTestInstance()
DvktTextureTestUtil.cpp890 void TextureRenderer::addCubeArrayTexture (const TestTextureCubeArraySp& texture, const vk::VkImage… in addCubeArrayTexture()