Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/isl/
Disl_format_layout.c98 .r = { ISL_UNORM, 0, 32 },
99 .g = { ISL_UNORM, 32, 32 },
100 .b = { ISL_UNORM, 64, 32 },
101 .a = { ISL_UNORM, 96, 32 },
318 .r = { ISL_UNORM, 0, 32 },
319 .g = { ISL_UNORM, 32, 32 },
320 .b = { ISL_UNORM, 64, 32 },
418 .r = { ISL_UNORM, 0, 16 },
419 .g = { ISL_UNORM, 16, 16 },
420 .b = { ISL_UNORM, 32, 16 },
[all …]
/external/mesa3d/src/intel/compiler/
Dbrw_nir_lower_image_load_store.c317 case ISL_UNORM: in convert_color_for_load()
473 case ISL_UNORM: in convert_color_for_store()
/external/mesa3d/src/intel/blorp/
Dblorp_blit.c884 src_fmtl->channels.r.type == ISL_UNORM); in bit_cast_color()
886 dst_fmtl->channels.r.type == ISL_UNORM); in bit_cast_color()
897 if (src_fmtl->channels_array[c].type == ISL_UNORM) in bit_cast_color()
915 if (dst_fmtl->channels_array[c].type == ISL_UNORM) in bit_cast_color()
1728 case ISL_UNORM: in get_red_format_for_rgb_format()
1741 case ISL_UNORM: in get_red_format_for_rgb_format()
/external/mesa3d/src/intel/isl/
Disl_format.c969 return isl_format_has_channel_type(fmt, ISL_UNORM); in isl_format_has_unorm_channel()
1159 assert(layout->type == ISL_UNORM); in pack_channel()
1163 case ISL_UNORM: in pack_channel()
1271 assert(layout->type == ISL_UNORM); in unpack_channel()
1274 case ISL_UNORM: in unpack_channel()
Disl.h417 ISL_UNORM, enumerator