Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp8058 bool integral_cast = type_is_integral(out_type) && type_is_integral(in_type); in bitcast_glsl_op() local
8062 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()
Dspirv_msl.cpp13918 …bool integral_cast = type_is_integral(out_type) && type_is_integral(in_type) && (out_type.vecsize … in bitcast_glsl_op() local
13926 if (same_size_cast && !integral_cast) in bitcast_glsl_op()