Lines Matching defs:vp
53 struct nv30_vertprog vp;54 memset(&vp, 0, sizeof(vp));56 vp.pipe.tokens = tokens;57 tgsi_scan_shader(vp.pipe.tokens, &vp.info);58 _nvfx_vertprog_translate(chipset >= 0x40 ? 0x4097 : 0x3097, &vp);59 *size = vp.nr_insns * 16;60 *code = (unsigned *)vp.insns;61 return !vp.translated;