Searched defs:addCase (Results 1 - 3 of 3) sorted by relevance

/external/deqp/executor/
H A DxeTestCase.cpp377 addCase(static_cast<const TestCase*>(node));
386 void TestSet::addCase (const TestCase* testCase) function in class:TestSet
/external/llvm/lib/IR/
H A DInstructions.cpp3392 /// addCase - Add an entry to the switch instruction...
3394 void SwitchInst::addCase(ConstantInt *OnVal, BasicBlock *Dest) { function in class:SwitchInst
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp4987 this->addCase<2, 2>(ctx, group);
4988 this->addCase<3, 2>(ctx, group);
4989 this->addCase<4, 2>(ctx, group);
4990 this->addCase<2, 3>(ctx, group);
4991 this->addCase<3, 3>(ctx, group);
4992 this->addCase<4, 3>(ctx, group);
4993 this->addCase<2, 4>(ctx, group);
4994 this->addCase<3, 4>(ctx, group);
4995 this->addCase<4, 4>(ctx, group);
5004 void addCase (cons function in class:deqp::gls::BuiltinPrecisionTests::MatrixFuncCaseFactory
[all...]

Completed in 395 milliseconds