HomeSort by relevance Sort by last modified time
    Searched refs:TestTexture2DArray (Results 1 - 7 of 7) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.hpp 226 class TestTexture2DArray : public TestTexture
232 TestTexture2DArray (const tcu::TextureFormat& format, int width, int height, int arraySize);
233 TestTexture2DArray (const tcu::CompressedTexFormat& format, int width, int height, int arraySize);
234 virtual ~TestTexture2DArray (void);
vktPipelineImageUtil.cpp     [all...]
vktPipelineImageSamplingInstance.cpp 170 texture = MovePtr<TestTexture>(new TestTexture2DArray(format, size.x(), size.y(), layerCount));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.hpp 122 typedef de::SharedPtr<pipeline::TestTexture2DArray> TestTexture2DArraySp;
200 const pipeline::TestTexture2DArray& get2DArrayTexture (int textureIndex) const;
vktTextureShadowTests.cpp 668 m_textures.push_back(TestTexture2DArraySp(new pipeline::TestTexture2DArray(vk::mapVkFormat(m_testParameters.format), m_testParameters.width, m_testParameters.height, m_testParameters.numLayers)));
749 const pipeline::TestTexture2DArray& texture = m_renderer.get2DArrayTexture(curCase.textureIndex);
    [all...]
vktTextureTestUtil.cpp     [all...]
vktTextureFilteringTests.cpp 551 m_textures.push_back(TestTexture2DArraySp(new pipeline::TestTexture2DArray(vk::mapVkFormat(m_testParameters.format), m_testParameters.width, m_testParameters.height, m_testParameters.numLayers)));
614 const pipeline::TestTexture2DArray& texture = m_renderer.get2DArrayTexture(curCase.textureIndex);
    [all...]

Completed in 1246 milliseconds