Searched refs:elementCount (Results 1 – 7 of 7) sorted by relevance
125 QueueConfig->inboundQueues[i].elementCount = tdsaAllShared->InboundQueueSize; in tdsaEsglInit()132 QueueConfig->outboundQueues[i].elementCount = tdsaAllShared->OutboundQueueSize; in tdsaEsglInit()
1756 QueueConfig.inboundQueues[i].elementCount = InboundQueueSize[i]; in tdsaLoLevelGetResource()1762 QueueConfig.outboundQueues[i].elementCount = OutboundQueueSize[i]; in tdsaLoLevelGetResource()3309 QueueConfig->inboundQueues[i].elementCount = tdsaAllShared->InboundQueueSize[i]; in tdsaQueueConfigInit()3316 QueueConfig->outboundQueues[i].elementCount = tdsaAllShared->OutboundQueueSize[i]; in tdsaQueueConfigInit()
4010 QueueConfig->inboundQueues[i].elementCount = tdsaAllShared->InboundQueueSize[i]; in tiCOMPortInit()4018 QueueConfig->outboundQueues[i].elementCount = tdsaAllShared->OutboundQueueSize[i]; in tiCOMPortInit()
755 …ueConfig->inboundQueues[%d].elementCount 0x%x\n",x,queueConfig->inboundQueues[x].elementCount )); in sidump_Q_config()762 …ueConfig->outboundQueues[%d].elementCount 0x%x\n",x,queueConfig->outboundQueues[x].elementCount )); in sidump_Q_config()
1766 mpiConfig->inboundQueues[i].numElements = (bit16)queueConfig->inboundQueues[i].elementCount; in siConfiguration()1772 queueConfig->inboundQueues[i].elementCount, in siConfiguration()1775 queueConfig->inboundQueues[i].elementCount * queueConfig->inboundQueues[i].elementSize )); in siConfiguration()1782 …iConfig->outboundQueues[i].numElements = (bit16)queueConfig->outboundQueues[i].elementCount; in siConfiguration()1791 queueConfig->outboundQueues[i].elementCount, in siConfiguration()
2376 bit32 elementCount:16; /* Maximum number of elements in the queue (queue depth). member2389 bit32 elementCount:16; /* Maximum number of elements in the queue (queue depth). member
18317 Intrinsic::ID getDotProductIntrinsic(QualType QT, int elementCount) { in getDotProductIntrinsic() argument18319 switch (elementCount) { in getDotProductIntrinsic()