OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nvtx
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTPrint3DAPI.cpp
236
int nTris,
nVtx
, nVtxBase, nTrisTot = 0;
290
nVtx
= PVRT_MIN(m_nVtxCache, 0xFFFC);
291
nTris =
nVtx
>> 1;
294
_ASSERT((
nVtx
% 4) == 0);
308
nVtxBase +=
nVtx
;
309
m_nVtxCache -=
nVtx
;
/external/opencv/cv/src/
cvstereogc.cpp
134
static int64 icvGCMaxFlow( GCVtx* vtx, int
nvtx
, GCEdge* edges, GCVtx**& _orphans, int& _maxOrphans )
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 );
/external/mesa3d/src/gallium/drivers/r600/
r600_asm.c
1341
struct r600_bytecode_vtx *
nvtx
= r600_bytecode_vtx();
local
[
all
...]
/external/tensorflow/tensorflow/core/platform/default/
device_tracer.cc
181
// These might be useful for annotations but require
NVTX
API.
Completed in 848 milliseconds