Searched refs:label_reloc (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c1034 struct nvfx_relocation* label_reloc = (struct nvfx_relocation*)((char*)vpc->label_relocs.data + i); variable in typeref:struct:nvfx_relocation *
1037 hw_reloc.location = label_reloc->location;
1038 hw_reloc.target = ((unsigned*)insns.data)[label_reloc->target];
1040 //debug_printf("hw %u -> tgsi %u = hw %u\n", hw_reloc.location, label_reloc->target, hw_reloc.target);
H A Dnvfx_fragprog.c1119 struct nvfx_relocation* label_reloc = (struct nvfx_relocation*)((char*)fpc->label_relocs.data + i); variable in typeref:struct:nvfx_relocation *
1120 fp->insn[label_reloc->location] |= ((unsigned*)insns.data)[label_reloc->target];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c1035 struct nvfx_relocation* label_reloc = (struct nvfx_relocation*)((char*)vpc->label_relocs.data + i); variable in typeref:struct:nvfx_relocation *
1038 hw_reloc.location = label_reloc->location;
1039 hw_reloc.target = ((unsigned*)insns.data)[label_reloc->target];
1041 //debug_printf("hw %u -> tgsi %u = hw %u\n", hw_reloc.location, label_reloc->target, hw_reloc.target);
H A Dnvfx_fragprog.c1119 struct nvfx_relocation* label_reloc = (struct nvfx_relocation*)((char*)fpc->label_relocs.data + i); variable in typeref:struct:nvfx_relocation *
1120 fp->insn[label_reloc->location] |= ((unsigned*)insns.data)[label_reloc->target];

Completed in 23 milliseconds