Home
last modified time | relevance | path

Searched refs:primtype (Results 1 – 2 of 2) sorted by relevance

/onnv-gate/usr/src/uts/intel/io/drm/
H A Di915_gem_debug.c570 char *primtype; in decode_3d_primitive() local
573 case 0x0: primtype = "TRILIST"; break; in decode_3d_primitive()
574 case 0x1: primtype = "TRISTRIP"; break; in decode_3d_primitive()
575 case 0x2: primtype = "TRISTRIP_REVERSE"; break; in decode_3d_primitive()
576 case 0x3: primtype = "TRIFAN"; break; in decode_3d_primitive()
577 case 0x4: primtype = "POLYGON"; break; in decode_3d_primitive()
578 case 0x5: primtype = "LINELIST"; break; in decode_3d_primitive()
579 case 0x6: primtype = "LINESTRIP"; break; in decode_3d_primitive()
580 case 0x7: primtype = "RECTLIST"; break; in decode_3d_primitive()
581 case 0x8: primtype = "POINTLIST"; break; in decode_3d_primitive()
[all …]
/onnv-gate/usr/src/uts/common/io/
H A Dstrsun.c93 mexchange(queue_t *wq, mblk_t *mp, size_t size, uchar_t type, int32_t primtype) in mexchange() argument
109 if (primtype >= 0) in mexchange()
110 *(int32_t *)mp->b_rptr = primtype; in mexchange()