Searched refs:hw_reloc (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_vertprog.c | 1035 struct nvfx_relocation hw_reloc; 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); 1042 util_dynarray_append(&vp->branch_relocs, struct nvfx_relocation, hw_reloc);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_vertprog.c | 1036 struct nvfx_relocation hw_reloc; 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); 1043 util_dynarray_append(&vp->branch_relocs, struct nvfx_relocation, hw_reloc);
|
Completed in 4 milliseconds