Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_storage_image.c317 case ISL_UNORM: in convert_color_for_load()
471 case ISL_UNORM: in convert_color_for_store()
/third_party/mesa3d/src/intel/blorp/
Dblorp_blit.c885 src_fmtl->channels.r.type == ISL_UNORM); in bit_cast_color()
887 dst_fmtl->channels.r.type == ISL_UNORM); in bit_cast_color()
898 if (src_fmtl->channels_array[c].type == ISL_UNORM) in bit_cast_color()
916 if (dst_fmtl->channels_array[c].type == ISL_UNORM) in bit_cast_color()
1799 case ISL_UNORM: in get_red_format_for_rgb_format()
1812 case ISL_UNORM: in get_red_format_for_rgb_format()
/third_party/mesa3d/src/intel/isl/
Disl_format.c965 return isl_format_has_channel_type(fmt, ISL_UNORM); in isl_format_has_unorm_channel()
1155 assert(layout->type == ISL_UNORM); in pack_channel()
1159 case ISL_UNORM: in pack_channel()
1267 assert(layout->type == ISL_UNORM); in unpack_channel()
1270 case ISL_UNORM: in unpack_channel()
Disl.h431 ISL_UNORM, enumerator
/third_party/mesa3d/src/intel/vulkan/
Danv_formats.c740 if (isl_layout->uniform_channel_type != ISL_UNORM && in anv_get_image_format_features2()