Searched refs:iDepth (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineNoPositionTests.cpp | 694 const auto iDepth = static_cast<int>(extent.depth); in iterate() local 698 const auto pixels = tcu::ConstPixelBufferAccess(tcuFormat, iWidth, iHeight, iDepth, reinterpret_cast<const void*>(verificationBufferPtr + layer * layerBytes)); in iterate()
|
H A D | vktPipelinePushConstantTests.cpp | 3017 const int iDepth = static_cast<int>(imageExtent.depth); in iterate() local 3019 tcu::ConstPixelBufferAccess outputAccess (tcuFormat, iWidth, iHeight, iDepth, bufferHostPtr); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineNoPositionTests.cpp | 671 const auto iDepth = static_cast<int>(extent.depth); in iterate() local 675 const auto pixels = tcu::ConstPixelBufferAccess(tcuFormat, iWidth, iHeight, iDepth, reinterpret_cast<const void*>(verificationBufferPtr + layer * layerBytes)); in iterate()
|
H A D | vktPipelinePushConstantTests.cpp | 3012 const int iDepth = static_cast<int>(imageExtent.depth); in iterate() local 3014 tcu::ConstPixelBufferAccess outputAccess (tcuFormat, iWidth, iHeight, iDepth, bufferHostPtr); in iterate()
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 55194 int iDepth; /* Depth of the tree so far */ global() local 198379 u16 iDepth; /* Nesting depth */ global() member 201107 int iDepth; /* Current depth of the r-tree structure */ global() member 205123 rtreeCheckNode( RtreeCheck *pCheck, int iDepth, u8 *aParent, i64 iNode ) global() argument [all...] |
Completed in 135 milliseconds