HomeSort by relevance Sort by last modified time
    Searched refs:const_ptr (Results 1 - 7 of 7) sorted by null

  /external/eigen/test/
mapstaticmethods.cpp 13 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, OuterStride<4>()).sum()
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_shader.c 361 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/radeonsi/
radeonsi_shader.c 361 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/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_blend.c 166 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, ""), "");
lp_state_fs.c 708 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, ""), "");
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_blend.c 166 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, ""), "");
lp_state_fs.c 708 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, ""), "");
    [all...]

Completed in 343 milliseconds