Lines Matching refs:testCtx
69 tcu::TestContext& testCtx = bufferViewTests->getTestContext(); in createBufferViewTests() local
71 bufferViewTests->addChild(createBufferViewCreateTests (testCtx)); in createBufferViewTests()
72 bufferViewTests->addChild(createBufferViewAccessTests (testCtx)); in createBufferViewTests()
77 tcu::TestContext& testCtx = apiTests->getTestContext(); in createApiTests() local
79 apiTests->addChild(createVersionSanityCheckTests (testCtx)); in createApiTests()
80 apiTests->addChild(createDriverPropertiesTests (testCtx)); in createApiTests()
82 apiTests->addChild(createSmokeTests (testCtx)); in createApiTests()
84 apiTests->addChild(api::createFeatureInfoTests (testCtx)); in createApiTests()
86 apiTests->addChild(createDeviceDrmPropertiesTests (testCtx)); in createApiTests()
88 apiTests->addChild(createDeviceInitializationTests (testCtx)); in createApiTests()
89 apiTests->addChild(createObjectManagementTests (testCtx)); in createApiTests()
90 apiTests->addChild(createBufferTests (testCtx)); in createApiTests()
92 apiTests->addChild(createBufferMarkerTests (testCtx)); in createApiTests()
94 …apiTests->addChild(createTestGroup (testCtx, "buffer_view", "BufferView tests", createBuffe… in createApiTests()
95 apiTests->addChild(createCommandBuffersTests (testCtx)); in createApiTests()
96 apiTests->addChild(createCopiesAndBlittingTests (testCtx)); in createApiTests()
97 apiTests->addChild(createImageClearingTests (testCtx)); in createApiTests()
98 apiTests->addChild(createFillAndUpdateBufferTests (testCtx)); in createApiTests()
99 apiTests->addChild(createDescriptorPoolTests (testCtx)); in createApiTests()
100 apiTests->addChild(createNullHandleTests (testCtx)); in createApiTests()
101 apiTests->addChild(createGranularityQueryTests (testCtx)); in createApiTests()
102 apiTests->addChild(createMemoryCommitmentTests (testCtx)); in createApiTests()
104 apiTests->addChild(createExternalMemoryTests (testCtx)); in createApiTests()
106 apiTests->addChild(createMaintenance3Tests (testCtx)); in createApiTests()
107 apiTests->addChild(createDescriptorSetTests (testCtx)); in createApiTests()
108 apiTests->addChild(createPipelineTests (testCtx)); in createApiTests()
109 apiTests->addChild(createMemoryRequirementInvarianceTests (testCtx)); in createApiTests()
111 apiTests->addChild(createToolingInfoTests (testCtx)); in createApiTests()
112 apiTests->addChild(createFormatPropertiesExtendedKHRTests (testCtx)); in createApiTests()
114 apiTests->addChild(createBufferMemoryRequirementsTests (testCtx)); in createApiTests()
116 apiTests->addChild(createImageCompressionControlTests (testCtx)); in createApiTests()
122 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) in createTests() argument
124 return createTestGroup(testCtx, "api", "API Tests", createApiTests); in createTests()