Lines Matching refs:apiTests
77 void createApiTests (tcu::TestCaseGroup* apiTests)
79 tcu::TestContext& testCtx = apiTests->getTestContext();
81 apiTests->addChild(createVersionSanityCheckTests (testCtx));
82 apiTests->addChild(createDriverPropertiesTests (testCtx));
84 apiTests->addChild(createSmokeTests (testCtx));
86 apiTests->addChild(api::createFeatureInfoTests (testCtx));
88 apiTests->addChild(createDeviceDrmPropertiesTests (testCtx));
90 apiTests->addChild(createDeviceInitializationTests (testCtx));
91 apiTests->addChild(createObjectManagementTests (testCtx));
92 apiTests->addChild(createBufferTests (testCtx));
94 apiTests->addChild(createBufferMarkerTests (testCtx));
96 apiTests->addChild(createTestGroup (testCtx, "buffer_view", createBufferViewTests));
97 apiTests->addChild(createCommandBuffersTests (testCtx));
98 apiTests->addChild(createCopiesAndBlittingTests (testCtx));
99 apiTests->addChild(createImageClearingTests (testCtx));
100 apiTests->addChild(createFillAndUpdateBufferTests (testCtx));
101 apiTests->addChild(createDescriptorPoolTests (testCtx));
102 apiTests->addChild(createNullHandleTests (testCtx));
103 apiTests->addChild(createGranularityQueryTests (testCtx));
104 apiTests->addChild(createMemoryCommitmentTests (testCtx));
106 apiTests->addChild(createExternalMemoryTests (testCtx));
108 apiTests->addChild(createMaintenance3Tests (testCtx));
109 apiTests->addChild(createDescriptorSetTests (testCtx));
110 apiTests->addChild(createPipelineTests (testCtx));
111 apiTests->addChild(createMemoryRequirementInvarianceTests (testCtx));
113 apiTests->addChild(createToolingInfoTests (testCtx));
114 apiTests->addChild(createFormatPropertiesExtendedKHRTests (testCtx));
116 apiTests->addChild(createBufferMemoryRequirementsTests (testCtx));
118 apiTests->addChild(createImageCompressionControlTests (testCtx));
119 apiTests->addChild(createGetDeviceProcAddrTests (testCtx));
120 apiTests->addChild(createMaintenance5Tests (testCtx));