Searched refs:nvfx_relocation (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nvfx_vertprog.c | 126 struct nvfx_relocation reloc; in emit_src() 145 util_dynarray_append(&vp->const_relocs, struct nvfx_relocation, reloc); in emit_src() 469 struct nvfx_relocation reloc; in nvfx_vertprog_parse_instruction() 694 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 705 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 721 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 744 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 753 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 762 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 772 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, relo in nvfx_vertprog_parse_instruction() [all...] |
H A 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*)((cha in _nvfx_fragprog_translate() [all...] |
H A D | nvfx_shader.h | 518 struct nvfx_relocation { struct
|
Completed in 5 milliseconds