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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1215 LLVMValueRef true_index = local
1223 true_index = lp_build_min(&bld, true_index, fetch_max);
1228 &true_index, 1, "");
1229 true_index = LLVMBuildLoad(builder, fetch_ptr, "fetch_elt");
1233 system_values.vertex_id, true_index,
1241 &aos_attribs[j][i], velem, vb, true_index,
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1215 LLVMValueRef true_index = local
1223 true_index = lp_build_min(&bld, true_index, fetch_max);
1228 &true_index, 1, "");
1229 true_index = LLVMBuildLoad(builder, fetch_ptr, "fetch_elt");
1233 system_values.vertex_id, true_index,
1241 &aos_attribs[j][i], velem, vb, true_index,

Completed in 309 milliseconds