Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_ff_gs.c99 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()
Dbrw_util.c110 [GL_QUADS] = _3DPRIM_QUADLIST,
Dgen6_gs_visitor.cpp583 case _3DPRIM_QUADLIST: in xfb_write()
Dbrw_defines.h72 #define _3DPRIM_QUADLIST 0x07 macro