Home
last modified time | relevance | path

Searched refs:Scatter (Results 1 – 25 of 29) sorted by relevance

12

/third_party/boost/libs/asio/doc/overview/
Dimplementation.qbk32 Scatter-Gather:
52 Scatter-Gather:
73 Scatter-Gather:
95 Scatter-Gather:
116 Scatter-Gather:
137 Scatter-Gather:
159 Scatter-Gather:
181 Scatter-Gather:
203 Scatter-Gather:
224 Scatter-Gather:
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DEmulatedIntrinsics.hpp29 void Scatter(RValue<Pointer<Float>> base, RValue<Float4> val, RValue<Int4> offsets, RValue<Int4> ma…
30 void Scatter(RValue<Pointer<Int>> base, RValue<Int4> val, RValue<Int4> offsets, RValue<Int4> mask, …
DEmulatedIntrinsics.cpp144 void Scatter(RValue<Pointer<Float>> base, RValue<Float4> val, RValue<Int4> offsets, RValue<Int4> ma… in Scatter() function
149 void Scatter(RValue<Pointer<Int>> base, RValue<Int4> val, RValue<Int4> offsets, RValue<Int4> mask, … in Scatter() function
DSubzeroReactor.cpp4305 void Scatter(RValue<Pointer<Float>> base, RValue<Float4> val, RValue<Int4> offsets, RValue<Int4> ma… in Scatter() function
4308 return emulated::Scatter(base, val, offsets, mask, alignment); in Scatter()
4311 void Scatter(RValue<Pointer<Int>> base, RValue<Int4> val, RValue<Int4> offsets, RValue<Int4> mask, … in Scatter() function
4314 return emulated::Scatter(base, val, offsets, mask, alignment); in Scatter()
DReactor.hpp2539 void Scatter(RValue<Pointer<Float>> base, RValue<Float4> val, RValue<Int4> offsets, RValue<Int4> ma…
2540 void Scatter(RValue<Pointer<Int>> base, RValue<Int4> val, RValue<Int4> offsets, RValue<Int4> mask, …
DLLVMReactor.cpp1261 void Scatter(RValue<Pointer<Float>> base, RValue<Float4> val, RValue<Int4> offsets, RValue<Int4> ma… in Scatter() function
1266 void Scatter(RValue<Pointer<Int>> base, RValue<Int4> val, RValue<Int4> offsets, RValue<Int4> mask, … in Scatter() function
/third_party/flutter/skia/modules/skottie/src/effects/
DGradientEffect.cpp31 ADAPTER_PROPERTY(Scatter , SkScalar, 0) in ADAPTER_PROPERTY()
/third_party/mindspore/mindspore/lite/schema/
Dmodel_v0.fbs162 Scatter,
Dops_v0.fbs919 table Scatter {
Dmodel_v0_generated.h1125 template<> struct PrimitiveTypeTraits<mindspore::schema::v0::Scatter> {
2208 const mindspore::schema::v0::Scatter *value_as_Scatter() const {
2209 …ma::v0::PrimitiveType_Scatter ? static_cast<const mindspore::schema::v0::Scatter *>(value()) : nul…
2933 template<> inline const mindspore::schema::v0::Scatter *Primitive::value_as<mindspore::schema::v0::
4171 auto ptr = reinterpret_cast<const mindspore::schema::v0::Scatter *>(obj);
Dops_v0_generated.h415 struct Scatter;
9423 struct Scatter FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
9432 typedef Scatter Table;
9439 flatbuffers::Offset<Scatter> Finish() { in Finish()
9441 auto o = flatbuffers::Offset<Scatter>(end); in Finish()
9446 inline flatbuffers::Offset<Scatter> CreateScatter( in CreateScatter()
/third_party/mesa3d/src/gallium/drivers/swr/
Dmeson.build85 'rasterizer/jitter/shader_lib/Scatter.cpp',
/third_party/boost/libs/mpi/doc/
Dpython.qbk125 scatter Scatter the values stored at the root to all processes.
Dcollective.qbk117 [section:scatter Scatter]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DShaderCore.hpp469 rr::Scatter(rr::Pointer<EL>(base), val, offs, mask, alignment); in Store()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicsAArch64.td1593 // Scatter stores:
DIntrinsicsX86.td3592 // Gather and Scatter ops
/third_party/mindspore/mindspore/lite/schema/inner/
Dmodel_v0_generated.h1143 template<> struct PrimitiveTypeTraits<mindspore::schema::v0::Scatter> {
4015 const mindspore::schema::v0::Scatter *value_as_Scatter() const {
4016 …ma::v0::PrimitiveType_Scatter ? static_cast<const mindspore::schema::v0::Scatter *>(value()) : nul…
4746 template<> inline const mindspore::schema::v0::Scatter *Primitive::value_as<mindspore::schema::v0::
6375 auto ptr = reinterpret_cast<const mindspore::schema::v0::Scatter *>(obj);
7209 auto ptr = reinterpret_cast<const mindspore::schema::v0::Scatter *>(obj);
Dops_v0_generated.h549 struct Scatter;
13248 typedef Scatter TableType;
13251 struct Scatter FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
13263 …static flatbuffers::Offset<Scatter> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ScatterT* _o,…
13267 typedef Scatter Table;
13274 flatbuffers::Offset<Scatter> Finish() { in Finish()
13276 auto o = flatbuffers::Offset<Scatter>(end); in Finish()
13281 inline flatbuffers::Offset<Scatter> CreateScatter( in CreateScatter()
13287 flatbuffers::Offset<Scatter> CreateScatter(flatbuffers::FlatBufferBuilder &_fbb, const ScatterT *_o…
21825 inline ScatterT *Scatter::UnPack(const flatbuffers::resolver_function_t *_resolver) const { in UnPack()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp44039 auto *Scatter = cast<MaskedScatterSDNode>(GorS); in combineGatherScatter() local
44040 SDValue Ops[] = { Chain, Scatter->getValue(), in combineGatherScatter()
44042 return DAG.getMaskedScatter(Scatter->getVTList(), in combineGatherScatter()
44043 Scatter->getMemoryVT(), DL, in combineGatherScatter()
44044 Ops, Scatter->getMemOperand(), in combineGatherScatter()
44045 Scatter->getIndexType()); in combineGatherScatter()
44068 auto *Scatter = cast<MaskedScatterSDNode>(GorS); in combineGatherScatter() local
44069 SDValue Ops[] = { Chain, Scatter->getValue(), in combineGatherScatter()
44071 return DAG.getMaskedScatter(Scatter->getVTList(), in combineGatherScatter()
44072 Scatter->getMemoryVT(), DL, in combineGatherScatter()
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp3010 Scatter(base, *val, *offsets, mask, alignment); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4487 SDValue Scatter = DAG.getMaskedScatter(DAG.getVTList(MVT::Other), VT, sdl, in visitMaskedScatter() local
4489 DAG.setRoot(Scatter); in visitMaskedScatter()
4490 setValue(&I, Scatter); in visitMaskedScatter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrVector.td239 // Scatter element.
/third_party/gettext/gettext-tools/tests/
Dmm-ko.ascii.pot2861 #. Translators: Menu item Verb/Branch/Distribute/Scatter
2863 msgid "Scatter"
Dmm-ko.euc-kr.po3031 #. Translators: Menu item Verb/Branch/Distribute/Scatter
3034 msgid "Scatter"

12