Searched defs:label_relocs (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnvfx_vertprog.c60 struct util_dynarray label_relocs; member in struct:nvfx_vpc
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);
1047 for(unsigned i = 0; i < vpc->label_relocs.size; i += sizeof(struct nvfx_relocation))
1049 struct nvfx_relocation* label_reloc = (struct nvfx_relocation*)((char*)vpc->label_relocs
[all...]
H A Dnvfx_fragprog.c41 struct util_dynarray label_relocs; member in struct:nvfx_fpc
282 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc);
323 util_dynarray_append(&fpc->label_relocs, 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);
1180 for(unsigned i = 0; i < fpc->label_relocs.size; i += sizeof(struct nvfx_relocation))
1182 struct nvfx_relocation* label_reloc = (struct nvfx_relocation*)((char*)fpc->label_relocs.data + i);
1224 util_dynarray_fini(&fpc->label_relocs);
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_vertprog.c60 struct util_dynarray label_relocs; member in struct:nvfx_vpc
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);
1047 for(unsigned i = 0; i < vpc->label_relocs.size; i += sizeof(struct nvfx_relocation))
1049 struct nvfx_relocation* label_reloc = (struct nvfx_relocation*)((char*)vpc->label_relocs
[all...]
H A Dnvfx_fragprog.c41 struct util_dynarray label_relocs; member in struct:nvfx_fpc
282 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc);
323 util_dynarray_append(&fpc->label_relocs, 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);
1180 for(unsigned i = 0; i < fpc->label_relocs.size; i += sizeof(struct nvfx_relocation))
1182 struct nvfx_relocation* label_reloc = (struct nvfx_relocation*)((char*)fpc->label_relocs.data + i);
1224 util_dynarray_fini(&fpc->label_relocs);

Completed in 115 milliseconds