Home
last modified time | relevance | path

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

/third_party/python/Lib/curses/
Dtextpad.py160 def gather(self): member in Textbox
/third_party/python/Lib/asyncio/
Dtasks.py678 def gather(*coros_or_futures, return_exceptions=False): function
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DEmulatedIntrinsics.cpp60 void gather(T &out, RValue<Pointer<EL>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned int… in gather() function
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSampler.hpp229 bool gather; member in sw::Sampler
/third_party/skia/src/gpu/ops/
DOpsTask.cpp955 auto gather = [ alloc SkDEBUGCODE(, this) ] (GrSurfaceProxy* p, GrMipmapped) { in gatherProxyIntervals() local
/third_party/skia/src/shaders/
DSkImageShader.cpp428 auto gather = alloc->make<SkRasterPipeline_GatherCtx>(); in doStages() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DScalarizer.cpp378 void ScalarizerVisitor::gather(Instruction *Op, const ValueVector &CV) { in gather() function in ScalarizerVisitor
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSamplerCore.cpp745 bool gather = state.textureFilter == FILTER_GATHER; in sampleQuad2D() local
1215 bool gather = state.textureFilter == FILTER_GATHER; in sampleFloat2D() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSamplerCore.cpp454 bool gather = (state.textureFilter == FILTER_GATHER); in sampleQuad2D() local
900 bool gather = (state.textureFilter == FILTER_GATHER); in sampleFloat2D() local
/third_party/skia/src/core/
DSkVM.h930 Color gather(PixelFormat f, Uniform u, I32 index) { in abs() function
1315 SI Color gather(PixelFormat f, UPtr p, int off, I32 ix) { return ix->gather(f,p,off,ix); } in gather() function
1316 SI Color gather(PixelFormat f, Uniform u , I32 ix) { return ix->gather(f,u,ix); } in gather() function
DSkVM.cpp1324 Color Builder::gather(PixelFormat f, UPtr ptr, int offset, I32 index) { in gather() function in skvm::Builder
/third_party/python/Lib/test/test_asyncio/
Dtest_tasks.py3393 async def gather(): function
3506 async def gather(): function
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiodecoder.c259 GList *gather; member
/third_party/vk-gl-cts/framework/common/
DtcuTexture.hpp775 inline Vec4 TextureCube::gather (const Sampler& sampler, float s, float t, float r, int componentNd… in gather() function in tcu::TextureCube
DtcuTexture.cpp3670 Vec4 TextureCubeView::gather (const Sampler& sampler, float s, float t, float r, int componentNdx) … in gather() function in tcu::TextureCubeView
/third_party/glslang/SPIRV/
DSpvBuilder.cpp1965 …teTextureCall(Decoration precision, Id resultType, bool sparse, bool fetch, bool proj, bool gather, in createTextureCall()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideodecoder.c406 GList *gather; member
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_hlsl.cpp2750 bool gather = false; in emit_texture_op() local
Dspirv_glsl.cpp6613 bool gather = false; in to_texture_op() local
/third_party/glslang/glslang/Include/
Dintermediate.h1330 bool gather; member
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c3060 unsigned filter, bool gather) in get_img_filter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp635 void gather(Value *V) { in gather() function
/third_party/skia/src/opts/
DSkRasterPipeline_opts.h141 SI T gather(const T* p, U32 ix) { return p[ix]; } in gather() function