Home | History | Annotate | Download | only in nvc0

Lines Matching defs:fp

456       struct nvc0_program *fp;
464 struct nvc0_program fp;
644 blit->fp.type = PIPE_SHADER_FRAGMENT;
645 blit->fp.translated = TRUE;
647 blit->fp.code = (uint32_t *)code_nve4; /* const_cast */
648 blit->fp.code_size = sizeof(code_nve4);
650 blit->fp.code = (uint32_t *)code_nvc0; /* const_cast */
651 blit->fp.code_size = sizeof(code_nvc0);
653 blit->fp.max_gpr = 4;
655 blit->fp.hdr[0] = 0x00021462; /* fragprog magic */
656 blit->fp.hdr[5] = 0x80000000;
657 blit->fp.hdr[6] = 0x0000000f; /* 2 linear */
658 blit->fp.hdr[18] = 0x0000000f; /* 1 colour output */
866 blit->saved.fp = nvc0->fragprog;
869 nvc0->fragprog = &blit->fp;
920 nvc0->fragprog = blit->saved.fp;
1000 blit->fp.code_base + blit->fp_offset);