Home
last modified time | relevance | path

Searched refs:dst_subreg (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_eu_validate.c1046 unsigned dst_subreg = brw_inst_access_mode(devinfo, inst) == BRW_ALIGN_1 ? in vector_immediate_restrictions() local
1068 ERROR_IF(dst_subreg % (128 / 8) != 0, in vector_immediate_restrictions()
1108 unsigned dst_subreg = brw_inst_dst_da1_subreg_nr(devinfo, inst); in special_requirements_for_handling_double_precision_data_types() local
1180 ERROR_IF(!is_scalar_region && dst_subreg != subreg, in special_requirements_for_handling_double_precision_data_types()
Dtest_eu_validate.cpp942 unsigned dst_subreg; in TEST_P() member
953 #define INST(opcode, exec_size, dst_type, dst_subreg, dst_stride, src_type, \ in TEST_P() argument
959 dst_subreg, \ in TEST_P()
1088 brw_inst_set_dst_da1_subreg_nr(&devinfo, last_inst, inst[i].dst_subreg); in TEST_P()