Home
last modified time | relevance | path

Searched refs:opIdx (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperationMultiQueueTests.cpp576 for (deUint32 opIdx = 0; opIdx < (m_opSupports.size() - 1); opIdx++) in TimelineSemaphoreTestInstance() local
578 …deUint32 usage = m_opSupports[opIdx]->getOutResourceUsageFlags() | m_opSupports[opIdx + 1]->getInR… in TimelineSemaphoreTestInstance()
585 for (deUint32 opIdx = 1; opIdx < (m_opSupports.size() - 1); opIdx++) in TimelineSemaphoreTestInstance() local
586 …h_back(SharedPtr<Operation>(m_opSupports[opIdx]->build(*m_opContext, *m_resources[opIdx - 1], *m_r… in TimelineSemaphoreTestInstance()
607 for (deUint32 opIdx = 0; opIdx < m_ops.size(); opIdx++) in iterate() local
611 …ptrCmdBuffers[opIdx] = makeVkSharedPtr(makeCommandBuffer(vk, device, **cmdPools[m_opQueues[opIdx].… in iterate()
612 cmdBufferInfos[opIdx] = makeCommonCommandBufferSubmitInfo(**ptrCmdBuffers[opIdx]); in iterate()
617 for (deUint32 opIdx = 0; opIdx < m_ops.size(); opIdx++) in iterate() local
619 VkCommandBuffer cmdBuffer = cmdBufferInfos[opIdx].commandBuffer; in iterate()
621 …makeCommonSemaphoreSubmitInfo(*semaphore, (opIdx == 0 ? 0u : timelineValues[opIdx - 1]), VK_PIPELI… in iterate()
[all …]
DvktSynchronizationTimelineSemaphoreTests.cpp1449 for (deUint32 opIdx = 0; opIdx < (m_iterations.size() - 1); opIdx++) in WaitBeforeSignalTestInstance() local
1451 …deUint32 usage = m_iterations[opIdx]->opSupport->getOutResourceUsageFlags() | m_iterations[opIdx +… in WaitBeforeSignalTestInstance()
1457 for (deUint32 opIdx = 1; opIdx < (m_iterations.size() - 1); opIdx++) in WaitBeforeSignalTestInstance() local
1459 m_iterations[opIdx]->op = makeSharedPtr(m_iterations[opIdx]->opSupport->build(m_opContext, in WaitBeforeSignalTestInstance()
1460 *m_resources[opIdx - 1], in WaitBeforeSignalTestInstance()
1461 *m_resources[opIdx]).release()); in WaitBeforeSignalTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTrinaryMinMaxTests.cpp334 for (deUint32 opIdx = 0u; opIdx < numOperands; ++opIdx) in genInputBuffer() local
353 for (deUint32 opIdx = 0u; opIdx < numOperations; ++opIdx) in calculateResult() local
385 for (deUint32 opIdx = 0u; opIdx < numOperations; ++opIdx) in compareResults() local
393 return tcu::just(OperationComponent(opIdx, compIdx)); in compareResults()
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
Dpsintrp.c1652 CF2_UInt opIdx = 0; in cf2_interpT2CharString() local
1675 opIdx += count - (CF2_UInt)arg_cnt; in cf2_interpT2CharString()
1866 delta = opIdx + num_points; in cf2_interpT2CharString()
1867 values = opIdx; in cf2_interpT2CharString()
/third_party/freetype/src/psaux/
Dpsintrp.c1652 CF2_UInt opIdx = 0; in cf2_interpT2CharString() local
1675 opIdx += count - (CF2_UInt)arg_cnt; in cf2_interpT2CharString()
1866 delta = opIdx + num_points; in cf2_interpT2CharString()
1867 values = opIdx; in cf2_interpT2CharString()
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsintrp.c1652 CF2_UInt opIdx = 0; in cf2_interpT2CharString() local
1681 opIdx += count - (CF2_UInt)arg_cnt; in cf2_interpT2CharString()
1872 delta = opIdx + num_points; in cf2_interpT2CharString()
1873 values = opIdx; in cf2_interpT2CharString()