Home | History | Annotate | Download | only in i965

Lines Matching refs:primitive

81       switch (key->primitive) {
106 assert(!"Unexpected primitive type in Gen6 SOL program.");
115 switch (key->primitive) {
172 key->primitive = brw->primitive;
176 if (key->primitive == _3DPRIM_QUADLIST && ctx->Light.ShadeModel != GL_FLAT) {
177 /* Provide consistent primitive order with brw_set_prim's
230 key->need_gs_prog = (brw->primitive == _3DPRIM_QUADLIST ||
231 brw->primitive == _3DPRIM_QUADSTRIP ||
232 brw->primitive == _3DPRIM_LINELOOP);