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

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.hpp 174 class TestTexture2DArray : public TestTexture
180 TestTexture2DArray (const tcu::TextureFormat& format, int width, int height, int arraySize);
181 TestTexture2DArray (const tcu::CompressedTexFormat& format, int width, int height, int arraySize);
182 virtual ~TestTexture2DArray (void);
vktPipelineImageUtil.cpp 933 // TestTexture2DArray
935 TestTexture2DArray::TestTexture2DArray (const tcu::TextureFormat& format, int width, int height, int arraySize)
943 TestTexture2DArray::TestTexture2DArray (const tcu::CompressedTexFormat& format, int width, int height, int arraySize)
    [all...]
vktPipelineImageSamplingInstance.cpp 103 texture = MovePtr<TestTexture>(new TestTexture2DArray(format, size.x(), size.y(), layerCount));
277 const tcu::Texture2DArray& texture = dynamic_cast<const TestTexture2DArray&>(testTexture).getTexture();
    [all...]

Completed in 980 milliseconds