/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cTextureGatherTests.cpp | 805 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/ |
D | distributive_conditional_types.ts | 39 type Gather<T> = T extends any[] ? GatherArray<T[number]> : GatherValue<T>; alias
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SamplerCore.hpp | 36 Gather, // Return one channel of each texel in footprint. enumerator
|
/third_party/python/Tools/peg_generator/pegen/ |
D | first_sets.py | 95 def visit_Gather(self, item: Gather) -> Set[str]:
|
D | parser_generator.py | 130 def name_gather(self, node: Gather) -> str:
|
D | python_generator.py | 116 def visit_Gather(self, node: Gather) -> Tuple[str, str]:
|
D | c_generator.py | 314 def visit_Gather(self, node: Gather) -> FunctionCall:
|
D | grammar.py | 417 class Gather(Repeat): class
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | EmulatedIntrinsics.cpp | 130 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
|
D | LLVMReactor.cpp | 1198 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
|
D | SubzeroReactor.cpp | 4293 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/ |
D | SLPVectorizer.cpp | 3937 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/ |
D | SelectionDAGBuilder.cpp | 4616 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/ |
D | X86ISelLowering.cpp | 29508 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
|