Searched refs:dst_subreg (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_eu_validate.c | 1609 unsigned dst_subreg = brw_inst_access_mode(devinfo, inst) == BRW_ALIGN_1 ? local in function:vector_immediate_restrictions 1631 ERROR_IF(dst_subreg % (128 / 8) != 0, 1675 unsigned dst_subreg = brw_inst_dst_da1_subreg_nr(devinfo, inst); local in function:special_requirements_for_handling_double_precision_data_types 1747 ERROR_IF(!is_scalar_region && dst_subreg != subreg,
|
| H A D | test_eu_validate.cpp | 1738 unsigned dst_subreg; member in struct:TEST_P::__anon036791b11108 1749 #define INST(opcode, exec_size, dst_type, dst_subreg, dst_stride, src_type, \ 1755 dst_subreg, \ 1888 brw_inst_set_dst_da1_subreg_nr(&devinfo, last_inst, inst[i].dst_subreg);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_eu_validate.c | 1696 unsigned dst_subreg = brw_inst_access_mode(devinfo, inst) == BRW_ALIGN_1 ? local in function:vector_immediate_restrictions 1718 ERROR_IF(dst_subreg % (128 / 8) != 0, 1762 unsigned dst_subreg = brw_inst_dst_da1_subreg_nr(devinfo, inst); local in function:special_requirements_for_handling_double_precision_data_types 1835 ERROR_IF(!is_scalar_region && dst_subreg != subreg, 1895 subreg != dst_subreg),
|
| H A D | test_eu_validate.cpp | 2144 unsigned dst_subreg; member in struct:TEST_P::__anon909a53241608 2155 #define INST(opcode, exec_size, dst_type, dst_subreg, dst_stride, src_type, \ 2161 dst_subreg, \ 2306 brw_inst_set_dst_da1_subreg_nr(&devinfo, last_inst, inst[i].dst_subreg);
|
Completed in 17 milliseconds