Home
last modified time | relevance | path

Searched refs:nCell (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingMiscTests.cpp489 for (auto nCell = 0u;
490 nCell < nCells;
491 nCell++)
493 const auto cellX = (((nCell) % m_gridSizeXYZ.x() ));
494 const auto cellY = (((nCell / m_gridSizeXYZ.x() ) % m_gridSizeXYZ.y() ));
495 const auto cellZ = (((nCell / m_gridSizeXYZ.x() ) / m_gridSizeXYZ.y() ) % m_gridSizeXYZ.z() );
557 for (auto nCell = 0u;
558 nCell < nCells;
559 nCell++)
561 const auto cellX = (((nCell)
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingMiscTests.cpp488 for (auto nCell = 0u;
489 nCell < nCells;
490 nCell++)
492 const auto cellX = (((nCell) % m_gridSizeXYZ.x() ));
493 const auto cellY = (((nCell / m_gridSizeXYZ.x() ) % m_gridSizeXYZ.y() ));
494 const auto cellZ = (((nCell / m_gridSizeXYZ.x() ) / m_gridSizeXYZ.y() ) % m_gridSizeXYZ.z() );
556 for (auto nCell = 0u;
557 nCell < nCells;
558 nCell++)
560 const auto cellX = (((nCell)
[all...]
/third_party/sqlite/src/
H A Dsqlite3.c67855 u16 nCell; /* Number of cells on this page, local and ovfl */ global() member
70121 int nCell; /* Number of cells on the page */ global() local
72309 int nCell; /* Number of cells in page pPage */ global() local
72363 int nCell; global() local
74369 int nCell; /* Size of the pCell cell in bytes */ global() local
74530 int nCell; /* Size of the pCell cell in bytes */ global() local
75864 int nCell; /* Number of cells in apCell[] */ global() member
75919 rebuildPage( CellArray *pCArray, int iFirst, int nCell, MemPage *pPg ) global() argument
76009 pageInsertArray( MemPage *pPg, u8 *pBegin, u8 **ppData, u8 *pCellptr, int iFirst, int nCell, CellArray *pCArray ) global() argument
76074 pageFreeArray( MemPage *pPg, int iFirst, int nCell, CellArray *pCArray ) global() argument
76143 int nCell = pPg->nCell; /* Cells stored on pPg */ global() local
78170 int nCell; global() local
79041 int nCell; /* Number of cells */ global() local
201793 int nCell; /* Current number of cells in pNode */ global() local
202310 int nCell = NCELL(pNode); global() local
202561 int nCell; global() local
203161 int nCell = NCELL(pNode); global() local
203403 splitNodeStartree( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeNode *pLeft, RtreeNode *pRight, RtreeCell *pBboxLeft, RtreeCell *pBboxRight ) global() argument
203535 int nCell = NCELL(pNode); global() local
203763 int nCell = NCELL(pNode); global() local
203826 int nCell; global() local
203959 int nCell = NCELL(pNode); global() local
205142 int nCell; /* Number of cells on page */ global() local
214294 int nCell; /* Number of cells on page */ global() member
214318 int nCell; /* Value of 'ncell' column */ global() member
[all...]
H A Dshell.c11516 int nCell; /* Number of cells on aPage[] */ member
11932 pCsr->nCell = get_uint16(&pCsr->aPage[iOff+3]); in dbdataNext()
11937 pCsr->iCell = pCsr->nCell; in dbdataNext()
11940 if( pCsr->iCell>=pCsr->nCell ){ in dbdataNext()
11970 pCsr->iCell = pCsr->nCell; in dbdataNext()
11974 if( pCsr->iCell>=pCsr->nCell ){ in dbdataNext()
14687 int nCell = 0; /* Number of cells on page */ in recoverIsValidPage() local
14697 nCell = (int)recoverGetU16(&a[3]); in recoverIsValidPage()
14727 if( (iCellOff + 2*nCell)>iContent ) return 0; in recoverIsValidPage()
14728 for(ii=0; ii<nCell; i in recoverIsValidPage()
[all...]

Completed in 157 milliseconds