Home
last modified time | relevance | path

Searched refs:isl_format_has_sint_channel (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_nir_lower_image_load_store.c281 isl_format_has_sint_channel(image_fmt); in convert_color_for_load()
502 isl_format_has_sint_channel(image_fmt))) in convert_color_for_store()
/external/mesa3d/src/intel/isl/
Disl.h1577 bool isl_format_has_sint_channel(enum isl_format fmt) ATTRIBUTE_CONST;
1597 isl_format_has_sint_channel(fmt); in isl_format_has_int_channel()
Disl.c1926 if (ISL_DEV_GEN(dev) == 7 && isl_format_has_sint_channel(surf->format)) in isl_surf_get_mcs_surf()
Disl_format.c997 isl_format_has_sint_channel(enum isl_format fmt) in isl_format_has_sint_channel() function
/external/mesa3d/src/intel/blorp/
Dblorp_blit.c1835 if (isl_format_has_sint_channel(params->src.view.format)) { in try_blorp_blit()
2368 isl_format_has_sint_channel(params.src.view.format) && in blorp_blit()
2372 isl_format_has_sint_channel(params.dst.view.format), in blorp_blit()