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.c1693 unsigned dst_subreg = brw_inst_access_mode(devinfo, inst) == BRW_ALIGN_1 ? in vector_immediate_restrictions() local
1715 ERROR_IF(dst_subreg % (128 / 8) != 0, in vector_immediate_restrictions()
1759 unsigned dst_subreg = brw_inst_dst_da1_subreg_nr(devinfo, inst); in special_requirements_for_handling_double_precision_data_types() local
1831 ERROR_IF(!is_scalar_region && dst_subreg != subreg, in special_requirements_for_handling_double_precision_data_types()
Dtest_eu_validate.cpp2144 unsigned dst_subreg; in TEST_P() member
2155 #define INST(opcode, exec_size, dst_type, dst_subreg, dst_stride, src_type, \ in TEST_P() argument
2161 dst_subreg, \ in TEST_P()
2306 brw_inst_set_dst_da1_subreg_nr(&devinfo, last_inst, inst[i].dst_subreg); in TEST_P()