Searched refs:bldivec (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 1351 struct lp_build_context bldivec; local in function:clipmask_booli8 1353 lp_build_context_init(&bldivec, gallivm, lp_int_type(vs_type)); 1361 LLVMValueRef edge = lp_build_const_int_vec(gallivm, bldivec.type, 1373 ret = lp_build_any_true_range(&bldivec, vs_type.length, clipmask_bool);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 1723 struct lp_build_context bldivec; local in function:clipmask_booli8 1725 lp_build_context_init(&bldivec, gallivm, lp_int_type(vs_type)); 1733 LLVMValueRef edge = lp_build_const_int_vec(gallivm, bldivec.type, 1745 ret = lp_build_any_true_range(&bldivec, vs_type.length, clipmask_bool);
|
Completed in 15 milliseconds