Searched refs:nvtx (Results 1 – 3 of 3) sorted by relevance
/external/opencv/cv/src/ |
D | cvstereogc.cpp | 134 static int64 icvGCMaxFlow( GCVtx* vtx, int nvtx, GCEdge* edges, GCVtx**& _orphans, int& _maxOrphans… in icvGCMaxFlow() argument 146 for( i = 0; i < nvtx; i++ ) in icvGCMaxFlow() 667 int nvtx = 0, nedges = 2; in icvAlphaExpand() local 718 GCVtx* v = ptr[x] = &vbuf[nvtx++]; in icvAlphaExpand() 814 E += icvGCMaxFlow( vbuf, nvtx, ebuf, state2->orphans, state2->maxOrphans ); in icvAlphaExpand()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.c | 1593 struct r600_bytecode_vtx *nvtx = r600_bytecode_vtx(); in r600_bytecode_add_vtx() local 1596 if (nvtx == NULL) in r600_bytecode_add_vtx() 1598 memcpy(nvtx, vtx, sizeof(struct r600_bytecode_vtx)); in r600_bytecode_add_vtx() 1606 free(nvtx); in r600_bytecode_add_vtx() 1625 LIST_ADDTAIL(&nvtx->list, &bc->cf_last->vtx); in r600_bytecode_add_vtx()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
D | r600_asm.c | 1593 struct r600_bytecode_vtx *nvtx = r600_bytecode_vtx(); in r600_bytecode_add_vtx() local 1596 if (nvtx == NULL) in r600_bytecode_add_vtx() 1598 memcpy(nvtx, vtx, sizeof(struct r600_bytecode_vtx)); in r600_bytecode_add_vtx() 1606 free(nvtx); in r600_bytecode_add_vtx() 1625 LIST_ADDTAIL(&nvtx->list, &bc->cf_last->vtx); in r600_bytecode_add_vtx()
|