Lines Matching full:is_default
2209 $$.default_region = $2.is_default;
2224 $$.default_region = $2.is_default;
2250 if ($3.is_default) {
2282 if ($5.is_default) {
2287 if ($4.is_default) {
2301 if($2.is_default ==1 && $3.is_default == 1)
2328 $$.default_region = $4.is_default;
2661 $$.default_region = $2.is_default;
2713 $$.is_default = 1;
2761 { $$.type = program_defaults.register_type;$$.is_default = 1;}
2762 | TYPE_F { $$.type = BRW_REGISTER_TYPE_F;$$.is_default = 0; }
2763 | TYPE_UD { $$.type = BRW_REGISTER_TYPE_UD;$$.is_default = 0; }
2764 | TYPE_D { $$.type = BRW_REGISTER_TYPE_D;$$.is_default = 0; }
2765 | TYPE_UW { $$.type = BRW_REGISTER_TYPE_UW;$$.is_default = 0; }
2766 | TYPE_W { $$.type = BRW_REGISTER_TYPE_W;$$.is_default = 0; }
2767 | TYPE_UB { $$.type = BRW_REGISTER_TYPE_UB;$$.is_default = 0; }
2768 | TYPE_B { $$.type = BRW_REGISTER_TYPE_B;$$.is_default = 0; }