Searched refs:dst_hstride (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ | ||
| H A D | brw_eu_validate.c | 1673 unsigned dst_hstride = STRIDE(brw_inst_dst_hstride(devinfo, inst)); local in function:special_requirements_for_handling_double_precision_data_types 1734 unsigned dst_stride = dst_hstride * dst_type_size; |
| H A D | brw_inst.h | 158 F(dst_hstride, 62, 61) |
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ | ||
| H A D | brw_eu_validate.c | 1760 unsigned dst_hstride = STRIDE(brw_inst_dst_hstride(devinfo, inst)); local in function:special_requirements_for_handling_double_precision_data_types 1806 const unsigned dst_stride = dst_hstride * dst_type_size; |
| H A D | brw_inst.h | 279 F(dst_hstride, /* 4+ */ 62, 61, /* 12+ */ 49, 48) |
Completed in 10 milliseconds