Home | History | Annotate | Download | only in SPIRV

Lines Matching refs:getIConst

944             const int glslangIndex = node->getRight()->getAsConstantUnion()->getConstArray()[0].getIConst();
1009 swizzle.push_back(swizzleSequence[i]->getAsConstantUnion()->getConstArray()[0].getIConst());
1620 caseValues.push_back(child->getAsBranchNode()->getExpression()->getAsConstantUnion()->getConstArray()[0].getIConst());
4250 spvConsts.push_back(builder.makeIntConstant(zero ? 0 : consts[nextConst].getIConst()));
4282 scalar = builder.makeIntConstant(zero ? 0 : consts[nextConst].getIConst(), specConstant);