Searched refs:integral_cast (Results 1 – 2 of 2) sorted by relevance
8058 bool integral_cast = type_is_integral(out_type) && type_is_integral(in_type); in bitcast_glsl_op() local8062 if (integral_cast && same_size_cast) in bitcast_glsl_op()8066 if (out_type.width == 8 && in_type.width >= 16 && integral_cast && in_type.vecsize == 1) in bitcast_glsl_op()8068 else if (in_type.width == 8 && out_type.width == 16 && integral_cast && out_type.vecsize == 1) in bitcast_glsl_op()8070 else if (in_type.width == 8 && out_type.width == 32 && integral_cast && out_type.vecsize == 1) in bitcast_glsl_op()
13918 …bool integral_cast = type_is_integral(out_type) && type_is_integral(in_type) && (out_type.vecsize … in bitcast_glsl_op() local13926 if (same_size_cast && !integral_cast) in bitcast_glsl_op()