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

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.hpp 141 class TestTexture1DArray : public TestTexture
147 TestTexture1DArray (const tcu::TextureFormat& format, int width, int arraySize);
148 TestTexture1DArray (const tcu::CompressedTexFormat& format, int width, int arraySize);
149 virtual ~TestTexture1DArray (void);
vktPipelineImageUtil.cpp 824 // TestTexture1DArray
826 TestTexture1DArray::TestTexture1DArray (const tcu::TextureFormat& format, int width, int arraySize)
834 TestTexture1DArray::TestTexture1DArray (const tcu::CompressedTexFormat& format, int width, int arraySize)
848 TestTexture1DArray::~TestTexture1DArray (void)
852 int TestTexture1DArray::getNumLevels (void) const
857 tcu::PixelBufferAccess TestTexture1DArray::getLevel (int level, int layer)
866 const tcu::ConstPixelBufferAccess TestTexture1DArray::getLevel (int level, int layer) cons
    [all...]
vktPipelineImageSamplingInstance.cpp 77 texture = MovePtr<TestTexture>(new TestTexture1DArray(format, size.x(), layerCount));
216 const tcu::Texture1DArray& texture = dynamic_cast<const TestTexture1DArray&>(testTexture).getTexture();
    [all...]

Completed in 324 milliseconds