Home
last modified time | relevance | path

Searched refs:InputAttachmentSparseFillingTest (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentSparseFillingTests.cpp116 class InputAttachmentSparseFillingTest : public vkt::TestCase class
119 InputAttachmentSparseFillingTest (tcu::TestContext& testContext,
123 virtual ~InputAttachmentSparseFillingTest (void);
183 InputAttachmentSparseFillingTest::InputAttachmentSparseFillingTest (tcu::TestContext& testContext, in InputAttachmentSparseFillingTest() function in vkt::renderpass::__anon902f34140111::InputAttachmentSparseFillingTest
191 InputAttachmentSparseFillingTest::~InputAttachmentSparseFillingTest (void) in ~InputAttachmentSparseFillingTest()
195 void InputAttachmentSparseFillingTest::initPrograms (SourceCollections& sourceCollections) const in initPrograms()
239 TestInstance* InputAttachmentSparseFillingTest::createInstance(Context& context) const in createInstance()
244 void InputAttachmentSparseFillingTest::checkSupport(Context& context) const in checkSupport()
809 …unusedAttTests->addChild(new InputAttachmentSparseFillingTest(testCtx, std::string("input_attachme… in createRenderPassUnusedAttachmentSparseFillingTests()