Searched refs:iDepth (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineNoPositionTests.cpp | 651 const auto iDepth = static_cast<int>(extent.depth); in iterate() local 655 …const auto pixels = tcu::ConstPixelBufferAccess(tcuFormat, iWidth, iHeight, iDepth, reinterpret_ca… in iterate()
|
D | vktPipelinePushConstantTests.cpp | 2893 const int iDepth = static_cast<int>(imageExtent.depth); in iterate() local 2895 tcu::ConstPixelBufferAccess outputAccess (tcuFormat, iWidth, iHeight, iDepth, bufferHostPtr); in iterate()
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 51386 int iDepth 51394 if( iDepth>1 ){ /*OPTIMIZATION-IF-TRUE*/ 51398 pLeft = rowSetNDeepTree(ppList, iDepth-1); 51407 p->pRight = rowSetNDeepTree(ppList, iDepth-1); 51421 int iDepth; /* Depth of the tree so far */ 51429 for(iDepth=1; pList; iDepth++){ 51434 p->pRight = rowSetNDeepTree(&pList, iDepth); 185602 u16 iDepth; /* Nesting depth */ 186229 if( ++pParse->iDepth > JSON_MAX_DEPTH ) return -1; 186232 pParse->iDepth--; [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 51298 int iDepth 51306 if( iDepth>1 ){ /*OPTIMIZATION-IF-TRUE*/ 51310 pLeft = rowSetNDeepTree(ppList, iDepth-1); 51319 p->pRight = rowSetNDeepTree(ppList, iDepth-1); 51333 int iDepth; /* Depth of the tree so far */ 51341 for(iDepth=1; pList; iDepth++){ 51346 p->pRight = rowSetNDeepTree(&pList, iDepth); 184862 u16 iDepth; /* Nesting depth */ 185489 if( ++pParse->iDepth > JSON_MAX_DEPTH ) return -1; 185492 pParse->iDepth--; [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 51314 int iDepth 51322 if( iDepth>1 ){ /*OPTIMIZATION-IF-TRUE*/ 51326 pLeft = rowSetNDeepTree(ppList, iDepth-1); 51335 p->pRight = rowSetNDeepTree(ppList, iDepth-1); 51349 int iDepth; /* Depth of the tree so far */ 51357 for(iDepth=1; pList; iDepth++){ 51362 p->pRight = rowSetNDeepTree(&pList, iDepth); 184890 u16 iDepth; /* Nesting depth */ 185517 if( ++pParse->iDepth > JSON_MAX_DEPTH ) return -1; 185520 pParse->iDepth--; [all …]
|