Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/curses/
Dtextpad.py148 def gather(self): member in Textbox
/external/skia/src/jumper/
DSkJumper_vectors.h45 SI T gather(const T* p, U32 ix) { return p[ix]; } in gather() function
106 SI V<T> gather(const T* p, U32 ix) { in gather() function
210 SI V<T> gather(const T* p, U32 ix) { in gather() function
319 SI V<T> gather(const T* p, U32 ix) { in gather() function
324 SI F gather(const float* p, U32 ix) { return _mm256_i32gather_ps (p, ix, 4); } in gather() function
325 SI U32 gather(const uint32_t* p, U32 ix) { return _mm256_i32gather_epi32(p, ix, 4); } in gather() function
326 SI U64 gather(const uint64_t* p, U32 ix) { in gather() function
542 SI V<T> gather(const T* p, U32 ix) { in gather() function
/external/skia/src/shaders/
DSkImageShader.cpp303 auto gather = alloc->make<SkJumper_MemoryCtx>(); in onAppendStages() local
/external/swiftshader/src/Renderer/
DSampler.hpp207 bool gather; member in sw::Sampler
/external/swiftshader/src/Shader/
DSamplerCore.cpp790 bool gather = state.textureFilter == FILTER_GATHER; in sampleQuad2D() local
1248 bool gather = state.textureFilter == FILTER_GATHER; in sampleFloat2D() local
2360 bool gather = state.textureFilter == FILTER_GATHER; in address() local
/external/llvm/lib/Transforms/Scalar/
DScalarizer.cpp296 void Scalarizer::gather(Instruction *Op, const ValueVector &CV) { in gather() function in Scalarizer
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp578 Value* gather = VUNDEF_I(); in CreateGatherOddFormats() local
/external/deqp/framework/common/
DtcuTexture.hpp838 inline Vec4 TextureCube::gather (const Sampler& sampler, float s, float t, float r, int componentNd… in gather() function in tcu::TextureCube
DtcuTexture.cpp3309 Vec4 TextureCubeView::gather (const Sampler& sampler, float s, float t, float r, int componentNdx) … in gather() function in tcu::TextureCubeView
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c2941 unsigned filter, bool gather) in get_img_filter()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp580 void gather(Value *V) { in gather() function