Searched refs:SpvOpMemberDecorate (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/sksl/
H A DSkSLSPIRVCodeGenerator.cpp315 case SpvOpMemberDecorate:
821 case SpvOpMemberDecorate:
1017 this->writeInstruction(SpvOpMemberDecorate, resultId, (SpvId) i, SpvDecorationOffset,
1021 this->writeInstruction(SpvOpMemberDecorate, resultId, i, SpvDecorationColMajor,
1023 this->writeInstruction(SpvOpMemberDecorate, resultId, i, SpvDecorationMatrixStride,
2495 this->writeInstruction(SpvOpMemberDecorate, target, member, SpvDecorationLocation,
2499 this->writeInstruction(SpvOpMemberDecorate, target, member, SpvDecorationBinding,
2503 this->writeInstruction(SpvOpMemberDecorate, target, member, SpvDecorationIndex,
2507 this->writeInstruction(SpvOpMemberDecorate, target, member, SpvDecorationDescriptorSet,
2515 this->writeInstruction(SpvOpMemberDecorate, targe
[all...]
H A Dspirv.h639 SpvOpMemberDecorate = 72, enumerator in enum:SpvOp_

Completed in 177 milliseconds