HomeSort by relevance Sort by last modified time
    Searched full:label_relocs (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nvfx_vertprog.c 63 struct util_dynarray label_relocs; member in struct:nvfx_vpc
700 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
711 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
727 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
750 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
759 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
768 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
778 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
1039 for(unsigned i = 0; i < vpc->label_relocs.size; i += sizeof(struct nvfx_relocation))
1041 struct nvfx_relocation* label_reloc = (struct nvfx_relocation*)((char*)vpc->label_relocs.data + i)
    [all...]
nvfx_fragprog.c 44 struct util_dynarray label_relocs; member in struct:nvfx_fpc
284 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc);
325 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc);
351 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc);
354 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc);
    [all...]

Completed in 357 milliseconds