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

/external/skia/src/sksl/
H A DSkSLSPIRVCodeGenerator.cpp1830 SpvId rowR = this->nextId(); local
1831 this->writeInstruction(SpvOpCompositeExtract, rowType, rowR, rhs, 0, out);
1833 this->writeInstruction(compareOp, bvecType, compare, rowL, rowR, out);
/external/skqp/src/sksl/
H A DSkSLSPIRVCodeGenerator.cpp1822 SpvId rowR = this->nextId(); local
1823 this->writeInstruction(SpvOpCompositeExtract, rowType, rowR, rhs, 0, out);
1825 this->writeInstruction(compareOp, bvecType, compare, rowL, rowR, out);

Completed in 73 milliseconds