Searched refs:isl_format_has_uint_channel (Results 1 – 3 of 3) sorted by relevance
1424 bool isl_format_has_uint_channel(enum isl_format fmt) ATTRIBUTE_CONST;1444 return isl_format_has_uint_channel(fmt) || in isl_format_has_int_channel()
674 isl_format_has_uint_channel(enum isl_format fmt) in isl_format_has_uint_channel() function
1635 } else if (isl_format_has_uint_channel(params->src.view.format)) { in try_blorp_blit()