| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_kms.c | 636 static int subpixel_conv_table[7] = { variable in typeref:typename:int[7] 712 output->subpixel_order = subpixel_conv_table[koutput->subpixel];
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | qxl_drmmode.c | 710 static int subpixel_conv_table[7] = { 0, SubPixelUnknown, variable in typeref:typename:int[7] 786 output->subpixel_order = subpixel_conv_table[koutput->subpixel];
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | drmmode_display.c | 1211 static int subpixel_conv_table[7] = { 0, SubPixelUnknown, variable in typeref:typename:int[7] 1291 output->subpixel_order = subpixel_conv_table[koutput->subpixel];
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| H A D | drmmode_display.c | 1152 static int subpixel_conv_table[7] = { 0, SubPixelUnknown, variable in typeref:typename:int[7] 1378 output->subpixel_order = subpixel_conv_table[koutput->subpixel];
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | intel_display.c | 1397 static const int subpixel_conv_table[7] = { variable in typeref:typename:const int[7] 1578 output->subpixel_order = subpixel_conv_table[koutput->subpixel];
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | intel_display.c | 1352 static const int subpixel_conv_table[7] = { variable in typeref:typename:const int[7] 1532 output->subpixel_order = subpixel_conv_table[koutput->subpixel];
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | drmmode_display.c | 961 static int subpixel_conv_table[7] = { 0, SubPixelUnknown, variable in typeref:typename:int[7] 1070 output->subpixel_order = subpixel_conv_table[koutput->subpixel];
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | drmmode_display.c | 2554 static int subpixel_conv_table[7] = { 0, SubPixelUnknown, variable in typeref:typename:int[7] 2782 output->subpixel_order = subpixel_conv_table[koutput->subpixel];
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | drmmode_display.c | 2006 static int subpixel_conv_table[7] = { 0, SubPixelUnknown, variable in typeref:typename:int[7] 2229 output->subpixel_order = subpixel_conv_table[koutput->subpixel];
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/ |
| H A D | drmmode_display.c | 3053 static int subpixel_conv_table[7] = { variable in typeref:typename:int[7] 3286 output->subpixel_order = subpixel_conv_table[koutput->subpixel];
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_display.c | 4758 static const int subpixel_conv_table[] = { variable in typeref:typename:const int[] 5337 if (compat_conn.conn.subpixel >= ARRAY_SIZE(subpixel_conv_table)) 5339 output->subpixel_order = subpixel_conv_table[compat_conn.conn.subpixel];
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_display.c | 3477 static const int subpixel_conv_table[] = { variable in typeref:typename:const int[] 3959 if (compat_conn.conn.subpixel >= ARRAY_SIZE(subpixel_conv_table)) 3961 output->subpixel_order = subpixel_conv_table[compat_conn.conn.subpixel];
|