Searched refs:ERROR_IF (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu_validate.c49 #define ERROR_IF(cond, msg) \ macro
153 ERROR_IF(src1_is_null(devinfo, inst), "src1 is null");
156 ERROR_IF(src0_is_null(devinfo, inst), "src0 is null");
163 ERROR_IF(is_unsupported_inst(devinfo, inst),
167 ERROR_IF(brw_inst_src0_address_mode(devinfo, inst) !=
171 ERROR_IF(!src0_is_grf(devinfo, inst), "send from non-GRF");
172 ERROR_IF(brw_inst_eot(devinfo, inst) &&

Completed in 193 milliseconds