Searched refs:nvfx_relocation (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nvfx_vertprog.c | 122 struct nvfx_relocation reloc; in emit_src() 141 util_dynarray_append(&vp->const_relocs, struct nvfx_relocation, reloc); in emit_src() 466 struct nvfx_relocation reloc; in nvfx_vertprog_parse_instruction() 711 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 723 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 739 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() 771 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 780 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 790 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() [all …]
|
D | nvfx_fragprog.c | 268 struct nvfx_relocation reloc; in nv40_fp_cal() 282 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); in nv40_fp_cal() 304 struct nvfx_relocation reloc; in nv40_fp_rep() 323 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); in nv40_fp_rep() 331 struct nvfx_relocation reloc; in nv40_fp_bra() 347 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); in nv40_fp_bra() 350 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); in nv40_fp_bra() 1180 for(unsigned i = 0; i < fpc->label_relocs.size; i += sizeof(struct nvfx_relocation)) in _nvfx_fragprog_translate() 1182 …struct nvfx_relocation* label_reloc = (struct nvfx_relocation*)((char*)fpc->label_relocs.data + i); in _nvfx_fragprog_translate()
|
D | nvfx_shader.h | 520 struct nvfx_relocation { struct
|