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

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.hpp 191 class TestTexture3D : public TestTexture
197 TestTexture3D (const tcu::TextureFormat& format, int width, int height, int depth);
198 TestTexture3D (const tcu::CompressedTexFormat& format, int width, int height, int depth);
199 virtual ~TestTexture3D (void);
vktPipelineImageUtil.cpp     [all...]
vktPipelineImageSamplingInstance.cpp 110 texture = MovePtr<TestTexture>(new TestTexture3D(format, size.x(), size.y(), size.z()));
302 const tcu::Texture3D& texture = dynamic_cast<const TestTexture3D&>(testTexture).getTexture();
    [all...]

Completed in 36 milliseconds