Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassUnusedAttachmentSparseFillingTests.cpp224 class InputAttachmentSparseFillingTest : public vkt::TestCase class
227 InputAttachmentSparseFillingTest(tcu::TestContext &testContext, const std::string &name,
229 virtual ~InputAttachmentSparseFillingTest(void) = default;
293 InputAttachmentSparseFillingTest::InputAttachmentSparseFillingTest(tcu::TestContext &testContext, in InputAttachmentSparseFillingTest() function in vkt::renderpass::__anon1a947dca0111::InputAttachmentSparseFillingTest
301 void InputAttachmentSparseFillingTest::initPrograms(SourceCollections &sourceCollections) const in initPrograms()
346 TestInstance *InputAttachmentSparseFillingTest::createInstance(Context &context) const in createInstance()
351 void InputAttachmentSparseFillingTest::checkSupport(Context &context) const in checkSupport()
1057 unusedAttTests->addChild(new InputAttachmentSparseFillingTest( in createRenderPassUnusedAttachmentSparseFillingTests()