Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DGlslangToSpv.cpp2838 std::vector<spv::IdImmediate> memoryAccessOperands; in visitAggregate()
2979 memoryAccessOperands.push_back(spv::IdImmediate(false, memoryAccess)); in visitAggregate()
2982 memoryAccessOperands.push_back(spv::IdImmediate(false, alignment)); in visitAggregate()
2987 memoryAccessOperands.push_back(spv::IdImmediate(true, in visitAggregate()
3044 std::vector<spv::IdImmediate> idImmOps; in visitAggregate()
3046 idImmOps.push_back(spv::IdImmediate(true, operands[1])); // buf in visitAggregate()
3047 idImmOps.push_back(spv::IdImmediate(true, operands[2])); // stride in visitAggregate()
3048 idImmOps.push_back(spv::IdImmediate(true, operands[3])); // colMajor in visitAggregate()
3059 std::vector<spv::IdImmediate> idImmOps; in visitAggregate()
3061 idImmOps.push_back(spv::IdImmediate(true, operands[1])); // buf in visitAggregate()
[all …]
DspvIR.h84 struct IdImmediate { struct
87 IdImmediate(bool i, unsigned w) : isId(i), word(w) {} in IdImmediate() argument
DSpvBuilder.h400 void createNoResultOp(Op, const std::vector<IdImmediate>& operands);
407 Id createOp(Op, Id typeId, const std::vector<IdImmediate>& operands);
DSpvBuilder.cpp1716 void Builder::createNoResultOp(Op opCode, const std::vector<IdImmediate>& operands) in createNoResultOp()
1808 Id Builder::createOp(Op opCode, Id typeId, const std::vector<IdImmediate>& operands) in createOp()