Searched refs:vs_type (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 604 struct lp_type vs_type, in generate_vs() argument 621 vs_type, in generate_vs() 639 lp_build_context_init(&bld, variant->gallivm, vs_type); in generate_vs() 664 struct lp_type vs_type, in fetch_instanced() argument 714 vs_type, aos, index); in fetch_instanced() 722 struct lp_type vs_type, in fetch_vector() argument 731 struct lp_type fetch_type = vs_type; in fetch_vector() 735 lp_build_context_init(&blduivec, gallivm, lp_uint_type(vs_type)); in fetch_vector() 764 fetch_type = lp_type_int_vec(vs_type.width, vs_type.width * vs_type.length); in fetch_vector() 767 fetch_type = lp_type_uint_vec(vs_type.width, vs_type.width * vs_type.length); in fetch_vector() [all …]
|