Searched refs:_3DPRIM_QUADLIST (Results 1 – 4 of 4) sorted by relevance
99 case _3DPRIM_QUADLIST: in brw_codegen_ff_gs_prog()115 case _3DPRIM_QUADLIST: in brw_codegen_ff_gs_prog()184 if (key->primitive == _3DPRIM_QUADLIST && ctx->Light.ShadeModel != GL_FLAT) { in brw_ff_gs_populate_key()228 key->need_gs_prog = (brw->primitive == _3DPRIM_QUADLIST || in brw_ff_gs_populate_key()
110 [GL_QUADS] = _3DPRIM_QUADLIST,
583 case _3DPRIM_QUADLIST: in xfb_write()
72 #define _3DPRIM_QUADLIST 0x07 macro