Searched refs:label_relocs (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_vertprog.c | 64 struct util_dynarray label_relocs; member in struct:nvfx_vpc 693 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); 704 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); 720 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); 743 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); 752 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); 761 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); 771 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); 1032 for(unsigned i = 0; i < vpc->label_relocs.size; i += sizeof(struct nvfx_relocation)) 1034 struct nvfx_relocation* label_reloc = (struct nvfx_relocation*)((char*)vpc->label_relocs [all...] |
| H A D | nvfx_fragprog.c | 45 struct util_dynarray label_relocs; member in struct:nvfx_fpc 285 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); 326 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); 352 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); 355 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); 1117 for(unsigned i = 0; i < fpc->label_relocs.size; i += sizeof(struct nvfx_relocation)) 1119 struct nvfx_relocation* label_reloc = (struct nvfx_relocation*)((char*)fpc->label_relocs.data + i); 1161 util_dynarray_fini(&fpc->label_relocs);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_vertprog.c | 65 struct util_dynarray label_relocs; member in struct:nvfx_vpc 694 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); 705 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); 721 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); 744 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); 753 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); 762 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); 772 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); 1033 for(unsigned i = 0; i < vpc->label_relocs.size; i += sizeof(struct nvfx_relocation)) 1035 struct nvfx_relocation* label_reloc = (struct nvfx_relocation*)((char*)vpc->label_relocs [all...] |
| H A D | nvfx_fragprog.c | 45 struct util_dynarray label_relocs; member in struct:nvfx_fpc 285 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); 326 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); 352 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); 355 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); 1117 for(unsigned i = 0; i < fpc->label_relocs.size; i += sizeof(struct nvfx_relocation)) 1119 struct nvfx_relocation* label_reloc = (struct nvfx_relocation*)((char*)fpc->label_relocs.data + i); 1161 util_dynarray_fini(&fpc->label_relocs);
|
Completed in 6 milliseconds