Searched refs:primtype (Results 1 – 2 of 2) sorted by relevance
558 char *primtype; in decode_3d_primitive() local561 case 0x0: primtype = "TRILIST"; break; in decode_3d_primitive()562 case 0x1: primtype = "TRISTRIP"; break; in decode_3d_primitive()563 case 0x2: primtype = "TRISTRIP_REVERSE"; break; in decode_3d_primitive()564 case 0x3: primtype = "TRIFAN"; break; in decode_3d_primitive()565 case 0x4: primtype = "POLYGON"; break; in decode_3d_primitive()566 case 0x5: primtype = "LINELIST"; break; in decode_3d_primitive()567 case 0x6: primtype = "LINESTRIP"; break; in decode_3d_primitive()568 case 0x7: primtype = "RECTLIST"; break; in decode_3d_primitive()569 case 0x8: primtype = "POINTLIST"; break; in decode_3d_primitive()[all …]
93 mexchange(queue_t *wq, mblk_t *mp, size_t size, uchar_t type, int32_t primtype) in mexchange() argument109 if (primtype >= 0) in mexchange()110 *(int32_t *)mp->b_rptr = primtype; in mexchange()