Home
last modified time | relevance | path

Searched refs:spvConsts (Results 1 – 1 of 1) sorted by relevance

/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp7476 std::vector<spv::Id> spvConsts; local
7484spvConsts.push_back(createSpvConstantFromConstUnionArray(elementType, consts, nextConst, false));
7488spvConsts.push_back(createSpvConstantFromConstUnionArray(vectorType, consts, nextConst, false));
7492spvConsts.push_back(createSpvConstantFromConstUnionArray(*iter->type, consts, nextConst, false));
7498spvConsts.push_back(builder.makeInt8Constant(zero ? 0 : consts[nextConst].getI8Const()));
7501spvConsts.push_back(builder.makeUint8Constant(zero ? 0 : consts[nextConst].getU8Const()));
7504spvConsts.push_back(builder.makeInt16Constant(zero ? 0 : consts[nextConst].getI16Const()));
7507spvConsts.push_back(builder.makeUint16Constant(zero ? 0 : consts[nextConst].getU16Const()));
7510spvConsts.push_back(builder.makeIntConstant(zero ? 0 : consts[nextConst].getIConst()));
7513spvConsts.push_back(builder.makeUintConstant(zero ? 0 : consts[nextConst].getUConst()));
[all …]