Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp391 for (deUint32 bufIdx = 0; bufIdx < DE_LENGTH_OF_ARRAY(defaultTestColors); bufIdx++) in init() local
408 …cator.allocate(getBufferMemoryRequirements(m_vkd, *m_device, **m_buffers[bufIdx]), MemoryRequireme… in init()
409 …kd.bindBufferMemory(*m_device, **m_buffers[bufIdx], m_bufferAllocs[bufIdx]->getMemory(), m_bufferA… in init()
411 deMemcpy(m_bufferAllocs[bufIdx]->getHostPtr(), &defaultTestColors[bufIdx], 16u); in init()
412 flushAlloc(m_vkd, *m_device, *m_bufferAllocs[bufIdx]); in init()
791 for (deUint32 bufIdx = 0; bufIdx < m_params.numCalls; bufIdx++) in init() local
808 …cator.allocate(getBufferMemoryRequirements(m_vkd, *m_device, **m_buffers[bufIdx]), MemoryRequireme… in init()
809 …kd.bindBufferMemory(*m_device, **m_buffers[bufIdx], m_bufferAllocs[bufIdx]->getMemory(), m_bufferA… in init()
811 deMemcpy(m_bufferAllocs[bufIdx]->getHostPtr(), &m_testColors[bufIdx], 16u); in init()
812 flushAlloc(m_vkd, *m_device, *m_bufferAllocs[bufIdx]); in init()
[all …]
/external/icu/icu4c/source/common/
Duloc_tag.cpp1475 int32_t bufIdx = 0; in _appendLDMLExtensionAsKeywords() local
1553 *(buf + bufIdx) = SEP; in _appendLDMLExtensionAsKeywords()
1554 bufIdx++; in _appendLDMLExtensionAsKeywords()
1558 uprv_memcpy(buf + bufIdx, attr->attribute, len); in _appendLDMLExtensionAsKeywords()
1559 bufIdx += len; in _appendLDMLExtensionAsKeywords()
1563 *(buf + bufIdx) = 0; in _appendLDMLExtensionAsKeywords()
1564 bufIdx++; in _appendLDMLExtensionAsKeywords()
1661 if (bufSize - bufIdx - 1 >= bcpKeyLen) { in _appendLDMLExtensionAsKeywords()
1662 uprv_memcpy(buf + bufIdx, bcpKeyBuf, bcpKeyLen); in _appendLDMLExtensionAsKeywords()
1663 pKey = buf + bufIdx; in _appendLDMLExtensionAsKeywords()
[all …]
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DAltsTsiFrameProtector.java361 for (int bufIdx = 0; bufIdx < (keepLast ? bufsSize - 1 : bufsSize); ++bufIdx) { in clearState()
362 unhandledBufs.get(bufIdx).release(); in clearState()