Searched refs:tep (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_program.c373 nvc0_tep_gen_header(struct nvc0_program *tep, struct nv50_ir_prog_info *info) argument
375 tep->tp.input_patch_size = ~0;
377 tep->hdr[0] = 0x20061 | (3 << 10);
378 tep->hdr[4] = 0xff000;
380 nvc0_vtgp_gen_header(tep, info);
382 nvc0_tp_get_tess_mode(tep, info);
384 tep->hdr[18] |= 0x3 << 12; /* ? */
H A Dnvc0_surface.c454 struct nvc0_program *tep; member in struct:nvc0_blitctx::__anon12109
864 blit->saved.tep = nvc0->tevlprog;
918 nvc0->tevlprog = blit->saved.tep;

Completed in 49 milliseconds