Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_eu_validate.c150 src0_is_grf(const struct gen_device_info *devinfo, const brw_inst *inst) in src0_is_grf() function
259 ERROR_IF(!src0_is_grf(devinfo, inst), "send from non-GRF"); in send_restrictions()