Home | History | Annotate | Download | only in sksl

Lines Matching refs:resultId

974                                      SpvId resultId) {
975 this->writeInstruction(SpvOpName, resultId, type.name().c_str(), fNameBuffer);
983 this->writeWord(resultId, fConstantBuffer);
1010 this->writeInstruction(SpvOpMemberName, resultId, i, type.fields()[i].fName.c_str(),
1012 this->writeLayout(fieldLayout, resultId, i);
1014 this->writeInstruction(SpvOpMemberDecorate, resultId, (SpvId) i, SpvDecorationOffset,
1018 this->writeInstruction(SpvOpMemberDecorate, resultId, i, SpvDecorationColMajor,
1020 this->writeInstruction(SpvOpMemberDecorate, resultId, i, SpvDecorationMatrixStride,