Home
last modified time | relevance | path

Searched refs:base_ptr (Results 1 – 25 of 56) sorted by relevance

123

/third_party/boost/boost/test/tree/
Ddecorator.hpp51 typedef boost::shared_ptr<base> base_ptr; typedef
64 std::vector<base_ptr> get_lazy_decorators() const;
74 std::vector< std::vector<base_ptr> > m_tu_decorators_stack;
91 virtual base_ptr clone() const = 0;
118 base_ptr clone() const BOOST_OVERRIDE { return base_ptr(new stack_decorator()); } in clone()
132 base_ptr clone() const BOOST_OVERRIDE { return base_ptr(new label( m_label )); } in clone()
149base_ptr clone() const BOOST_OVERRIDE { return base_ptr(new expected_failures( m_exp_fail )… in clone()
166 base_ptr clone() const BOOST_OVERRIDE { return base_ptr(new timeout( m_timeout )); } in clone()
183base_ptr clone() const BOOST_OVERRIDE { return base_ptr(new description( m_description )); } in clone()
200base_ptr clone() const BOOST_OVERRIDE { return base_ptr(new depends_on( m_dependency )); } in clone()
[all …]
Dtest_unit.hpp65 typedef std::vector<decorator::base_ptr> decor_list_t;
212 …std::vector< std::pair<boost::shared_ptr<test_unit_generator>, std::vector<decorator::base_ptr> > …
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_gather.c51 LLVMValueRef base_ptr, in lp_build_gather_elem_ptr() argument
58 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0)); in lp_build_gather_elem_ptr()
68 ptr = LLVMBuildGEP(gallivm->builder, base_ptr, &offset, 1, ""); in lp_build_gather_elem_ptr()
85 LLVMValueRef base_ptr, in lp_build_gather_elem() argument
96 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0)); in lp_build_gather_elem()
98 ptr = lp_build_gather_elem_ptr(gallivm, length, base_ptr, offsets, i); in lp_build_gather_elem()
170 LLVMValueRef base_ptr, in lp_build_gather_elem_vec() argument
177 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0)); in lp_build_gather_elem_vec()
179 ptr = lp_build_gather_elem_ptr(gallivm, length, base_ptr, offsets, i); in lp_build_gather_elem_vec()
283 LLVMValueRef base_ptr, in lp_build_gather_avx2() argument
[all …]
Dlp_bld_format.h105 LLVMValueRef base_ptr,
115 LLVMValueRef base_ptr,
147 LLVMValueRef base_ptr,
159 LLVMValueRef base_ptr,
172 LLVMValueRef base_ptr,
186 LLVMValueRef base_ptr,
200 LLVMValueRef base_ptr,
Dlp_bld_gather.h39 LLVMValueRef base_ptr,
49 LLVMValueRef base_ptr,
60 LLVMValueRef base_ptr,
Dlp_bld_format_aos.c475 LLVMValueRef base_ptr, in lp_build_fetch_rgba_aos() argument
516 aligned, base_ptr, offset, TRUE); in lp_build_fetch_rgba_aos()
552 aligned, base_ptr, offset, TRUE); in lp_build_fetch_rgba_aos()
643 base_ptr, offset, k, FALSE); in lp_build_fetch_rgba_aos()
700 return lp_build_fetch_rgba_aos_array(gallivm, format_desc, type, base_ptr, offset); in lp_build_fetch_rgba_aos()
719 base_ptr, in lp_build_fetch_rgba_aos()
746 base_ptr, in lp_build_fetch_rgba_aos()
778 base_ptr, in lp_build_fetch_rgba_aos()
867 base_ptr, offset, k); in lp_build_fetch_rgba_aos()
967 base_ptr, offset, k); in lp_build_fetch_rgba_aos()
Dlp_bld_format_aos_array.c56 LLVMValueRef base_ptr, in lp_build_fetch_rgba_aos_array() argument
81 ptr = LLVMBuildGEP(builder, base_ptr, &offset, 1, ""); in lp_build_fetch_rgba_aos_array()
Dlp_bld_format_soa.c419 LLVMValueRef base_ptr, in lp_build_fetch_rgba_soa() argument
460 base_ptr, offset, FALSE); in lp_build_fetch_rgba_soa()
613 base_ptr, offsetr, FALSE); in lp_build_fetch_rgba_soa()
696 base_ptr, offset, FALSE); in lp_build_fetch_rgba_soa()
724 aligned, base_ptr, offset, FALSE); in lp_build_fetch_rgba_soa()
731 aligned, base_ptr, offset, TRUE); in lp_build_fetch_rgba_soa()
780 aligned, base_ptr, offset, i, j, cache); in lp_build_fetch_rgba_soa()
843 aligned, base_ptr, offset, in lp_build_fetch_rgba_soa()
872 aligned, base_ptr, offset_elem, in lp_build_fetch_rgba_soa()
1013 LLVMValueRef base_ptr, in lp_build_store_rgba_soa() argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcode_sink.cpp175 Instruction* base_ptr = inst->GetBaseAddress(); in ReferencesMutableMemory() local
176 if (base_ptr->opcode() != SpvOpVariable) { in ReferencesMutableMemory()
180 if (base_ptr->IsReadOnlyPointer()) { in ReferencesMutableMemory()
188 if (base_ptr->GetSingleWordInOperand(0) != SpvStorageClassUniform) { in ReferencesMutableMemory()
192 return HasPossibleStore(base_ptr); in ReferencesMutableMemory()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dcode_sink.cpp175 Instruction* base_ptr = inst->GetBaseAddress(); in ReferencesMutableMemory() local
176 if (base_ptr->opcode() != SpvOpVariable) { in ReferencesMutableMemory()
180 if (base_ptr->IsReadOnlyPointer()) { in ReferencesMutableMemory()
188 if (base_ptr->GetSingleWordInOperand(0) != SpvStorageClassUniform) { in ReferencesMutableMemory()
192 return HasPossibleStore(base_ptr); in ReferencesMutableMemory()
/third_party/spirv-tools/source/opt/
Dcode_sink.cpp175 Instruction* base_ptr = inst->GetBaseAddress(); in ReferencesMutableMemory() local
176 if (base_ptr->opcode() != SpvOpVariable) { in ReferencesMutableMemory()
180 if (base_ptr->IsReadOnlyPointer()) { in ReferencesMutableMemory()
188 if (base_ptr->GetSingleWordInOperand(0) != SpvStorageClassUniform) { in ReferencesMutableMemory()
192 return HasPossibleStore(base_ptr); in ReferencesMutableMemory()
/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() argument
67 MS_EXCEPTION_IF_NULL(base_ptr); in MemAssign()
68 uint8_t *mem_ptr = base_ptr; in MemAssign()
Dcpu_simple_mem_plan.h32 void MemAssign(const session::KernelGraph *graph, uint8_t *base_ptr);
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dmemory_manager.cc50 auto base_ptr = MallocDynamicMem(total_allocated_size, false); in MallocSomasDynamicMem() local
51 …MS_LOG(INFO) << "Somas Reuse Memory Base Address [" << static_cast<void *>(base_ptr) << "], End Ad… in MallocSomasDynamicMem()
52 << static_cast<void *>(base_ptr + total_allocated_size) << "]"; in MallocSomasDynamicMem()
53 somas_reuse_util_ptr->set_mem_base_addr(base_ptr); in MallocSomasDynamicMem()
/third_party/mesa3d/src/amd/vulkan/
Dradv_acceleration_structure.c146 const char *base_ptr = (const char *)device->ws->buffer_map(accel->bo); in radv_WriteAccelerationStructuresPropertiesKHR() local
147 if (!base_ptr) in radv_WriteAccelerationStructuresPropertiesKHR()
150 const struct radv_accel_struct_header *header = (const void*)(base_ptr + accel->mem_offset); in radv_WriteAccelerationStructuresPropertiesKHR()
346 node->base_ptr = radv_accel_struct_get_va(src_accel_struct) | src_header->root_node_offset; in build_instances()
402 compute_bounds(const char *base_ptr, uint32_t node_id, float *bounds) in compute_bounds() argument
411 const struct radv_bvh_triangle_node *node = (const void*)(base_ptr + (node_id / 8 * 64)); in compute_bounds()
421 const struct radv_bvh_box32_node *node = (const void*)(base_ptr + (node_id / 8 * 64)); in compute_bounds()
433 const struct radv_bvh_instance_node *node = (const void*)(base_ptr + (node_id / 8 * 64)); in compute_bounds()
441 const struct radv_bvh_aabb_node *node = (const void*)(base_ptr + (node_id / 8 * 64)); in compute_bounds()
474 optimize_bvh(const char *base_ptr, uint32_t *node_ids, uint32_t node_count) in optimize_bvh() argument
[all …]
Dradv_acceleration_structure.h71 uint64_t base_ptr; member
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.h238 LLVMValueRef ac_build_gep_ptr(struct ac_llvm_context *ctx, LLVMValueRef base_ptr,
241 LLVMValueRef ac_build_gep0(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, LLVMValueRef index);
245 void ac_build_indexed_store(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, LLVMValueRef index,
248 LLVMValueRef ac_build_load(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, LLVMValueRef index);
249 LLVMValueRef ac_build_load_invariant(struct ac_llvm_context *ctx, LLVMValueRef base_ptr,
251 LLVMValueRef ac_build_load_to_sgpr(struct ac_llvm_context *ctx, LLVMValueRef base_ptr,
254 LLVMValueRef base_ptr, LLVMValueRef index);
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm_sample.c269 DRAW_LLVM_TEXTURE_MEMBER(base_ptr, DRAW_JIT_TEXTURE_BASE, TRUE) in DRAW_LLVM_TEXTURE_MEMBER()
310 DRAW_LLVM_IMAGE_MEMBER(base_ptr, DRAW_JIT_IMAGE_BASE, TRUE)
401 sampler->dynamic_state.base.base_ptr = draw_llvm_texture_base_ptr; in draw_llvm_sampler_soa_create()
486 image->dynamic_state.base.base_ptr = draw_llvm_image_base_ptr; in draw_llvm_image_soa_create()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tex_sample.c181 LP_LLVM_TEXTURE_MEMBER(base_ptr, LP_JIT_TEXTURE_BASE, TRUE) in LP_LLVM_TEXTURE_MEMBER()
331 LP_LLVM_IMAGE_MEMBER(base_ptr, LP_JIT_IMAGE_BASE, TRUE) in LP_LLVM_IMAGE_MEMBER()
440 sampler->dynamic_state.base.base_ptr = lp_llvm_texture_base_ptr; in lp_llvm_sampler_soa_create()
535 image->dynamic_state.base.base_ptr = lp_llvm_image_base_ptr; in lp_llvm_image_soa_create()
/third_party/boost/boost/geometry/iterators/
Dsegment_iterator.hpp259 inline base const* base_ptr() const in base_ptr() function in boost::geometry::segment_iterator
289 : base(*other.base_ptr()) in segment_iterator()
/third_party/boost/boost/test/impl/
Ddecorator.ipp78 m_tu_decorators_stack.insert(m_tu_decorators_stack.begin(), std::vector<base_ptr>());
83 std::vector<base_ptr>
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_tex_sample.cpp190 SWR_TEXTURE_MEMBER(base_ptr, TRUE) in SWR_TEXTURE_MEMBER()
360 sampler->dynamic_state.base.base_ptr = swr_texture_base_ptr; in swr_sampler_soa_create()
/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
215 return base_ptr + kMemAlignSize; in MallocCommunicationMemFromMemPool()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidation_state.cpp1267 auto base_ptr = inst; in TracePointer() local
1268 while (base_ptr->opcode() == SpvOpAccessChain || in TracePointer()
1269 base_ptr->opcode() == SpvOpInBoundsAccessChain || in TracePointer()
1270 base_ptr->opcode() == SpvOpPtrAccessChain || in TracePointer()
1271 base_ptr->opcode() == SpvOpInBoundsPtrAccessChain || in TracePointer()
1272 base_ptr->opcode() == SpvOpCopyObject) { in TracePointer()
1273 base_ptr = FindDef(base_ptr->GetOperandAs<uint32_t>(2u)); in TracePointer()
1275 return base_ptr; in TracePointer()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidation_state.cpp1267 auto base_ptr = inst; in TracePointer() local
1268 while (base_ptr->opcode() == SpvOpAccessChain || in TracePointer()
1269 base_ptr->opcode() == SpvOpInBoundsAccessChain || in TracePointer()
1270 base_ptr->opcode() == SpvOpPtrAccessChain || in TracePointer()
1271 base_ptr->opcode() == SpvOpInBoundsPtrAccessChain || in TracePointer()
1272 base_ptr->opcode() == SpvOpCopyObject) { in TracePointer()
1273 base_ptr = FindDef(base_ptr->GetOperandAs<uint32_t>(2u)); in TracePointer()
1275 return base_ptr; in TracePointer()

123