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 182 class TestTexture1DArray : public TestTexture
188 TestTexture1DArray (const tcu::TextureFormat& format, int width, int arraySize);
189 TestTexture1DArray (const tcu::CompressedTexFormat& format, int width, int arraySize);
190 virtual ~TestTexture1DArray (void);
vktPipelineImageUtil.cpp 904 // TestTexture1DArray
906 TestTexture1DArray::TestTexture1DArray (const tcu::TextureFormat& format, int width, int arraySize)
914 TestTexture1DArray::TestTexture1DArray (const tcu::CompressedTexFormat& format, int width, int arraySize)
928 TestTexture1DArray::~TestTexture1DArray (void)
932 int TestTexture1DArray::getNumLevels (void) const
937 tcu::PixelBufferAccess TestTexture1DArray::getLevel (int level, int layer)
946 const tcu::ConstPixelBufferAccess TestTexture1DArray::getLevel (int level, int layer) cons
    [all...]
vktPipelineImageSamplingInstance.cpp 144 texture = MovePtr<TestTexture>(new TestTexture1DArray(format, size.x(), layerCount));
    [all...]

Completed in 153 milliseconds