Home | History | Annotate | Download | only in trivial

Lines Matching defs:is_int

1082                 bool is_int = util_format_is_pure_integer(surface_fmts[i]);
1087 128, 32, (is_int ? init0i : init0f));
1094 check_tex(ctx, 1, (is_int ? expecti : expectf), NULL);
1182 bool is_int = util_format_is_pure_integer(surface_fmts[i]);
1187 512, 32, (is_int ? init0i : init0f));
1194 check_tex(ctx, 1, (is_int && is_signed ? expects :
1195 is_int && !is_signed ? expectu :