Lines Matching refs:makeIntConstant
2265 builder.accessChainPush(builder.makeIntConstant(spvIndex),
2564 length = builder.createBinOp(spv::OpIAdd, builder.makeIntType(32), length, builder.makeIntConstant(0));
2739 one = builder.makeIntConstant(1);
3618 operands.push_back(builder.makeIntConstant(cond ? 1 : 0));
5199 builder.accessChainPush(builder.makeIntConstant(index), TranslateCoherent(type),
5220 builder.accessChainPush(builder.makeIntConstant(m), TranslateCoherent(type),
5842 spv::Id zero = builder.makeIntConstant(0);
6060 spv::Id zero = builder.makeIntConstant(0);
6198 params.component = builder.makeIntConstant(0);
6267 builder.accessChainPush(builder.makeIntConstant(i), flags, 0);
7473 zero = builder.makeIntConstant(0);
7474 one = builder.makeIntConstant(1);
7993 resultId = builder.createBinOp(spv::OpISub, typeId, resultId, builder.makeIntConstant(1));
9817 spvConsts.push_back(builder.makeIntConstant(zero ? 0 : consts[nextConst].getIConst()));
9869 scalar = builder.makeIntConstant(zero ? 0 : consts[nextConst].getIConst(), specConstant);