/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cTextureGatherTests.cpp | 796 Offset() + " mediump " + Type() + " tmp = " + Gather() + in TextBody() 805 virtual std::string Gather() in Gather() function in glcts::__anon27700::GatherBase 1074 virtual std::string Gather() in Gather() function in glcts::__anon27700::PlainGatherUint2D 1114 virtual std::string Gather() in Gather() function in glcts::__anon27700::PlainGatherDepth2D 1133 virtual std::string Gather() in Gather() function in glcts::__anon27700::PlainGatherFloat2DArray 1172 virtual std::string Gather() in Gather() function in glcts::__anon27700::PlainGatherInt2DArray 1211 virtual std::string Gather() in Gather() function in glcts::__anon27700::PlainGatherUint2DArray 1251 virtual std::string Gather() in Gather() function in glcts::__anon27700::PlainGatherDepth2DArray 1275 virtual std::string Gather() in Gather() function in glcts::__anon27700::PlainGatherFloatCube 1299 virtual std::string Gather() in Gather() function in glcts::__anon27700::PlainGatherIntCube 1338 virtual std::string Gather() Gather() function in glcts::__anon27700::PlainGatherUintCube 1388 virtual std::string Gather() Gather() function in glcts::__anon27700::PlainGatherDepthCube 1411 virtual std::string Gather() Gather() function in glcts::__anon27700::OffsetGatherFloat2D 1429 virtual std::string Gather() Gather() function in glcts::__anon27700::OffsetGatherInt2D 1447 virtual std::string Gather() Gather() function in glcts::__anon27700::OffsetGatherUint2D 1465 virtual std::string Gather() Gather() function in glcts::__anon27700::OffsetGatherDepth2D 1483 virtual std::string Gather() Gather() function in glcts::__anon27700::OffsetGatherFloat2DArray 1501 virtual std::string Gather() Gather() function in glcts::__anon27700::OffsetGatherInt2DArray 1519 virtual std::string Gather() Gather() function in glcts::__anon27700::OffsetGatherUint2DArray 1543 virtual std::string Gather() Gather() function in glcts::__anon27700::OffsetGatherDepth2DArray 1551 virtual std::string Gather() Gather() function in glcts::__anon27700::Swizzle 1583 virtual std::string Gather() Gather() function in glcts::__anon27700::IncompleteTexture 1602 virtual std::string Gather() Gather() function in glcts::__anon27700::IncompleteTextureLastComp 1736 virtual std::string Gather() Gather() function in glcts::__anon27700::PlainGatherFloat2DSrgbAlpha [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | EmulatedIntrinsics.hpp | 27 RValue<Float4> Gather(RValue<Pointer<Float>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned int alignment, bool zeroMaskedLanes = false); 28 RValue<Int4> Gather(RValue<Pointer<Int>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned int alignment, bool zeroMaskedLanes = false);
|
H A D | EmulatedIntrinsics.cpp | 130 RValue<Float4> Gather(RValue<Pointer<Float>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned int alignment, bool zeroMaskedLanes /* = false */) 137 RValue<Int4> Gather(RValue<Pointer<Int>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned int alignment, bool zeroMaskedLanes /* = false */)
|
H A D | SubzeroReactor.cpp | 4293 RValue<Float4> Gather(RValue<Pointer<Float>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned int alignment, bool zeroMaskedLanes /* = false */) 4296 return emulated::Gather(base, offsets, mask, alignment, zeroMaskedLanes); 4299 RValue<Int4> Gather(RValue<Pointer<Int>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned int alignment, bool zeroMaskedLanes /* = false */) 4302 return emulated::Gather(base, offsets, mask, alignment, zeroMaskedLanes);
|
H A D | Reactor.hpp | 2537 RValue<Float4> Gather(RValue<Pointer<Float>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned int alignment, bool zeroMaskedLanes = false); 2538 RValue<Int4> Gather(RValue<Pointer<Int>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned int alignment, bool zeroMaskedLanes = false);
|
H A D | LLVMReactor.cpp | 1198 RValue<Float4> Gather(RValue<Pointer<Float>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned int alignment, bool zeroMaskedLanes /* = false */) in Gather() function 1203 RValue<Int4> Gather(RValue<Pointer<Int>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned int alignment, bool zeroMaskedLanes /* = false */) in Gather() function
|
/third_party/python/Tools/peg_generator/pegen/ |
H A D | first_sets.py | 12 Gather, 92 def visit_Gather(self, item: Gather) -> Set[str]:
|
H A D | parser_generator.py | 25 Gather, 187 def artifical_rule_from_gather(self, node: Gather) -> str: 262 def visit_Gather(self, gather: Gather) -> bool:
|
H A D | python_generator.py | 10 Gather, 80 def visit_Gather(self, node: Gather) -> Tuple[str, str]: 168 def visit_Gather(self, node: Gather) -> Tuple[str, str]:
|
H A D | grammar_parser.py | 17 Gather, 482 return Gather ( sep , node )
|
H A D | c_generator.py | 13 Gather, 326 def visit_Gather(self, node: Gather) -> FunctionCall:
|
H A D | grammar.py | 308 class Gather(Repeat): class 317 return f"Gather({self.separator!r}, {self.node!r})"
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SamplerCore.hpp | 36 Gather, // Return one channel of each texel in footprint.
|
H A D | SpirvShaderSampling.cpp | 268 if(samplerMethod == Gather) in convertFilterMode()
|
H A D | SamplerCore.cpp | 107 else if(function == Base || function == Gather) in sampleTexture() 114 if(function != Base && function != Fetch && function != Gather) in sampleTexture() 144 borderModeActive() || (function == Gather) || (function == Fetch); in sampleTexture() 146 int gatherComponent = (function == Gather) ? getGatherComponent() : 0; in sampleTexture() 147 int numComponents = (function == Gather) ? 4 : textureComponentCount(); in sampleTexture() 157 c[component] *= Float4(1.0f / compScale[(function == Gather) ? gatherComponent : component]); in sampleTexture() 176 c[component] *= Float4(1.0f / compScale[(function == Gather) ? gatherComponent : component]); in sampleTexture() 203 else // Gather in sampleTexture() 630 else // Gather in sampleQuad2D() 967 else // Gather in sampleFloat2D() [all...] |
H A D | SpirvShaderImage.cpp | 160 if(samplerMethod == Gather) in ImageInstruction() 250 case spv::OpImageGather: return { None, Gather }; in parseVariantAndMethod() 251 case spv::OpImageDrefGather: return { Dref, Gather }; in parseVariantAndMethod() 760 // Gather packed texel data. Texels larger than 4 bytes occupy multiple SIMD::Int elements. in EmitImageRead()
|
H A D | ShaderCore.hpp | 385 return rr::Gather(rr::Pointer<EL>(base), offs, mask, alignment, zeroMaskedLanes); in Load()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 1415 Value *Gather(ArrayRef<Value *> VL, VectorType *Ty); 2644 LLVM_DEBUG(dbgs() << "SLP: Gather extract sequence.\n"); 3937 Value *BoUpSLP::Gather(ArrayRef<Value *> VL, VectorType *Ty) { 4022 Value *V = Gather(VL, VecTy); 4061 auto *V = Gather(E->Scalars, VecTy); 4134 auto *V = Gather(E->Scalars, VecTy); 4169 auto *V = Gather(E->Scalars, VecTy);
|
/third_party/libabigail/tools/ |
H A D | fedabipkgdiff | 478 """Gather RPM collection from local directory"""
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 3546 // Gather all the live in physical registers. [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 4358 // Get a uniform base for the Gather/Scatter intrinsic. 4359 // The first argument of the Gather/Scatter intrinsic is a vector of pointers. 4616 SDValue Gather = DAG.getMaskedGather(DAG.getVTList(VT, MVT::Other), VT, sdl, in visitMaskedGather() local 4619 SDValue OutChain = Gather.getValue(1); in visitMaskedGather() 4622 setValue(&I, Gather); in visitMaskedGather()
|
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/ |
H A D | ReactorUnitTests.cpp | 3048 *result = Gather(base, *offsets, mask, alignment, zeroMaskedLanes);
|