Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.hpp129 typedef de::SharedPtr<pipeline::TestTexture1DArray> TestTexture1DArraySp; typedef
258 …void add1DArrayTexture(const TestTexture1DArraySp &texture, const vk::VkImageAspectFlags &aspectMa…
H A DvktTextureShadowTests.cpp1249 std::vector<TestTexture1DArraySp> m_textures;
1273 m_textures.push_back(TestTexture1DArraySp(new pipeline::TestTexture1DArray( in Texture1DArrayShadowTestInstance()
1299 …for (std::vector<TestTexture1DArraySp>::iterator i = m_textures.begin(); i != m_textures.end(); ++… in Texture1DArrayShadowTestInstance()
H A DvktTextureTestUtil.cpp1231 void TextureRenderer::add1DArrayTexture(const TestTexture1DArraySp &texture, const vk::VkImageAspec… in add1DArrayTexture()