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

/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl_format.c843 pack_channel(const union isl_color_value *value, unsigned i, function in typeref:typename:void
922 pack_channel(value, 0, &fmtl->channels.r, fmtl->colorspace, data_out);
923 pack_channel(value, 1, &fmtl->channels.g, fmtl->colorspace, data_out);
924 pack_channel(value, 2, &fmtl->channels.b, fmtl->colorspace, data_out);
925 pack_channel(value, 3, &fmtl->channels.a, ISL_COLORSPACE_LINEAR, data_out);
926 pack_channel(value, 0, &fmtl->channels.l, fmtl->colorspace, data_out);
927 pack_channel(value, 0, &fmtl->channels.i, ISL_COLORSPACE_LINEAR, data_out);
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl_format.c1146 pack_channel(const union isl_color_value *value, unsigned i, function in typeref:typename:void
1225 pack_channel(value, 0, &fmtl->channels.r, fmtl->colorspace, data_out);
1226 pack_channel(value, 1, &fmtl->channels.g, fmtl->colorspace, data_out);
1227 pack_channel(value, 2, &fmtl->channels.b, fmtl->colorspace, data_out);
1228 pack_channel(value, 3, &fmtl->channels.a, ISL_COLORSPACE_LINEAR, data_out);
1229 pack_channel(value, 0, &fmtl->channels.l, fmtl->colorspace, data_out);
1230 pack_channel(value, 0, &fmtl->channels.i, ISL_COLORSPACE_LINEAR, data_out);

Completed in 5 milliseconds