Home
last modified time | relevance | path

Searched refs:curDepth (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingBufferDeviceAddressTests.cpp125 deUint32 bufNum, deUint32 curDepth) const;
154 …virtual void checkBuffer (std::stringstream& checks, deUint32 bufNum, deUint32 curDepth, cons…
214 …Case::checkBuffer (std::stringstream& checks, deUint32 bufNum, deUint32 curDepth, const std::strin… in checkBuffer() argument
217 if (curDepth > 0) in checkBuffer()
225 if (m_data.storeInLocal && curDepth != 0) in checkBuffer()
259 if (curDepth != m_data.depth) in checkBuffer()
285 checkBuffer(checks, bufNum*3+1, curDepth+1, newPrefix + ".c[0]"); in checkBuffer()
286 checkBuffer(checks, bufNum*3+2, curDepth+1, newPrefix + ".c[pc.identity[1]]"); in checkBuffer()
287 checkBuffer(checks, bufNum*3+3, curDepth+1, newPrefix + ".d"); in checkBuffer()
313 deUint32 bufNum, deUint32 curDepth) const in fillBuffer()
[all …]
/external/llvm-project/mlir/lib/IR/
DDiagnostics.cpp478 for (unsigned curDepth = 0; curDepth < callStackLimit; ++curDepth) { in emitDiagnostic() local
/external/libxml2/
Dxmlschemas.c27351 int curDepth; in xmlSchemaVReaderWalk() local
27357 curDepth = xmlTextReaderDepth(vctxt->reader); in xmlSchemaVReaderWalk()
27358 while ((ret == 1) && (curDepth != depth)) { in xmlSchemaVReaderWalk()
27360 curDepth = xmlTextReaderDepth(vctxt->reader); in xmlSchemaVReaderWalk()