Home | History | Annotate | Download | only in r600

Lines Matching refs:nvtx

1593 	struct r600_bytecode_vtx *nvtx = r600_bytecode_vtx();
1596 if (nvtx == NULL)
1598 memcpy(nvtx, vtx, sizeof(struct r600_bytecode_vtx));
1606 free(nvtx);
1625 LIST_ADDTAIL(&nvtx->list, &bc->cf_last->vtx);