| /third_party/rust/crates/rust-openssl/openssl/src/ |
| H A D | md.rs | 98 pub fn fetch( in fetch() functions
|
| H A D | cipher.rs | 137 pub fn fetch( in fetch() functions
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
| H A D | fetch_result.cpp | 152 void FetchResult<T>::SetInfo(unique_ptr<FetchResult<T>> &fetch) in SetInfo() argument
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_shader.c | 805 const struct ir3_sampler_prefetch *fetch = &so->sampler_prefetch[i]; in ir3_shader_disasm() local [all...] |
| /third_party/mesa3d/src/util/format/ |
| H A D | u_format_s3tc.c | 123 util_format_dxtn_rgb_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height, util_format_dxtn_fetch_t fetch, unsigned block_size, boolean srgb) util_format_dxtn_rgb_unpack_rgba_8unorm() argument 200 util_format_dxtn_rgb_unpack_rgba_float(float *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height, util_format_dxtn_fetch_t fetch, unsigned block_size, boolean srgb) util_format_dxtn_rgb_unpack_rgba_float() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| H A D | draw_pt_fetch_shade_pipeline_llvm.c | 50 struct pt_fetch *fetch; member
|
| /third_party/skia/src/effects/imagefilters/ |
| H A D | SkMatrixConvolutionImageFilter.cpp | 103 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in __anon18766::UncheckedPixelFetcher 110 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in __anon18766::ClampPixelFetcher 119 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in __anon18766::RepeatPixelFetcher 134 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in __anon18766::ClampToBlackPixelFetcher
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_hw_intf.c | 205 dpu_hw_intf_setup_prg_fetch( struct dpu_hw_intf *intf, const struct intf_prog_fetch *fetch) dpu_hw_intf_setup_prg_fetch() argument
|
| /kernel/linux/linux-6.6/arch/x86/kvm/mmu/ |
| H A D | paging_tmpl.h | 627 static int FNAME(fetch)(struct kvm_vcpu *vcpu, struct kvm_page_fault *fault, in fetch() function
|
| /third_party/backends/testsuite/backend/genesys/ |
| H A D | session_config_test.cpp | 71 void fetch(SANE_Handle handle) in fetch() function in SaneOptions
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_shader_fs.cpp | 557 auto fetch = new LoadFromBuffer(dest, {0,1,2,3}, m_sample_id_reg, 0, in emit_load_sample_pos() local 835 auto fetch = new LoadFromBuffer(slope, {0, 1,2, 3}, src, 0, in load_barycentric_at_sample() local
|
| H A D | sfn_instr_mem.cpp | 633 auto fetch = new FetchInstr(vc_fetch, in emit_ssbo_atomic_op() local 761 auto fetch in emit_image_load_or_atomic() local [all...] |
| H A D | sfn_instr_fetch.cpp | 375 auto fetch = new FetchInstr(opcode, dest_reg, dst_swz, in from_string_impl() local 600 auto fetch in from_string() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs_linear.c | 62 const uint32_t *(*fetch)(struct nearest_sampler *samp); member
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_format_soa.c | 842 LLVMValueRef fetch = lp_build_fetch_rgba_aos(gallivm, format_desc, tmp_type, in lp_build_fetch_rgba_soa() local
|
| /third_party/mesa3d/src/gallium/auxiliary/translate/ |
| H A D | translate_generic.c | 53 void (*fetch)(void *restrict dst, const uint8_t *restrict src, member
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2_private.h | 120 } fetch; member
|
| /kernel/linux/linux-5.10/arch/x86/kvm/mmu/ |
| H A D | paging_tmpl.h | 626 static int FNAME(fetch)(struct kvm_vcpu *vcpu, gpa_t addr, in fetch() function
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_hw_intf.c | 248 dpu_hw_intf_setup_prg_fetch( struct dpu_hw_intf *intf, const struct dpu_hw_intf_prog_fetch *fetch) dpu_hw_intf_setup_prg_fetch() argument
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_llvm_vs.c | 192 LLVMValueRef fetch = fetches[0]; in load_input_vs() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
| H A D | mtl_command_buffer.h | 238 inline T fetch() in fetch() function in rx::mtl::IntermediateCommandStream 245 inline const uint8_t *fetch(size_t bytes) in fetch() function in rx::mtl::IntermediateCommandStream
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| H A D | vertex_pulling.cc | 346 auto* fetch = Fetch(buffer_array_base, attribute_desc.offset, in CreateVertexPullingPreamble() local
|
| /third_party/python/Lib/ |
| H A D | imaplib.py | 537 def fetch(self, message_set, message_parts): member in IMAP4
|
| /kernel/linux/linux-5.10/arch/x86/kvm/ |
| H A D | kvm_emulate.h | 145 int (*fetch)(struct x86_emulate_ctxt *ctxt, member 373 struct fetch_cache fetch; member
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/ |
| H A D | cyber2000fb.c | 425 u_int fetch; member
|