Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/isl/
Disl_format.c1212 if (colorspace == ISL_COLORSPACE_SRGB) in pack_channel()
1218 if (colorspace == ISL_COLORSPACE_SRGB) { in pack_channel()
1270 fmtl->colorspace == ISL_COLORSPACE_SRGB); in isl_color_value_pack()
1312 if (colorspace == ISL_COLORSPACE_SRGB) in unpack_channel()
1317 if (colorspace == ISL_COLORSPACE_SRGB) { in unpack_channel()
1367 fmtl->colorspace == ISL_COLORSPACE_SRGB); in isl_color_value_unpack()
Disl.h534 ISL_COLORSPACE_SRGB, enumerator
1993 return isl_format_get_layout(fmt)->colorspace == ISL_COLORSPACE_SRGB; in isl_format_is_srgb()
/third_party/mesa3d/src/intel/vulkan/
Danv_formats.c744 case ISL_COLORSPACE_SRGB: in anv_get_image_format_features2()
Danv_image.c1173 isl_layout->colorspace == ISL_COLORSPACE_SRGB); in check_drm_format_mod()