Searched refs:ISL_COLORSPACE_LINEAR (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/prebuilt-intermediates/isl/ |
D | isl_format_layout.c | 46 .colorspace = ISL_COLORSPACE_LINEAR, 66 .colorspace = ISL_COLORSPACE_LINEAR, 86 .colorspace = ISL_COLORSPACE_LINEAR, 106 .colorspace = ISL_COLORSPACE_LINEAR, 126 .colorspace = ISL_COLORSPACE_LINEAR, 146 .colorspace = ISL_COLORSPACE_LINEAR, 166 .colorspace = ISL_COLORSPACE_LINEAR, 186 .colorspace = ISL_COLORSPACE_LINEAR, 206 .colorspace = ISL_COLORSPACE_LINEAR, 226 .colorspace = ISL_COLORSPACE_LINEAR, [all …]
|
/external/mesa3d/src/intel/isl/ |
D | isl_format.c | 1215 assert(fmtl->colorspace == ISL_COLORSPACE_LINEAR || in isl_color_value_pack() 1232 pack_channel(value, 3, &fmtl->channels.a, ISL_COLORSPACE_LINEAR, data_out); in isl_color_value_pack() 1234 pack_channel(value, 0, &fmtl->channels.i, ISL_COLORSPACE_LINEAR, data_out); in isl_color_value_pack() 1324 assert(fmtl->colorspace == ISL_COLORSPACE_LINEAR || in isl_color_value_unpack() 1347 unpack_channel(value, 3, 1, &fmtl->channels.a, ISL_COLORSPACE_LINEAR, data_in); in isl_color_value_unpack() 1349 unpack_channel(value, 0, 4, &fmtl->channels.i, ISL_COLORSPACE_LINEAR, data_in); in isl_color_value_unpack()
|
D | isl.h | 434 ISL_COLORSPACE_LINEAR, enumerator
|