Searched defs:ifTrueLabel (Results 1 - 2 of 2) sorted by relevance
/external/skia/src/sksl/ |
H A D | SkSLSPIRVCodeGenerator.cpp | 1628 SpvId ifTrueLabel = this->nextId(); local 1631 this->writeInstruction(SpvOpBranchConditional, test, ifTrueLabel, ifFalseLabel, out); 1632 this->writeLabel(ifTrueLabel, out); 1636 ifTrueLabel = fCurrentBlock; 1643 ifTrueLabel, ifFalse, ifFalseLabel, out);
|
/external/skqp/src/sksl/ |
H A D | SkSLSPIRVCodeGenerator.cpp | 1620 SpvId ifTrueLabel = this->nextId(); local 1623 this->writeInstruction(SpvOpBranchConditional, test, ifTrueLabel, ifFalseLabel, out); 1624 this->writeLabel(ifTrueLabel, out); 1628 ifTrueLabel = fCurrentBlock; 1635 ifTrueLabel, ifFalse, ifFalseLabel, out);
|
Completed in 216 milliseconds