Home
last modified time | relevance | path

Searched refs:nvfx_relocation (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c125 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 …]
Dnvfx_fragprog.c271 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()
Dnvfx_shader.h518 struct nvfx_relocation { struct