Searched refs:trueLabel (Results 1 – 6 of 6) sorted by relevance
/external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
D | Code.java | 547 public <T> void compare(Comparison comparison, Label trueLabel, Local<T> a, Local<T> b) { in compare() argument 548 adopt(trueLabel); in compare() 551 RegisterSpecList.make(a.spec(), b.spec())), trueLabel); in compare() 559 public <T> void compareZ(Comparison comparison, Label trueLabel, Local<?> a) { in compareZ() argument 560 adopt(trueLabel); in compareZ() 563 RegisterSpecList.make(a.spec())), trueLabel); in compareZ()
|
/external/angle/src/common/spirv/ |
D | spirv_instruction_parser_autogen.h | 917 IdRef *trueLabel,
|
D | spirv_instruction_builder_autogen.h | 784 IdRef trueLabel,
|
D | spirv_instruction_builder_autogen.cpp | 2726 IdRef trueLabel, in WriteBranchConditional() argument 2733 blob->push_back(trueLabel); in WriteBranchConditional()
|
D | spirv_instruction_parser_autogen.cpp | 3268 IdRef *trueLabel, in ParseBranchConditional() argument 3278 *trueLabel = IdRef(_instruction[_o++]); in ParseBranchConditional()
|
/external/skia/src/sksl/codegen/ |
D | SkSLSPIRVCodeGenerator.cpp | 3250 SpvId trueLabel = this->nextId(nullptr); in writeTernaryExpression() local 3254 this->writeInstruction(SpvOpBranchConditional, test, trueLabel, falseLabel, out); in writeTernaryExpression() 3255 this->writeLabel(trueLabel, kBranchIsOnPreviousLine, out); in writeTernaryExpression()
|