Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_storage_image.c318 assert(isl_format_has_uint_channel(lower_fmt)); in convert_color_for_load()
323 assert(isl_format_has_uint_channel(lower_fmt)); in convert_color_for_load()
472 assert(isl_format_has_uint_channel(lower_fmt)); in convert_color_for_store()
477 assert(isl_format_has_uint_channel(lower_fmt)); in convert_color_for_store()
/third_party/mesa3d/src/intel/isl/
H A Disl.h1882 bool isl_format_has_uint_channel(enum isl_format fmt) ATTRIBUTE_CONST;
1902 return isl_format_has_uint_channel(fmt) ||
H A Disl_format.c1045 isl_format_has_uint_channel(enum isl_format fmt) in isl_format_has_uint_channel() function
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_blit.c1920 } else if (isl_format_has_uint_channel(params->src.view.format)) { in try_blorp_blit()
2572 isl_format_has_uint_channel(params.dst.view.format), in blorp_blit()
2574 isl_format_has_uint_channel(params.src.view.format) && in blorp_blit()

Completed in 15 milliseconds