Searched refs:ISL_UNORM (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/prebuilt-intermediates/isl/ |
D | isl_format_layout.c | 98 .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/ |
D | brw_nir_lower_image_load_store.c | 317 case ISL_UNORM: in convert_color_for_load() 473 case ISL_UNORM: in convert_color_for_store()
|
/external/mesa3d/src/intel/blorp/ |
D | blorp_blit.c | 884 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/ |
D | isl_format.c | 969 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()
|
D | isl.h | 417 ISL_UNORM, enumerator
|