Searched refs:inds (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 617 LLVMValueRef inds[LP_MAX_VECTOR_WIDTH / 32]; in store_aos_array() local 625 inds[i] = lp_build_const_int32(gallivm, i); in store_aos_array() 626 io_ptrs[i] = LLVMBuildGEP(builder, io_ptr, &inds[i], 1, ""); in store_aos_array() 647 val = LLVMBuildExtractElement(builder, cliptmp, inds[i], ""); in store_aos_array() 651 io_ptrs[i], inds[i], val); in store_aos_array() 743 LLVMValueRef inds[LP_MAX_VECTOR_WIDTH / 32]; in store_clip() local 751 inds[i] = lp_build_const_int32(gallivm, i); in store_clip() 752 io_ptrs[i] = LLVMBuildGEP(builder, io_ptr, &inds[i], 1, ""); in store_clip()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ConstantsContext.h | 308 ArrayRef<unsigned> inds = ArrayRef<unsigned>()) 310 operands(ops.begin(), ops.end()), indices(inds.begin(), inds.end()) {}
|