Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_nir_lower_image_load_store.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()
474 assert(isl_format_has_uint_channel(lower_fmt)); in convert_color_for_store()
479 assert(isl_format_has_uint_channel(lower_fmt)); in convert_color_for_store()
/external/mesa3d/src/intel/isl/
Disl.h1576 bool isl_format_has_uint_channel(enum isl_format fmt) ATTRIBUTE_CONST;
1596 return isl_format_has_uint_channel(fmt) || in isl_format_has_int_channel()
Disl_format.c991 isl_format_has_uint_channel(enum isl_format fmt) in isl_format_has_uint_channel() function
/external/mesa3d/src/intel/blorp/
Dblorp_blit.c1837 } else if (isl_format_has_uint_channel(params->src.view.format)) { in try_blorp_blit()
2369 isl_format_has_uint_channel(params.dst.view.format), in blorp_blit()
2371 isl_format_has_uint_channel(params.src.view.format) && in blorp_blit()