Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.cpp1760 SpvId heightRead = this->nextId(); in writeVariableReference() local
1761 this->writeInstruction(SpvOpLoad, this->getType(*fContext.fFloat_Type), heightRead, in writeVariableReference()
1768 heightRead, rawYId, out); in writeVariableReference()
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp2112 SpvId heightRead = this->nextId(nullptr); in writeVariableReference() local
2113 this->writeInstruction(SpvOpLoad, this->getType(*fContext.fTypes.fFloat), heightRead, in writeVariableReference()
2118 heightRead, rawYId, out); in writeVariableReference()