Searched refs:mHWBlockId (Results 1 – 4 of 4) sorted by relevance
435 if (usedAFBCCount[l->mHWBlockId] != usedAFBCCount[r->mHWBlockId]) in otfMppReordering()436 return usedAFBCCount[l->mHWBlockId] < usedAFBCCount[r->mHWBlockId]; in otfMppReordering()445 if (usedWCGCount[l->mHWBlockId * AXI_PORT_MAX_CNT + l->mAXIPortId] != in otfMppReordering()446 usedWCGCount[r->mHWBlockId * AXI_PORT_MAX_CNT + r->mAXIPortId]) in otfMppReordering()447 return usedWCGCount[l->mHWBlockId * AXI_PORT_MAX_CNT + l->mAXIPortId] < in otfMppReordering()448 usedWCGCount[r->mHWBlockId * AXI_PORT_MAX_CNT + r->mAXIPortId]; in otfMppReordering()458 if (usedBlockCount[l->mHWBlockId] != usedBlockCount[r->mHWBlockId]) in otfMppReordering()459 return usedBlockCount[l->mHWBlockId] < usedBlockCount[r->mHWBlockId]; in otfMppReordering()
34 mHWBlockId = hwBlockIndex; in initTDMInfo()
573 uint32_t mHWBlockId; variable701 mHWBlockId = hwBlockIndex; in initTDMInfo()704 virtual uint32_t getHWBlockId() { return mHWBlockId; } in getHWBlockId()
171 mHWBlockId(0), in ExynosMPP()