Searched defs:dst_subreg (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/intel/compiler/elk/ |
D | elk_eu_validate.c | 1627 unsigned dst_subreg = elk_inst_access_mode(devinfo, inst) == ELK_ALIGN_1 ? in vector_immediate_restrictions() local 1691 unsigned dst_subreg = elk_inst_dst_da1_subreg_nr(devinfo, inst); in special_requirements_for_handling_double_precision_data_types() local
|
D | elk_test_eu_validate.cpp | 2064 unsigned dst_subreg; in TEST_P() member 2075 #define INST(opcode, exec_size, dst_type, dst_subreg, dst_stride, src_type, \ in TEST_P() argument
|
/external/mesa3d/src/intel/compiler/ |
D | brw_eu_validate.c | 1433 unsigned dst_subreg = inst->dst.subnr; in vector_immediate_restrictions() local 1496 unsigned dst_subreg = inst->dst.subnr; in special_requirements_for_handling_double_precision_data_types() local
|
D | test_eu_validate.cpp | 2089 unsigned dst_subreg; in TEST_P() member 2100 #define INST(opcode, exec_size, dst_type, dst_subreg, dst_stride, src_type, \ in TEST_P() argument
|