Searched refs:ISL_COLORSPACE_SRGB (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/prebuilt-intermediates/isl/ |
D | isl_format_layout.c | 966 .colorspace = ISL_COLORSPACE_SRGB, 1006 .colorspace = ISL_COLORSPACE_SRGB, 1086 .colorspace = ISL_COLORSPACE_SRGB, 1286 .colorspace = ISL_COLORSPACE_SRGB, 1706 .colorspace = ISL_COLORSPACE_SRGB, 1746 .colorspace = ISL_COLORSPACE_SRGB, 2026 .colorspace = ISL_COLORSPACE_SRGB, 2066 .colorspace = ISL_COLORSPACE_SRGB, 2106 .colorspace = ISL_COLORSPACE_SRGB, 2486 .colorspace = ISL_COLORSPACE_SRGB, [all …]
|
/external/mesa3d/src/intel/isl/ |
D | isl_format.c | 1158 if (colorspace == ISL_COLORSPACE_SRGB) in pack_channel() 1164 if (colorspace == ISL_COLORSPACE_SRGB) { in pack_channel() 1216 fmtl->colorspace == ISL_COLORSPACE_SRGB); in isl_color_value_pack() 1270 if (colorspace == ISL_COLORSPACE_SRGB) in unpack_channel() 1275 if (colorspace == ISL_COLORSPACE_SRGB) { in unpack_channel() 1325 fmtl->colorspace == ISL_COLORSPACE_SRGB); in isl_color_value_unpack()
|
D | isl.h | 435 ISL_COLORSPACE_SRGB, enumerator 1671 return isl_format_get_layout(fmt)->colorspace == ISL_COLORSPACE_SRGB; in isl_format_is_srgb()
|