Home
last modified time | relevance | path

Searched refs:MaskIndex (Results 1 – 25 of 91) sorted by relevance

1234

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXUtil.cpp545 class MaskIndex { class
555 static MaskIndex getUndef() { in getUndef()
556 MaskIndex Ret; in getUndef()
561 static MaskIndex getAnotherOp() { in getAnotherOp()
562 MaskIndex Ret; in getAnotherOp()
575 int operator-(MaskIndex const &rhs) const { in operator -()
594 return MaskIndex::getAnotherOp(); in makeSVIIndexesOperandIndexes()
595 return MaskVal < 0 ? MaskIndex::getUndef() : MaskIndex{MaskVal}; in makeSVIIndexesOperandIndexes()
603 return MaskIndex::getUndef(); in makeSVIIndexesOperandIndexes()
798 [VDistance](MaskIndex Reference, MaskIndex Current) { in matchMatrixRegionByIndexes()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Dsubresource_adapter.cpp479 MaskIndexFunc MaskToIndexFunction() const override { return &AspectTraits::MaskIndex; } in MaskToIndexFunction()
487 static uint32_t MaskIndex(VkImageAspectFlags mask) { return 0; }; in MaskIndex() function
497 static uint32_t MaskIndex(VkImageAspectFlags mask) { return 0; }; in MaskIndex() function
507 static uint32_t MaskIndex(VkImageAspectFlags mask) { return 0; }; in MaskIndex() function
517 static uint32_t MaskIndex(VkImageAspectFlags mask) { return 0; }; in MaskIndex() function
529 static uint32_t MaskIndex(VkImageAspectFlags mask) { in MaskIndex() function
546 static uint32_t MaskIndex(VkImageAspectFlags mask) { in MaskIndex() function
565 static uint32_t MaskIndex(VkImageAspectFlags mask) { in MaskIndex() function
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Dsubresource_adapter.cpp698 MaskIndexFunc MaskToIndexFunction() const override { return &AspectTraits::MaskIndex; } in MaskToIndexFunction()
706 static uint32_t MaskIndex(VkImageAspectFlags mask) { return 0; }; in MaskIndex() function
716 static uint32_t MaskIndex(VkImageAspectFlags mask) { return 0; }; in MaskIndex() function
726 static uint32_t MaskIndex(VkImageAspectFlags mask) { return 0; }; in MaskIndex() function
736 static uint32_t MaskIndex(VkImageAspectFlags mask) { return 0; }; in MaskIndex() function
748 static uint32_t MaskIndex(VkImageAspectFlags mask) { in MaskIndex() function
765 static uint32_t MaskIndex(VkImageAspectFlags mask) { in MaskIndex() function
784 static uint32_t MaskIndex(VkImageAspectFlags mask) { in MaskIndex() function
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk/
H A Dgtkfiledialogutils.inc63 function RemoveOtherMasks(const Desc: string; MaskIndex: integer): string;
68 if i=MaskIndex then continue;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk/
H A Dgtkfiledialogutils.inc63 function RemoveOtherMasks(const Desc: string; MaskIndex: integer): string;
68 if i=MaskIndex then continue;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk/
H A Dgtkfiledialogutils.inc63 function RemoveOtherMasks(const Desc: string; MaskIndex: integer): string;
68 if i=MaskIndex then continue;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk/
H A Dgtkfiledialogutils.inc63 function RemoveOtherMasks(const Desc: string; MaskIndex: integer): string;
68 if i=MaskIndex then continue;
/dports/editors/lazarus/lazarus/components/lazutils/
H A Dmasks.pas342 function MatchToEnd(MaskIndex, CharIndex: Integer): Boolean; in MatchToEnd()
349 for I := MaskIndex to High(FMask.Chars) do
/dports/editors/lazarus-qt5/lazarus/components/lazutils/
H A Dmasks.pas342 function MatchToEnd(MaskIndex, CharIndex: Integer): Boolean; in MatchToEnd()
349 for I := MaskIndex to High(FMask.Chars) do
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/ohler55/ojg/
H A Doptions.go67 MaskIndex = byte(0x1f) const
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazutils/
H A Dmasks.pas422 function MatchToEnd(MaskIndex, CharIndex: Integer): Boolean; in MatchToEnd()
429 for I := MaskIndex to High(FMask.Chars) do
/dports/databases/fpc-fpindexer/fpc-3.2.2/packages/fpindexer/src/
H A Dfpmasks.pp268 function MatchToEnd(MaskIndex, CharIndex: Integer): Boolean;
274 for I := MaskIndex to High(FMask.Chars) do
/dports/lang/fpc-source/fpc-3.2.2/packages/fpindexer/src/
H A Dfpmasks.pp268 function MatchToEnd(MaskIndex, CharIndex: Integer): Boolean;
274 for I := MaskIndex to High(FMask.Chars) do
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazutils/
H A Dmasks.pas422 function MatchToEnd(MaskIndex, CharIndex: Integer): Boolean; in MatchToEnd()
429 for I := MaskIndex to High(FMask.Chars) do
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2134 int MaskIndex = MaskIdx.value(); in lowerVECTOR_SHUFFLE() local
2135 return MaskIndex < 0 || MaskIdx.index() == (unsigned)MaskIndex % NumElts; in lowerVECTOR_SHUFFLE()
2159 for (int MaskIndex : SVN->getMask()) { in lowerVECTOR_SHUFFLE() local
2160 bool SelectMaskVal = (MaskIndex < (int)NumElts) ^ InvertMask; in lowerVECTOR_SHUFFLE()
2163 bool IsLHSOrUndefIndex = MaskIndex < (int)NumElts; in lowerVECTOR_SHUFFLE()
2164 GatherIndicesLHS.push_back(IsLHSOrUndefIndex && MaskIndex >= 0 in lowerVECTOR_SHUFFLE()
2165 ? DAG.getConstant(MaskIndex, DL, XLenVT) in lowerVECTOR_SHUFFLE()
2169 : DAG.getConstant(MaskIndex - NumElts, DL, XLenVT)); in lowerVECTOR_SHUFFLE()
2170 if (IsLHSOrUndefIndex && MaskIndex >= 0) in lowerVECTOR_SHUFFLE()
2171 ++LHSIndexCounts[MaskIndex]; in lowerVECTOR_SHUFFLE()
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/
H A Dgtk3wsdialogs.pp208 function RemoveOtherMasks(const Desc: string; MaskIndex: integer): string;
213 if i=MaskIndex then continue;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/
H A Dgtk3wsdialogs.pp208 function RemoveOtherMasks(const Desc: string; MaskIndex: integer): string;
213 if i=MaskIndex then continue;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.h1098 unsigned MaskIndex,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/X86/
H A DX86ISelLowering.h1066 unsigned MaskIndex,
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/X86/
H A DX86ISelLowering.h1098 unsigned MaskIndex,
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.h1078 unsigned MaskIndex,
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/X86/
H A DX86ISelLowering.h1066 unsigned MaskIndex,
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1098 unsigned MaskIndex,
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.h1098 unsigned MaskIndex,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.h1078 unsigned MaskIndex,

1234