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

/xsrc/external/mit/MesaLib/dist/src/freedreno/fdl/
H A Dfd6_format_table.c53 #define VTC(pipe, fmt, swapfmt) FMT(pipe, fmt, fmt, fmt, swapfmt) macro
63 VTC(R8_UNORM, 8_UNORM, WZYX),
64 VTC(R8_SNORM, 8_SNORM, WZYX),
65 VTC(R8_UINT, 8_UINT, WZYX),
66 VTC(R8_SINT, 8_SINT, WZYX),
85 VTC(R16_UNORM, 16_UNORM, WZYX),
86 VTC(R16_SNORM, 16_SNORM, WZYX),
87 VTC(R16_UINT, 16_UINT, WZYX),
88 VTC(R16_SINT, 16_SINT, WZYX),
91 VTC(R16_FLOA
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/
H A Dbt829.c63 #define VTC 0x1B /* Video Timing Control */ macro
290 static void btwrite_vtc(BT829Ptr bt) /* VTC */
314 btwrite(bt, VTC, (bt->vbien<<4) | (bt->vbifmt<<3) | vfilt);
740 DUMPREG(VTC);

Completed in 3 milliseconds