Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.h311 SpvId fRTHeightStructId = (SpvId) -1; variable
DSkSLSPIRVCodeGenerator.cpp1918 if (fRTHeightStructId == (SpvId) -1) { in writeVariableReference()
1938 fRTHeightStructId = this->writeInterfaceBlock(intf); in writeVariableReference()
1952 this->writeWord(fRTHeightStructId, out); in writeVariableReference()
2697 ASSERT(fRTHeightStructId == (SpvId) -1); in writeInterfaceBlock()
2700 fRTHeightStructId = result; in writeInterfaceBlock()