Lines Matching defs:is_int8
537 unsigned col_format = 0, is_int8 = 0, is_int10 = 0, is_float32 = 0;
553 is_int8 |= 1 << i;
591 blend->col_format_is_int8 = is_int8;
621 bool is_int8 = format_is_int8(format);
624 if (col_format == V_028714_SPI_SHADER_UINT16_ABGR && is_int8)
626 else if (col_format == V_028714_SPI_SHADER_SINT16_ABGR && is_int8)
3346 key.ps.is_int8 = blend->col_format_is_int8;
4297 bool is_int8 = (pipeline_key->ps.is_int8 >> slot) & 1;
4338 unsigned max_rgb = is_int8 ? 255 : is_int10 ? 1023 : 0;
4340 if (is_int8 || is_int10) {
4350 unsigned max_rgb = is_int8 ? 127 : is_int10 ? 511 : 0;
4351 unsigned min_rgb = is_int8 ? -128 : is_int10 ? -512 : 0;
4353 if (is_int8 || is_int10) {