Searched defs:vs_type_llvm (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c804 LLVMTypeRef vs_type_llvm = lp_build_vec_type(gallivm, vs_type); local
828 scale = lp_build_broadcast(gallivm, vs_type_llvm,
830 trans = lp_build_broadcast(gallivm, vs_type_llvm,
987 LLVMTypeRef vs_type_llvm = lp_build_vec_type(gallivm, vs_type); local
994 planes = lp_build_broadcast(gallivm, vs_type_llvm, plane1);
1000 planes = lp_build_broadcast(gallivm, vs_type_llvm, plane1);
1007 planes = lp_build_broadcast(gallivm, vs_type_llvm, plane1);
1014 planes = lp_build_broadcast(gallivm, vs_type_llvm, plane1);
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c804 LLVMTypeRef vs_type_llvm = lp_build_vec_type(gallivm, vs_type); local
828 scale = lp_build_broadcast(gallivm, vs_type_llvm,
830 trans = lp_build_broadcast(gallivm, vs_type_llvm,
987 LLVMTypeRef vs_type_llvm = lp_build_vec_type(gallivm, vs_type); local
994 planes = lp_build_broadcast(gallivm, vs_type_llvm, plane1);
1000 planes = lp_build_broadcast(gallivm, vs_type_llvm, plane1);
1007 planes = lp_build_broadcast(gallivm, vs_type_llvm, plane1);
1014 planes = lp_build_broadcast(gallivm, vs_type_llvm, plane1);

Completed in 102 milliseconds