Searched refs:ERROR_IF (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_eu_validate.c | 59 #define ERROR(msg) ERROR_IF(true, msg) 60 #define ERROR_IF(cond, msg) \ macro 240 ERROR_IF(src0_is_null(devinfo, inst), "src0 is null"); in sources_not_null() 243 ERROR_IF(src1_is_null(devinfo, inst), "src1 is null"); in sources_not_null() 255 ERROR_IF(brw_inst_src0_address_mode(devinfo, inst) != BRW_ADDRESS_DIRECT, in send_restrictions() 259 ERROR_IF(!src0_is_grf(devinfo, inst), "send from non-GRF"); in send_restrictions() 260 ERROR_IF(brw_inst_eot(devinfo, inst) && in send_restrictions() 463 ERROR_IF(dst_stride * dst_type_size != exec_type_size, in general_restrictions_based_on_operand_types() 477 ERROR_IF(subreg % exec_type_size != 0 && in general_restrictions_based_on_operand_types() 483 ERROR_IF(subreg % exec_type_size != 0, in general_restrictions_based_on_operand_types() [all …]
|