Searched refs:isl_format_has_uint_channel (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir_lower_image_load_store.c372 assert(isl_format_has_uint_channel(lower_fmt));
377 assert(isl_format_has_uint_channel(lower_fmt));
528 assert(isl_format_has_uint_channel(lower_fmt));
533 assert(isl_format_has_uint_channel(lower_fmt));
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_lower_storage_image.c318 assert(isl_format_has_uint_channel(lower_fmt));
323 assert(isl_format_has_uint_channel(lower_fmt));
472 assert(isl_format_has_uint_channel(lower_fmt));
477 assert(isl_format_has_uint_channel(lower_fmt));
/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl.h1482 bool isl_format_has_uint_channel(enum isl_format fmt) ATTRIBUTE_CONST;
1502 return isl_format_has_uint_channel(fmt) ||
H A Disl_format.c684 isl_format_has_uint_channel(enum isl_format fmt) function in typeref:typename:bool
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl.h1829 bool isl_format_has_uint_channel(enum isl_format fmt) ATTRIBUTE_CONST;
1849 return isl_format_has_uint_channel(fmt) ||
H A Disl_format.c987 isl_format_has_uint_channel(enum isl_format fmt) function in typeref:typename:bool
/xsrc/external/mit/MesaLib/dist/src/intel/blorp/
H A Dblorp_blit.c1920 } else if (isl_format_has_uint_channel(params->src.view.format)) {
2491 isl_format_has_uint_channel(params.dst.view.format),
2493 isl_format_has_uint_channel(params.src.view.format) &&
/xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/
H A Dblorp_blit.c1794 } else if (isl_format_has_uint_channel(params->src.view.format)) {

Completed in 24 milliseconds