Searched refs:nvtx (Results 1 – 1 of 1) sorted by relevance
1341 struct r600_bytecode_vtx *nvtx = r600_bytecode_vtx(); in r600_bytecode_add_vtx() local1344 if (!nvtx) in r600_bytecode_add_vtx()1346 memcpy(nvtx, vtx, sizeof(struct r600_bytecode_vtx)); in r600_bytecode_add_vtx()1360 free(nvtx); in r600_bytecode_add_vtx()1374 free(nvtx); in r600_bytecode_add_vtx()1378 LIST_ADDTAIL(&nvtx->list, &bc->cf_last->vtx); in r600_bytecode_add_vtx()