Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fBufferWriteTests.cpp563 } verifyTypes[] = in init() local
594 for (int verifyNdx = 0; verifyNdx < DE_LENGTH_OF_ARRAY(verifyTypes); verifyNdx++) in init()
596 …tcu::TestCaseGroup* const verifyGroup = new tcu::TestCaseGroup(m_testCtx, verifyTypes[verifyNdx].n… in init()
604 const VerifyType verify = verifyTypes[verifyNdx].verify; in init()
/external/llvm-project/mlir/include/mlir/Interfaces/
DControlFlowInterfaces.td171 static LogicalResult verifyTypes(Operation *op) {
/external/llvm-project/mlir/lib/Dialect/SCF/
DSCF.cpp141 return RegionBranchOpInterface::verifyTypes(op); in verify()
624 return RegionBranchOpInterface::verifyTypes(op); in verify()
1308 if (failed(RegionBranchOpInterface::verifyTypes(op))) in verify()
/external/llvm-project/mlir/include/mlir/Dialect/Shape/IR/
DShapeOps.td658 let verifier = [{ return RegionBranchOpInterface::verifyTypes(*this); }];