HomeSort by relevance Sort by last modified time
    Searched refs:nvfx_relocation (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_vertprog.c 122 struct nvfx_relocation reloc;
141 util_dynarray_append(&vp->const_relocs, struct nvfx_relocation, reloc);
466 struct nvfx_relocation reloc;
711 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
723 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
739 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
762 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
771 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
780 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
790 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc)
    [all...]
nvfx_fragprog.c 268 struct nvfx_relocation reloc;
282 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc);
304 struct nvfx_relocation reloc;
323 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc);
331 struct nvfx_relocation reloc;
347 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc);
350 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc);
    [all...]
nvfx_shader.h 520 struct nvfx_relocation { struct

Completed in 72 milliseconds