Searched defs:hw_reloc (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnvfx_vertprog.c1050 struct nvfx_relocation hw_reloc; local
1052 hw_reloc.location = label_reloc->location;
1053 hw_reloc.target = ((unsigned*)insns.data)[label_reloc->target];
1055 //debug_printf("hw %u -> tgsi %u = hw %u\n", hw_reloc.location, label_reloc->target, hw_reloc.target);
1057 util_dynarray_append(&vp->branch_relocs, struct nvfx_relocation, hw_reloc);
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_vertprog.c1050 struct nvfx_relocation hw_reloc; local
1052 hw_reloc.location = label_reloc->location;
1053 hw_reloc.target = ((unsigned*)insns.data)[label_reloc->target];
1055 //debug_printf("hw %u -> tgsi %u = hw %u\n", hw_reloc.location, label_reloc->target, hw_reloc.target);
1057 util_dynarray_append(&vp->branch_relocs, struct nvfx_relocation, hw_reloc);

Completed in 64 milliseconds