Lines Matching defs:vtx_fmt
1498 static int r100_get_vtx_size(uint32_t vtx_fmt)
1503 if (vtx_fmt & RADEON_SE_VTX_FMT_W0)
1505 if (vtx_fmt & RADEON_SE_VTX_FMT_FPCOLOR)
1507 if (vtx_fmt & RADEON_SE_VTX_FMT_FPALPHA)
1509 if (vtx_fmt & RADEON_SE_VTX_FMT_PKCOLOR)
1511 if (vtx_fmt & RADEON_SE_VTX_FMT_FPSPEC)
1513 if (vtx_fmt & RADEON_SE_VTX_FMT_FPFOG)
1515 if (vtx_fmt & RADEON_SE_VTX_FMT_PKSPEC)
1517 if (vtx_fmt & RADEON_SE_VTX_FMT_ST0)
1519 if (vtx_fmt & RADEON_SE_VTX_FMT_ST1)
1521 if (vtx_fmt & RADEON_SE_VTX_FMT_Q1)
1523 if (vtx_fmt & RADEON_SE_VTX_FMT_ST2)
1525 if (vtx_fmt & RADEON_SE_VTX_FMT_Q2)
1527 if (vtx_fmt & RADEON_SE_VTX_FMT_ST3)
1529 if (vtx_fmt & RADEON_SE_VTX_FMT_Q3)
1531 if (vtx_fmt & RADEON_SE_VTX_FMT_Q0)
1534 if (vtx_fmt & (0x7 << 15))
1535 vtx_size += (vtx_fmt >> 15) & 0x7;
1536 if (vtx_fmt & RADEON_SE_VTX_FMT_N0)
1538 if (vtx_fmt & RADEON_SE_VTX_FMT_XY1)
1540 if (vtx_fmt & RADEON_SE_VTX_FMT_Z1)
1542 if (vtx_fmt & RADEON_SE_VTX_FMT_W1)
1544 if (vtx_fmt & RADEON_SE_VTX_FMT_N1)
1546 if (vtx_fmt & RADEON_SE_VTX_FMT_Z)