Home | History | Annotate | Download | only in nvc0

Lines Matching refs:bin

556    info->bin.sourceRep = NV50_PROGRAM_IR_TGSI;
557 info->bin.source = (void *)prog->pipe.tokens;
577 if (info->bin.syms) /* we don't need them yet */
578 FREE(info->bin.syms);
580 prog->code = info->bin.code;
581 prog->code_size = info->bin.codeSize;
584 prog->relocs = info->bin.relocData;
585 prog->max_gpr = MAX2(4, (info->bin.maxGPR + 1));
621 if (info->bin.tlsSpace) {
622 assert(info->bin.tlsSpace < (1 << 24));
624 prog->hdr[1] |= info->bin.tlsSpace; /* l[] size */