Lines Matching defs:vtx_fmt
1506 static int r100_get_vtx_size(uint32_t vtx_fmt)
1511 if (vtx_fmt & RADEON_SE_VTX_FMT_W0)
1513 if (vtx_fmt & RADEON_SE_VTX_FMT_FPCOLOR)
1515 if (vtx_fmt & RADEON_SE_VTX_FMT_FPALPHA)
1517 if (vtx_fmt & RADEON_SE_VTX_FMT_PKCOLOR)
1519 if (vtx_fmt & RADEON_SE_VTX_FMT_FPSPEC)
1521 if (vtx_fmt & RADEON_SE_VTX_FMT_FPFOG)
1523 if (vtx_fmt & RADEON_SE_VTX_FMT_PKSPEC)
1525 if (vtx_fmt & RADEON_SE_VTX_FMT_ST0)
1527 if (vtx_fmt & RADEON_SE_VTX_FMT_ST1)
1529 if (vtx_fmt & RADEON_SE_VTX_FMT_Q1)
1531 if (vtx_fmt & RADEON_SE_VTX_FMT_ST2)
1533 if (vtx_fmt & RADEON_SE_VTX_FMT_Q2)
1535 if (vtx_fmt & RADEON_SE_VTX_FMT_ST3)
1537 if (vtx_fmt & RADEON_SE_VTX_FMT_Q3)
1539 if (vtx_fmt & RADEON_SE_VTX_FMT_Q0)
1542 if (vtx_fmt & (0x7 << 15))
1543 vtx_size += (vtx_fmt >> 15) & 0x7;
1544 if (vtx_fmt & RADEON_SE_VTX_FMT_N0)
1546 if (vtx_fmt & RADEON_SE_VTX_FMT_XY1)
1548 if (vtx_fmt & RADEON_SE_VTX_FMT_Z1)
1550 if (vtx_fmt & RADEON_SE_VTX_FMT_W1)
1552 if (vtx_fmt & RADEON_SE_VTX_FMT_N1)
1554 if (vtx_fmt & RADEON_SE_VTX_FMT_Z)