Home
last modified time | relevance | path

Searched defs:gather (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DScalarizer.cpp295 void Scalarizer::gather(Instruction *Op, const ValueVector &CV) { in gather() function in Scalarizer
/external/deqp/framework/common/
DtcuTexture.hpp821 inline Vec4 TextureCube::gather (const Sampler& sampler, float s, float t, float r, int componentNd… in gather() function in tcu::TextureCube
DtcuTexture.cpp3253 Vec4 TextureCubeView::gather (const Sampler& sampler, float s, float t, float r, int componentNdx) … in gather() function in tcu::TextureCubeView
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp489 void gather(Value *V) { in gather() function