Searched refs:nvfx_relocation (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_vertprog.c | 125 struct nvfx_relocation reloc; 144 util_dynarray_append(&vp->const_relocs, struct nvfx_relocation, reloc); 468 struct nvfx_relocation reloc; 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, relo [all...] |
| H A D | nvfx_fragprog.c | 271 struct nvfx_relocation reloc; 285 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); 307 struct nvfx_relocation reloc; 326 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); 336 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*)((cha [all...] |
| H A D | nvfx_shader.h | 518 struct nvfx_relocation { struct
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_vertprog.c | 126 struct nvfx_relocation reloc; 145 util_dynarray_append(&vp->const_relocs, struct nvfx_relocation, reloc); 469 struct nvfx_relocation reloc; 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, relo [all...] |
| H A D | nvfx_fragprog.c | 271 struct nvfx_relocation reloc; 285 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); 307 struct nvfx_relocation reloc; 326 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); 336 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*)((cha [all...] |
| H A D | nvfx_shader.h | 518 struct nvfx_relocation { struct
|
Completed in 10 milliseconds