Home
last modified time | relevance | path

Searched defs:gather (Results 1 - 22 of 22) sorted by relevance

/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dgather_builder_test.cpp174 GatherBuilder gather; in HWTEST_F() local
/third_party/python/Lib/curses/
H A Dtextpad.py160 def gather(self): member in Textbox
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DEmulatedIntrinsics.cpp60 void gather(T &out, RValue<Pointer<EL>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned int alignment, bool zeroMaskedLanes) in gather() function
/third_party/skia/src/opts/
H A DSkRasterPipeline_opts.h141 SI T gather(const T* p, U32 ix) { return p[ix]; } in gather() function
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/bn/
H A Dx86_64-mont5.s
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/bn/
H A Dx86_64-mont5.s
/third_party/python/Lib/asyncio/
H A Dtasks.py718 def gather(*coros_or_futures, return_exceptions=False): function
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSampler.hpp229 bool gather; member in sw::Sampler
/third_party/skia/src/shaders/
H A DSkImageShader.cpp428 auto gather = alloc->make<SkRasterPipeline_GatherCtx>(); in doStages() local
[all...]
/third_party/skia/src/gpu/ops/
H A DOpsTask.cpp955 auto gather = [ alloc SkDEBUGCODE(, this) ] (GrSurfaceProxy* p, GrMipmapped) { in gatherProxyIntervals() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp378 void ScalarizerVisitor::gather(Instruction *Op, const ValueVector &CV) { in gather() function in ScalarizerVisitor
[all...]
/third_party/skia/src/core/
H A DSkVM.cpp1324 Color Builder::gather(PixelFormat f, UPtr ptr, int offset, I32 index) { in gather() function in skvm::Builder
[all...]
H A DSkVM.h930 Color gather(PixelFormat f, Uniform u, I32 index) { in abs() function in skvm::Builder
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
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSamplerCore.cpp454 bool gather = (state.textureFilter == FILTER_GATHER); in sampleQuad2D() local
900 bool gather = (state.textureFilter == FILTER_GATHER); in sampleFloat2D() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSamplerCore.cpp745 bool gather = state.textureFilter == FILTER_GATHER; in sampleQuad2D() local
1215 bool gather = state.textureFilter == FILTER_GATHER; in sampleFloat2D() local
/third_party/python/Lib/test/test_asyncio/
H A Dtest_tasks.py2981 async def gather(): global() function
3090 async def gather(): global() function
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuTexture.hpp807 inline Vec4 TextureCube::gather (const Sampler& sampler, float s, float t, float r, int componentNdx) const in gather() function in tcu::TextureCube
/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp2883 Id Builder::createTextureCall(Decoration precision, Id resultType, bool sparse, bool fetch, bool proj, bool gather, in createTextureCall() argument
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c3058 get_img_filter(const struct sp_sampler_view *sp_sview, const struct pipe_sampler_state *sampler, unsigned filter, bool gather) get_img_filter() argument
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_hlsl.cpp2750 bool gather = false; in emit_texture_op() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp635 void gather(Value *V) { in gather() function
/third_party/glslang/glslang/Include/
H A Dintermediate.h1402 bool gather; member

Completed in 76 milliseconds