Home
last modified time | relevance | path

Searched refs:isl_format_has_uint_channel (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/intel/isl/
Disl.h1424 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()
Disl_format.c674 isl_format_has_uint_channel(enum isl_format fmt) in isl_format_has_uint_channel() function
/external/mesa3d/src/intel/blorp/
Dblorp_blit.c1635 } else if (isl_format_has_uint_channel(params->src.view.format)) { in try_blorp_blit()