Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.h122 void writeStruct(const Type& type, const MemoryLayout& layout, SpvId resultId);
DSkSLSPIRVCodeGenerator.cpp974 SpvId resultId) { in writeStruct() argument
975 this->writeInstruction(SpvOpName, resultId, type.name().c_str(), fNameBuffer); in writeStruct()
983 this->writeWord(resultId, fConstantBuffer); in writeStruct()
1010 this->writeInstruction(SpvOpMemberName, resultId, i, type.fields()[i].fName.c_str(), in writeStruct()
1012 this->writeLayout(fieldLayout, resultId, i); in writeStruct()
1014 this->writeInstruction(SpvOpMemberDecorate, resultId, (SpvId) i, SpvDecorationOffset, in writeStruct()
1018 this->writeInstruction(SpvOpMemberDecorate, resultId, i, SpvDecorationColMajor, in writeStruct()
1020 this->writeInstruction(SpvOpMemberDecorate, resultId, i, SpvDecorationMatrixStride, in writeStruct()