Searched refs:unpack_channel (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl_format.c944 unpack_channel(union isl_color_value *value, function in typeref:typename:void
1038 unpack_channel(value, 0, 1, &fmtl->channels.r, fmtl->colorspace, data_in);
1039 unpack_channel(value, 1, 1, &fmtl->channels.g, fmtl->colorspace, data_in);
1040 unpack_channel(value, 2, 1, &fmtl->channels.b, fmtl->colorspace, data_in);
1041 unpack_channel(value, 3, 1, &fmtl->channels.a, ISL_COLORSPACE_LINEAR, data_in);
1042 unpack_channel(value, 0, 3, &fmtl->channels.l, fmtl->colorspace, data_in);
1043 unpack_channel(value, 0, 4, &fmtl->channels.i, ISL_COLORSPACE_LINEAR, data_in);
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl_format.c1247 unpack_channel(union isl_color_value *value, function in typeref:typename:void
1340 unpack_channel(value, 0, 1, &fmtl->channels.r, fmtl->colorspace, data_in);
1341 unpack_channel(value, 1, 1, &fmtl->channels.g, fmtl->colorspace, data_in);
1342 unpack_channel(value, 2, 1, &fmtl->channels.b, fmtl->colorspace, data_in);
1343 unpack_channel(value, 3, 1, &fmtl->channels.a, ISL_COLORSPACE_LINEAR, data_in);
1344 unpack_channel(value, 0, 3, &fmtl->channels.l, fmtl->colorspace, data_in);
1345 unpack_channel(value, 0, 4, &fmtl->channels.i, ISL_COLORSPACE_LINEAR, data_in);

Completed in 5 milliseconds