Home
last modified time | relevance | path

Searched defs:base_ptr (Results 1 – 25 of 43) sorted by relevance

12

/third_party/rust/rust/tests/ui/consts/
Doffset_from.rs18 let base_ptr: *const Struct = &uninit as *const _ as *const Struct; localVariable
29 let base_ptr: *const Struct2 = &uninit as *const _ as *const Struct2; localVariable
37 let base_ptr: *const Struct2 = &uninit as *const _ as *const Struct2; localVariable
Doffset_from_ub.rs15 let base_ptr: *const Struct = &uninit as *const _ as *const Struct; localVariable
29 let base_ptr = data.as_ptr(); localVariable
76 let base_ptr: *const Struct = &uninit as *const _ as *const Struct; localVariable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dlog.cc89 AttrValue *base_ptr = ctx.GetAttr("base"); in LogCheck() local
108 AttrValue *base_ptr = ctx.GetAttr("base"); in LogCompute() local
162 AttrValue *base_ptr = ctx.GetAttr("base"); in LogCompute2() local
213 AttrValue *base_ptr = ctx.GetAttr("base"); in LogCompute3() local
Dexp.cc83 AttrValue *base_ptr = ctx.GetAttr("base"); in ExpCheck() local
99 AttrValue *base_ptr = ctx.GetAttr("base"); in ExpCompute() local
145 AttrValue *base_ptr = ctx.GetAttr("base"); in ExpCompute2() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_gather.c51 LLVMValueRef base_ptr, in lp_build_gather_elem_ptr()
86 LLVMValueRef base_ptr, in lp_build_gather_elem()
170 LLVMValueRef base_ptr, in lp_build_gather_elem_vec()
282 LLVMValueRef base_ptr, in lp_build_gather_avx2()
413 LLVMValueRef base_ptr, in lp_build_gather()
Dlp_bld_format_aos_array.c56 LLVMValueRef base_ptr, in lp_build_fetch_rgba_aos_array()
Dlp_bld_format_soa.c419 LLVMValueRef base_ptr, in lp_build_fetch_rgba_soa()
1017 LLVMValueRef base_ptr, in lp_build_store_rgba_soa()
Dlp_bld_format_s3tc.c226 LLVMValueRef base_ptr, in lp_build_gather_s3tc()
2038 LLVMValueRef base_ptr, in compressed_fetch_cached()
2191 LLVMValueRef base_ptr, in lp_build_fetch_s3tc_rgba_aos()
2325 LLVMValueRef base_ptr, in lp_build_gather_rgtc()
2556 LLVMValueRef base_ptr, in lp_build_fetch_rgtc_rgba_aos()
Dlp_bld_format_aos.c475 LLVMValueRef base_ptr, in lp_build_fetch_rgba_aos()
Dlp_bld_format_yuv.c562 LLVMValueRef base_ptr, in lp_build_fetch_subsampled_rgba_aos()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/c_api/src/
Dhelper.h31 BasePtr base_ptr = res_mgr_ptr->GetSrcPtr(raw_ptr); in GetSrcPtr() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/checker/
Dexp_checker.cc36 auto base_ptr = primitive->GetAttr(ops::kBase); in Check() local
Dlog_checker.cc36 auto base_ptr = primitive->GetAttr(ops::kBase); in Check() local
/third_party/spirv-tools/source/opt/
Dcode_sink.cpp175 Instruction* base_ptr = inst->GetBaseAddress(); in ReferencesMutableMemory() local
Dcombine_access_chains.cpp96 Instruction* base_ptr = def_use_mgr->GetDef(inst->GetSingleWordInOperand(0)); in GetIndexedType() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dcode_sink.cpp175 Instruction* base_ptr = inst->GetBaseAddress(); in ReferencesMutableMemory() local
Dcombine_access_chains.cpp96 Instruction* base_ptr = def_use_mgr->GetDef(inst->GetSingleWordInOperand(0)); in GetIndexedType() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcode_sink.cpp175 Instruction* base_ptr = inst->GetBaseAddress(); in ReferencesMutableMemory() local
Dcombine_access_chains.cpp96 Instruction* base_ptr = def_use_mgr->GetDef(inst->GetSingleWordInOperand(0)); in GetIndexedType() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/device/
Dmemory_manager.cc45 auto base_ptr = MallocDynamicMem(total_allocated_size, false); in MallocSomasDynamicMem() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/grad/
Dvariable.h325 bool isa(const BackwardNodePtr &base_ptr) { in isa()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_context.c1125 const void *base_ptr, in draw_set_mapped_texture()
1147 const void *base_ptr, in draw_set_mapped_image()
/third_party/rust/rust/library/portable-simd/crates/core_simd/src/
Dvector.rs419 let base_ptr = Simd::<*const T, N>::splat(slice.as_ptr()); in gather_select_unchecked() localVariable
587 let base_ptr = Simd::<*mut T, N>::splat(slice.as_mut_ptr()); in scatter_select_unchecked() localVariable
/third_party/mesa3d/src/vulkan/runtime/bvh/
Dvk_bvh.h130 uint64_t base_ptr; member
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dnumbers.cc634 int* base_ptr /*inout*/, in safe_parse_sign_and_base()

12