HomeSort by relevance Sort by last modified time
    Searched refs:tep (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_program.c 228 /* Common part of header generation for VP, TCP, TEP and GP. */
373 nvc0_tep_gen_header(struct nvc0_program *tep, struct nv50_ir_prog_info *info)
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; /* ? */
nvc0_surface.c 454 struct nvc0_program *tep; member in struct:nvc0_blitctx::__anon16425
864 blit->saved.tep = nvc0->tevlprog;
918 nvc0->tevlprog = blit->saved.tep;
    [all...]
  /external/v8/src/
d8.js     [all...]

Completed in 117 milliseconds