Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_gather.c51 LLVMValueRef base_ptr, in lp_build_gather_elem_ptr()
85 LLVMValueRef base_ptr, in lp_build_gather_elem()
170 LLVMValueRef base_ptr, in lp_build_gather_elem_vec()
283 LLVMValueRef base_ptr, in lp_build_gather_avx2()
414 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()
1013 LLVMValueRef base_ptr, in lp_build_store_rgba_soa()
Dlp_bld_format_s3tc.c226 LLVMValueRef base_ptr, in lp_build_gather_s3tc()
2042 LLVMValueRef base_ptr, in compressed_fetch_cached()
2195 LLVMValueRef base_ptr, in lp_build_fetch_s3tc_rgba_aos()
2329 LLVMValueRef base_ptr, in lp_build_gather_rgtc()
2560 LLVMValueRef base_ptr, in lp_build_fetch_rgtc_rgba_aos()
Dlp_bld_format_yuv.c487 LLVMValueRef base_ptr, in lp_build_fetch_subsampled_rgba_aos()
Dlp_bld_format_aos.c475 LLVMValueRef base_ptr, in lp_build_fetch_rgba_aos()
Dlp_bld_sample.h275 (*base_ptr)(const struct lp_sampler_dynamic_state *state, member
441 LLVMValueRef base_ptr; member
/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/
Dcpu_simple_mem_plan.cc65 void CPUSimpleMemPlan::MemAssign(const session::KernelGraph *graph, uint8_t *base_ptr) { in MemAssign()
/third_party/spirv-tools/source/opt/
Dcode_sink.cpp175 Instruction* base_ptr = inst->GetBaseAddress(); in ReferencesMutableMemory() local
Dcombine_access_chains.cpp92 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/ccsrc/runtime/device/
Dmemory_manager.cc50 auto base_ptr = MallocDynamicMem(total_allocated_size, false); in MallocSomasDynamicMem() local
/third_party/boost/boost/test/tree/
Ddecorator.hpp51 typedef boost::shared_ptr<base> base_ptr; typedef
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_memory_manager.cc214 …uint8_t *base_ptr = reinterpret_cast<uint8_t *>(AscendMemoryPool::GetInstance().AllocTensorMem(ali… in MallocCommunicationMemFromMemPool() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_acceleration_structure.h71 uint64_t base_ptr; member
Dradv_acceleration_structure.c146 const char *base_ptr = (const char *)device->ws->buffer_map(accel->bo); in radv_WriteAccelerationStructuresPropertiesKHR() local
402 compute_bounds(const char *base_ptr, uint32_t node_id, float *bounds) in compute_bounds()
474 optimize_bvh(const char *base_ptr, uint32_t *node_ids, uint32_t node_count) in optimize_bvh()
533 char *base_ptr = (char*)device->ws->buffer_map(accel->bo); in build_bvh() local
/third_party/boost/boost/geometry/iterators/
Dsegment_iterator.hpp259 inline base const* base_ptr() const in base_ptr() function in boost::geometry::segment_iterator
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_context.c1172 const void *base_ptr, in draw_set_mapped_texture()
1193 const void *base_ptr, in draw_set_mapped_image()
/third_party/abseil-cpp/absl/strings/
Dnumbers.cc624 int* base_ptr /*inout*/, in safe_parse_sign_and_base()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dnumbers.cc634 int* base_ptr /*inout*/, in safe_parse_sign_and_base()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c1011 LLVMValueRef ac_build_gep_ptr(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, in ac_build_gep_ptr()
1017 LLVMValueRef ac_build_gep0(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, LLVMValueRef index) in ac_build_gep0()
1032 void ac_build_indexed_store(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, LLVMValueRef index, in ac_build_indexed_store()
1066 static LLVMValueRef ac_build_load_custom(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, in ac_build_load_custom()
1087 LLVMValueRef ac_build_load(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, LLVMValueRef index) in ac_build_load()
1092 LLVMValueRef ac_build_load_invariant(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, in ac_build_load_invariant()
1100 LLVMValueRef ac_build_load_to_sgpr(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, in ac_build_load_to_sgpr()
1108 LLVMValueRef base_ptr, LLVMValueRef index) in ac_build_load_to_sgpr_uint_wraparound()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_interp.c560 LLVMValueRef base_ptr = LLVMBuildBitCast(gallivm->builder, bld->sample_pos_array, in lp_build_interp_soa() local

12