Searched refs:ind_vec (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1537 LLVMValueRef ind_vec, start_vec, have_elts, fetch_max, tmp; local in function:draw_llvm_generate
1671 ind_vec = blduivec.undef;
1674 ind_vec = LLVMBuildInsertElement(builder, ind_vec, index, index, "");
1802 true_index_array = LLVMBuildAdd(builder, true_index_array, ind_vec, "");
1808 * simplify things minimally (by removing it could combine the ind_vec
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1932 LLVMValueRef ind_vec, start_vec, have_elts, fetch_max, tmp; local in function:draw_llvm_generate
2076 ind_vec = blduivec.undef;
2079 ind_vec = LLVMBuildInsertElement(builder, ind_vec, index, index, "");
2207 true_index_array = LLVMBuildAdd(builder, true_index_array, ind_vec, "");
2214 * simplify things minimally (by removing it could combine the ind_vec

Completed in 10 milliseconds