Searched defs:nvtx (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_asm.c1593 struct r600_bytecode_vtx *nvtx = r600_bytecode_vtx(); local
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);
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.c1593 struct r600_bytecode_vtx *nvtx = r600_bytecode_vtx(); local
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);
/external/opencv/cv/src/
H A Dcvstereogc.cpp134 static int64 icvGCMaxFlow( GCVtx* vtx, int nvtx, GCEdge* edges, GCVtx**& _orphans, int& _maxOrphans ) argument
146 for( i = 0; i < nvtx; i++ )
667 int nvtx = 0, nedges = 2; local
718 GCVtx* v = ptr[x] = &vbuf[nvtx++];
814 E += icvGCMaxFlow( vbuf, nvtx, ebuf, state2->orphans, state2->maxOrphans );

Completed in 140 milliseconds