Searched refs:nvfx_relocation (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 125 struct nvfx_relocation reloc; in emit_src() 144 util_dynarray_append(&vp->const_relocs, struct nvfx_relocation, reloc); in emit_src() 468 struct nvfx_relocation reloc; in nvfx_vertprog_parse_instruction() 693 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 704 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 720 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 743 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 752 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 761 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 771 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() [all …]
|
D | nvfx_fragprog.c | 271 struct nvfx_relocation reloc; in nv40_fp_cal() 285 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); in nv40_fp_cal() 307 struct nvfx_relocation reloc; in nv40_fp_rep() 326 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); in nv40_fp_rep() 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)) in _nvfx_fragprog_translate() 1119 …struct nvfx_relocation* label_reloc = (struct nvfx_relocation*)((char*)fpc->label_relocs.data + i); in _nvfx_fragprog_translate()
|
D | nvfx_shader.h | 518 struct nvfx_relocation { struct
|