Searched refs:spvConsts (Results 1 – 1 of 1) sorted by relevance
7476 std::vector<spv::Id> spvConsts; local7484 … spvConsts.push_back(createSpvConstantFromConstUnionArray(elementType, consts, nextConst, false));7488 … spvConsts.push_back(createSpvConstantFromConstUnionArray(vectorType, consts, nextConst, false));7492 … spvConsts.push_back(createSpvConstantFromConstUnionArray(*iter->type, consts, nextConst, false));7498 … spvConsts.push_back(builder.makeInt8Constant(zero ? 0 : consts[nextConst].getI8Const()));7501 … spvConsts.push_back(builder.makeUint8Constant(zero ? 0 : consts[nextConst].getU8Const()));7504 … spvConsts.push_back(builder.makeInt16Constant(zero ? 0 : consts[nextConst].getI16Const()));7507 … spvConsts.push_back(builder.makeUint16Constant(zero ? 0 : consts[nextConst].getU16Const()));7510 … spvConsts.push_back(builder.makeIntConstant(zero ? 0 : consts[nextConst].getIConst()));7513 … spvConsts.push_back(builder.makeUintConstant(zero ? 0 : consts[nextConst].getUConst()));[all …]