Searched refs:newMaskConst (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
H A D | AMDILPeepholeOptimizer.cpp | 749 Constant *newMaskConst; local 786 newMaskConst = ConstantVector::get(maskVals); 809 newMaskConst = ConstantInt::get(aType, maskVal, isSigned); 831 newMaskConst 891 Constant *newMaskConst = NULL; local 896 newMaskConst = ConstantInt::get(Type::getInt32Ty(*mCTX), 0x1F); 900 newMaskVals.push_back(newMaskConst); 903 newMaskConst = ConstantVector::get(newMaskVals); 906 newMaskConst = ConstantInt::get(Type::getInt32Ty(*mCTX), 0x1F); 911 newMaskConst, "bfm_mas [all...] |
/external/mesa3d/src/gallium/drivers/radeon/ |
H A D | AMDILPeepholeOptimizer.cpp | 749 Constant *newMaskConst; local 786 newMaskConst = ConstantVector::get(maskVals); 809 newMaskConst = ConstantInt::get(aType, maskVal, isSigned); 831 newMaskConst 891 Constant *newMaskConst = NULL; local 896 newMaskConst = ConstantInt::get(Type::getInt32Ty(*mCTX), 0x1F); 900 newMaskVals.push_back(newMaskConst); 903 newMaskConst = ConstantVector::get(newMaskVals); 906 newMaskConst = ConstantInt::get(Type::getInt32Ty(*mCTX), 0x1F); 911 newMaskConst, "bfm_mas [all...] |
Completed in 104 milliseconds