Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp293 case SpvOpLoad: in opcode_text()
1433 this->writeInstruction(SpvOpLoad, std::get<1>(tuple), load, std::get<0>(tuple), out); in writeFunctionCall()
1694 fGen.writeInstruction(SpvOpLoad, fType, result, fPointer, out); in load()
1724 fGen.writeInstruction(SpvOpLoad, fGen.getType(fBaseType), base, fVecPointer, out); in load()
1749 fGen.writeInstruction(SpvOpLoad, fGen.getType(fBaseType), base, fVecPointer, out); in store()
1862 this->writeInstruction(SpvOpLoad, this->getType(ref.fVariable.fType), result, var, out); in writeVariableReference()
1898 this->writeInstruction(SpvOpLoad, this->getType(*fContext.fFloat_Type), heightRead, in writeVariableReference()
2269 this->writeInstruction(SpvOpLoad, this->getType(t.fType), result, var, out); in writeTernaryExpression()
Dspirv.h628 SpvOpLoad = 61, enumerator