Searched refs:ppc (Results 1 – 4 of 4) sorted by relevance
65 uint32_t ppc = 0; member
154 if (mDPUInfo.dpuInfo.ppc) in makeDPURestrictions()155 it->setPPC(static_cast<float>(mDPUInfo.dpuInfo.ppc)); in makeDPURestrictions()
203 mDPUInfo.dpuInfo.ppc = static_cast<uint32_t>(value); in updateRestrictions()
697 void setPPC(float ppc) { mPPC = ppc; }; in setPPC() argument