Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp6085 std::vector<spv::IdImmediate> spvGroupOperands; local
6142 spvGroupOperands.push_back(scope);
6145 spvGroupOperands.push_back(groupOp);
6152 spvGroupOperands.push_back(op);
6183 spv::Id result = builder.createOp(spv::OpSubgroupBallotKHR, uvec4Type, spvGroupOperands);
6288 return builder.createOp(opCode, typeId, spvGroupOperands);
6327 std::vector<spv::IdImmediate> spvGroupOperands; local
6329 spvGroupOperands.push_back(scalar);
6331 spvGroupOperands.push_back(operand);
6334 spvGroupOperands.push_back(scope);
[all …]