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

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.hpp 221 class TestTexture3D : public TestTexture
227 TestTexture3D (const tcu::TextureFormat& format, int width, int height, int depth);
228 TestTexture3D (const tcu::CompressedTexFormat& format, int width, int height, int depth);
229 virtual ~TestTexture3D (void);
vktPipelineImageUtil.cpp     [all...]
vktPipelineImageSamplingInstance.cpp 173 texture = MovePtr<TestTexture>(new TestTexture3D(format, size.x(), size.y(), size.z()));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.hpp 122 typedef de::SharedPtr<pipeline::TestTexture3D> TestTexture3DSp;
186 const pipeline::TestTexture3D& get3DTexture (int textureIndex) const;
vktTextureTestUtil.cpp     [all...]
vktTextureFilteringTests.cpp 751 m_textures.push_back(TestTexture3DSp(new pipeline::TestTexture3D(vk::mapVkFormat(m_testParameters.format), m_testParameters.width, m_testParameters.height, m_testParameters.depth)));
794 const pipeline::TestTexture3D& texture = m_renderer.get3DTexture(m_cases[m_caseNdx].textureIndex);
    [all...]
vktTextureMipmapTests.cpp 680 m_texture = TestTexture3DSp(new pipeline::TestTexture3D(vk::mapVkFormat(m_testParameters.format), m_testParameters.width, m_testParameters.height, m_testParameters.depth));
    [all...]

Completed in 388 milliseconds