Home
last modified time | relevance | path

Searched refs:nvtx (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.c1341 struct r600_bytecode_vtx *nvtx = r600_bytecode_vtx(); in r600_bytecode_add_vtx() local
1344 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()