Home | History | Annotate | Download | only in r600

Lines Matching full:nvtx

1341 	struct r600_bytecode_vtx *nvtx = r600_bytecode_vtx();
1344 if (!nvtx)
1346 memcpy(nvtx, vtx, sizeof(struct r600_bytecode_vtx));
1360 free(nvtx);
1374 free(nvtx);
1378 LIST_ADDTAIL(&nvtx->list, &bc->cf_last->vtx);