Home
last modified time | relevance | path

Searched refs:_3DPRIM_POINTLIST (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_gs.c82 case _3DPRIM_POINTLIST: in compile_gs_prog()
Dbrw_draw.c56 _3DPRIM_POINTLIST,
Dbrw_clip_unfilled.c369 (_3DPRIM_POINTLIST << URB_WRITE_PRIM_TYPE_SHIFT) in emit_points()
Dbrw_defines.h58 #define _3DPRIM_POINTLIST 0x01 macro