Home
last modified time | relevance | path

Searched defs:Gather (Results 1 – 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cTextureGatherTests.cpp805 virtual std::string Gather() in Gather() function in glcts::__anon98a1f14f0111::GatherBase
1074 virtual std::string Gather() in Gather() function in glcts::__anon98a1f14f0111::PlainGatherUint2D
1114 virtual std::string Gather() in Gather() function in glcts::__anon98a1f14f0111::PlainGatherDepth2D
1133 virtual std::string Gather() in Gather() function in glcts::__anon98a1f14f0111::PlainGatherFloat2DArray
1172 virtual std::string Gather() in Gather() function in glcts::__anon98a1f14f0111::PlainGatherInt2DArray
1211 virtual std::string Gather() in Gather() function in glcts::__anon98a1f14f0111::PlainGatherUint2DArray
1251 virtual std::string Gather() in Gather() function in glcts::__anon98a1f14f0111::PlainGatherDepth2DArray
1275 virtual std::string Gather() in Gather() function in glcts::__anon98a1f14f0111::PlainGatherFloatCube
1299 virtual std::string Gather() in Gather() function in glcts::__anon98a1f14f0111::PlainGatherIntCube
1338 virtual std::string Gather() in Gather() function in glcts::__anon98a1f14f0111::PlainGatherUintCube
[all …]
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.8/
Ddistributive_conditional_types.ts39 type Gather<T> = T extends any[] ? GatherArray<T[number]> : GatherValue<T>; alias
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSamplerCore.hpp36 Gather, // Return one channel of each texel in footprint. enumerator
/third_party/python/Tools/peg_generator/pegen/
Dfirst_sets.py95 def visit_Gather(self, item: Gather) -> Set[str]:
Dparser_generator.py130 def name_gather(self, node: Gather) -> str:
Dpython_generator.py116 def visit_Gather(self, node: Gather) -> Tuple[str, str]:
Dc_generator.py314 def visit_Gather(self, node: Gather) -> FunctionCall:
Dgrammar.py417 class Gather(Repeat): class
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DEmulatedIntrinsics.cpp130 RValue<Float4> Gather(RValue<Pointer<Float>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigne… in Gather() function
137 RValue<Int4> Gather(RValue<Pointer<Int>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned in… in Gather() function
DLLVMReactor.cpp1198 RValue<Float4> Gather(RValue<Pointer<Float>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigne… in Gather() function
1203 RValue<Int4> Gather(RValue<Pointer<Int>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned in… in Gather() function
DSubzeroReactor.cpp4293 RValue<Float4> Gather(RValue<Pointer<Float>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigne… in Gather() function
4299 RValue<Int4> Gather(RValue<Pointer<Int>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned in… in Gather() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3937 Value *BoUpSLP::Gather(ArrayRef<Value *> VL, VectorType *Ty) { in Gather() function in BoUpSLP
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4616 SDValue Gather = DAG.getMaskedGather(DAG.getVTList(VT, MVT::Other), VT, sdl, in visitMaskedGather() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp29508 auto *Gather = cast<MaskedGatherSDNode>(N); in ReplaceNodeResults() local
44031 if (auto *Gather = dyn_cast<MaskedGatherSDNode>(GorS)) { in combineGatherScatter() local
44060 if (auto *Gather = dyn_cast<MaskedGatherSDNode>(GorS)) { in combineGatherScatter() local
44087 if (auto *Gather = dyn_cast<MaskedGatherSDNode>(GorS)) { in combineGatherScatter() local