Home
last modified time | relevance | path

Searched refs:iDepth (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineNoPositionTests.cpp651 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()
DvktPipelinePushConstantTests.cpp2893 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/
Dsqlite3.c51386 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/
Dsqlite3.c51298 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/
Dsqlite3.c51314 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 …]