Home
last modified time | relevance | path

Searched refs:anchorIdx (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/tools/mlir-tblgen/
DOpFormatGen.cpp2113 Optional<unsigned> &anchorIdx);
2623 Optional<unsigned> anchorIdx; in parseOptional() local
2625 if (failed(parseOptionalChildElement(elements, seenVariables, anchorIdx))) in parseOptional()
2633 if (!anchorIdx) in parseOptional()
2674 element = std::make_unique<OptionalElement>(std::move(elements), *anchorIdx, in parseOptional()
2682 Optional<unsigned> &anchorIdx) { in parseOptionalChildElement() argument
2691 if (anchorIdx) in parseOptionalChildElement()
2694 anchorIdx = childElements.size() - 1; in parseOptionalChildElement()
/external/swiftshader/src/Device/
DBC_Decoder.cpp1514 auto anchorIdx = anchorIndex(mode, partitionIdx, subsetIdx); in decode() local
1515 auto isAnchor = anchorIdx == texelIdx; in decode()