Searched refs:fetch_dst_type (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_gather.c | 421 struct lp_type fetch_type, fetch_dst_type; local in function:lp_build_gather 463 fetch_dst_type = fetch_type; 464 fetch_dst_type.length = dst_type.length; 474 fetch_dst_type = fetch_type; 475 fetch_dst_type.width = dst_type.width * dst_type.length; 481 src_width, src_type, fetch_dst_type, 516 res_type = fetch_dst_type; 536 fetch_dst_type = fetch_type; 546 src_width, src_type, fetch_dst_type,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_gather.c | 421 struct lp_type fetch_type, fetch_dst_type; local in function:lp_build_gather 463 fetch_dst_type = fetch_type; 464 fetch_dst_type.length = dst_type.length; 474 fetch_dst_type = fetch_type; 475 fetch_dst_type.width = dst_type.width * dst_type.length; 481 src_width, src_type, fetch_dst_type, 516 res_type = fetch_dst_type; 536 fetch_dst_type = fetch_type; 546 src_width, src_type, fetch_dst_type,
|
Completed in 3 milliseconds