/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_gather.c | 51 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()
|
D | lp_bld_format_aos_array.c | 56 LLVMValueRef base_ptr, in lp_build_fetch_rgba_aos_array()
|
D | lp_bld_format_soa.c | 419 LLVMValueRef base_ptr, in lp_build_fetch_rgba_soa() 1013 LLVMValueRef base_ptr, in lp_build_store_rgba_soa()
|
D | lp_bld_format_s3tc.c | 226 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()
|
D | lp_bld_format_yuv.c | 487 LLVMValueRef base_ptr, in lp_build_fetch_subsampled_rgba_aos()
|
D | lp_bld_format_aos.c | 475 LLVMValueRef base_ptr, in lp_build_fetch_rgba_aos()
|
D | lp_bld_sample.h | 275 (*base_ptr)(const struct lp_sampler_dynamic_state *state, member 441 LLVMValueRef base_ptr; member
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/ |
D | cpu_simple_mem_plan.cc | 65 void CPUSimpleMemPlan::MemAssign(const session::KernelGraph *graph, uint8_t *base_ptr) { in MemAssign()
|
/third_party/spirv-tools/source/opt/ |
D | code_sink.cpp | 175 Instruction* base_ptr = inst->GetBaseAddress(); in ReferencesMutableMemory() local
|
D | combine_access_chains.cpp | 92 Instruction* base_ptr = def_use_mgr->GetDef(inst->GetSingleWordInOperand(0)); in GetIndexedType() local
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | code_sink.cpp | 175 Instruction* base_ptr = inst->GetBaseAddress(); in ReferencesMutableMemory() local
|
D | combine_access_chains.cpp | 96 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/ |
D | code_sink.cpp | 175 Instruction* base_ptr = inst->GetBaseAddress(); in ReferencesMutableMemory() local
|
D | combine_access_chains.cpp | 96 Instruction* base_ptr = def_use_mgr->GetDef(inst->GetSingleWordInOperand(0)); in GetIndexedType() local
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ |
D | memory_manager.cc | 50 auto base_ptr = MallocDynamicMem(total_allocated_size, false); in MallocSomasDynamicMem() local
|
/third_party/boost/boost/test/tree/ |
D | decorator.hpp | 51 typedef boost::shared_ptr<base> base_ptr; typedef
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ |
D | ascend_memory_manager.cc | 214 …uint8_t *base_ptr = reinterpret_cast<uint8_t *>(AscendMemoryPool::GetInstance().AllocTensorMem(ali… in MallocCommunicationMemFromMemPool() local
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_acceleration_structure.h | 71 uint64_t base_ptr; member
|
D | radv_acceleration_structure.c | 146 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/ |
D | segment_iterator.hpp | 259 inline base const* base_ptr() const in base_ptr() function in boost::geometry::segment_iterator
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_context.c | 1172 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/ |
D | numbers.cc | 624 int* base_ptr /*inout*/, in safe_parse_sign_and_base()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | numbers.cc | 634 int* base_ptr /*inout*/, in safe_parse_sign_and_base()
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 1011 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/ |
D | lp_bld_interp.c | 560 LLVMValueRef base_ptr = LLVMBuildBitCast(gallivm->builder, bld->sample_pos_array, in lp_build_interp_soa() local
|