/foundation/ai/neural_network_runtime/test/unittest/ops/ |
H A D | gather_builder_test.cpp | 174 GatherBuilder gather; in HWTEST_F() local
|
/third_party/python/Lib/curses/ |
H A D | textpad.py | 160 def gather(self): member in Textbox
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | EmulatedIntrinsics.cpp | 60 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 D | SkRasterPipeline_opts.h | 141 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 D | x86_64-mont5.s | |
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/bn/ |
H A D | x86_64-mont5.s | |
/third_party/python/Lib/asyncio/ |
H A D | tasks.py | 718 def gather(*coros_or_futures, return_exceptions=False): function
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Sampler.hpp | 229 bool gather; member in sw::Sampler
|
/third_party/skia/src/shaders/ |
H A D | SkImageShader.cpp | 428 auto gather = alloc->make<SkRasterPipeline_GatherCtx>(); in doStages() local [all...] |
/third_party/skia/src/gpu/ops/ |
H A D | OpsTask.cpp | 955 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 D | Scalarizer.cpp | 378 void ScalarizerVisitor::gather(Instruction *Op, const ValueVector &CV) { in gather() function in ScalarizerVisitor [all...] |
/third_party/skia/src/core/ |
H A D | SkVM.cpp | 1324 Color Builder::gather(PixelFormat f, UPtr ptr, int offset, I32 index) { in gather() function in skvm::Builder [all...] |
H A D | SkVM.h | 930 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 D | SamplerCore.cpp | 454 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 D | SamplerCore.cpp | 745 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 D | test_tasks.py | 2981 async def gather(): global() function 3090 async def gather(): global() function [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTexture.hpp | 807 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 D | SpvBuilder.cpp | 2883 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 D | sp_tex_sample.c | 3058 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 D | spirv_hlsl.cpp | 2750 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 D | SimplifyCFG.cpp | 635 void gather(Value *V) { in gather() function
|
/third_party/glslang/glslang/Include/ |
H A D | intermediate.h | 1402 bool gather; member
|