Searched refs:computeTests (Results 1 – 4 of 4) sorted by relevance
38 void createChildren (tcu::TestCaseGroup* computeTests) in createChildren() argument40 tcu::TestContext& testCtx = computeTests->getTestContext(); in createChildren()42 computeTests->addChild(createBasicComputeShaderTests(testCtx)); in createChildren()43 computeTests->addChild(createIndirectComputeDispatchTests(testCtx)); in createChildren()44 computeTests->addChild(createComputeShaderBuiltinVarTests(testCtx)); in createChildren()
8948 …de::MovePtr<tcu::TestCaseGroup> computeTests (new tcu::TestCaseGroup(testCtx, "compute", "Compute… in createInstructionTests() local8951 computeTests->addChild(createOpNopGroup(testCtx)); in createInstructionTests()8952 computeTests->addChild(createOpFUnordGroup(testCtx)); in createInstructionTests()8953 computeTests->addChild(createOpAtomicGroup(testCtx)); in createInstructionTests()8954 computeTests->addChild(createOpLineGroup(testCtx)); in createInstructionTests()8955 computeTests->addChild(createOpNoLineGroup(testCtx)); in createInstructionTests()8956 computeTests->addChild(createOpConstantNullGroup(testCtx)); in createInstructionTests()8957 computeTests->addChild(createOpConstantCompositeGroup(testCtx)); in createInstructionTests()8958 computeTests->addChild(createOpConstantUsageGroup(testCtx)); in createInstructionTests()8959 computeTests->addChild(createSpecConstantGroup(testCtx)); in createInstructionTests()[all …]
1766 …de::MovePtr<tcu::TestCaseGroup> computeTests (new tcu::TestCaseGroup(testCtx, "compute_pipeline", … in createPushConstantTests() local1767 …computeTests->addChild(new PushConstantComputeTest(testCtx, computeParams[0].name, computeParams[0… in createPushConstantTests()1768 pushConstantTests->addChild(computeTests.release()); in createPushConstantTests()
1973 …de::MovePtr<tcu::TestCaseGroup> computeTests (new tcu::TestCaseGroup(testCtx, "compute_tests", "Te… in createCacheTests() local1985 computeTests->addChild(newTestCase<ComputeCacheTest>(testCtx, &testParams[i])); in createCacheTests()1987 cacheTests->addChild(computeTests.release()); in createCacheTests()