Home
last modified time | relevance | path

Searched refs:Gather (Results 1 - 22 of 22) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTextureGatherTests.cpp796 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 DEmulatedIntrinsics.hpp27 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 DEmulatedIntrinsics.cpp130 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 DSubzeroReactor.cpp4293 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 DReactor.hpp2537 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 DLLVMReactor.cpp1198 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 Dfirst_sets.py12 Gather,
92 def visit_Gather(self, item: Gather) -> Set[str]:
H A Dparser_generator.py25 Gather,
187 def artifical_rule_from_gather(self, node: Gather) -> str:
262 def visit_Gather(self, gather: Gather) -> bool:
H A Dpython_generator.py10 Gather,
80 def visit_Gather(self, node: Gather) -> Tuple[str, str]:
168 def visit_Gather(self, node: Gather) -> Tuple[str, str]:
H A Dgrammar_parser.py17 Gather,
482 return Gather ( sep , node )
H A Dc_generator.py13 Gather,
326 def visit_Gather(self, node: Gather) -> FunctionCall:
H A Dgrammar.py308 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 DSamplerCore.hpp36 Gather, // Return one channel of each texel in footprint.
H A DSpirvShaderSampling.cpp268 if(samplerMethod == Gather) in convertFilterMode()
H A DSamplerCore.cpp107 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 DSpirvShaderImage.cpp160 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 DShaderCore.hpp385 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 DSLPVectorizer.cpp1415 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 Dfedabipkgdiff478 """Gather RPM collection from local directory"""
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3546 // 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 DSelectionDAGBuilder.cpp4358 // 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 DReactorUnitTests.cpp3048 *result = Gather(base, *offsets, mask, alignment, zeroMaskedLanes);

Completed in 86 milliseconds