Searched refs:const_ptr (Results 1 - 5 of 5) sorted by relevance

/external/eigen/test/
H A Dmapstaticmethods.cpp13 const float *const_ptr; variable
32 PlainObjectType::Map(const_ptr).sum();
33 PlainObjectType::MapAligned(const_ptr).sum();
37 PlainObjectType::Map(const_ptr, InnerStride<>(i)).sum();
38 PlainObjectType::MapAligned(const_ptr, InnerStride<>(i)).sum();
42 PlainObjectType::Map(const_ptr, InnerStride<4>()).sum();
43 PlainObjectType::MapAligned(const_ptr, InnerStride<5>()).sum();
47 PlainObjectType::Map(const_ptr, OuterStride<>(i)).sum();
48 PlainObjectType::MapAligned(const_ptr, OuterStride<>(i)).sum();
52 PlainObjectType::Map(const_ptr, OuterStrid
[all...]
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.c361 LLVMValueRef const_ptr; local
367 const_ptr = use_sgpr(base->gallivm, SGPR_CONST_PTR_F32, 0);
375 load = build_indexed_load(base->gallivm, const_ptr, offset);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_blend.c166 LLVMValueRef const_ptr; local
181 const_ptr = LLVMGetParam(func, 2);
196 con = LLVMBuildLoad(builder, const_ptr, "const");
216 con[i] = LLVMBuildLoad(builder, LLVMBuildGEP(builder, const_ptr, &index, 1, ""), "");
H A Dlp_state_fs.c708 LLVMValueRef const_ptr; local
722 const_ptr = lp_jit_context_blend_color(gallivm, context_ptr);
723 const_ptr = LLVMBuildBitCast(builder, const_ptr,
729 con[chan] = LLVMBuildLoad(builder, LLVMBuildGEP(builder, const_ptr, &index, 1, ""), "");
/external/clang/test/SemaCXX/
H A Duninitialized.cpp152 namespace const_ptr { namespace

Completed in 241 milliseconds