Searched refs:ISL_COLORSPACE_LINEAR (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib/src/intel/isl/ |
| H A D | isl_format_layout.c | 626 .colorspace = ISL_COLORSPACE_LINEAR, 646 .colorspace = ISL_COLORSPACE_LINEAR, 666 .colorspace = ISL_COLORSPACE_LINEAR, 686 .colorspace = ISL_COLORSPACE_LINEAR, 706 .colorspace = ISL_COLORSPACE_LINEAR, 726 .colorspace = ISL_COLORSPACE_LINEAR, 746 .colorspace = ISL_COLORSPACE_LINEAR, 766 .colorspace = ISL_COLORSPACE_LINEAR, 786 .colorspace = ISL_COLORSPACE_LINEAR, 806 .colorspace = ISL_COLORSPACE_LINEAR, [all...] |
| /xsrc/external/mit/MesaLib.old/src/intel/ |
| H A 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...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/isl/ |
| H A D | isl_format.c | 908 assert(fmtl->colorspace == ISL_COLORSPACE_LINEAR || 925 pack_channel(value, 3, &fmtl->channels.a, ISL_COLORSPACE_LINEAR, data_out); 927 pack_channel(value, 0, &fmtl->channels.i, ISL_COLORSPACE_LINEAR, data_out); 1018 assert(fmtl->colorspace == ISL_COLORSPACE_LINEAR || 1041 unpack_channel(value, 3, 1, &fmtl->channels.a, ISL_COLORSPACE_LINEAR, data_in); 1043 unpack_channel(value, 0, 4, &fmtl->channels.i, ISL_COLORSPACE_LINEAR, data_in);
|
| H A D | isl.h | 422 ISL_COLORSPACE_LINEAR, enumerator in enum:isl_colorspace
|
| /xsrc/external/mit/MesaLib/dist/src/intel/isl/ |
| H A D | isl_format.c | 1211 assert(fmtl->colorspace == ISL_COLORSPACE_LINEAR || 1228 pack_channel(value, 3, &fmtl->channels.a, ISL_COLORSPACE_LINEAR, data_out); 1230 pack_channel(value, 0, &fmtl->channels.i, ISL_COLORSPACE_LINEAR, data_out); 1320 assert(fmtl->colorspace == ISL_COLORSPACE_LINEAR || 1343 unpack_channel(value, 3, 1, &fmtl->channels.a, ISL_COLORSPACE_LINEAR, data_in); 1345 unpack_channel(value, 0, 4, &fmtl->channels.i, ISL_COLORSPACE_LINEAR, data_in);
|
| H A D | isl.h | 533 ISL_COLORSPACE_LINEAR, enumerator in enum:isl_colorspace
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_formats.c | 734 case ISL_COLORSPACE_LINEAR:
|
| H A D | anv_image.c | 976 assert(isl_layout->colorspace == ISL_COLORSPACE_LINEAR ||
|
Completed in 20 milliseconds