| /external/skia/src/sksl/ir/ |
| D | SkSLIfStatement.h | 26 std::unique_ptr<Statement> ifTrue, std::unique_ptr<Statement> ifFalse) in IfStatement() 66 std::unique_ptr<Statement>& ifFalse() { in ifFalse() function 70 const std::unique_ptr<Statement>& ifFalse() const { in ifFalse() function
|
| D | SkSLTernaryExpression.h | 24 std::unique_ptr<Expression> ifTrue, std::unique_ptr<Expression> ifFalse) in TernaryExpression() 61 std::unique_ptr<Expression>& ifFalse() { in ifFalse() function 65 const std::unique_ptr<Expression>& ifFalse() const { in ifFalse() function
|
| D | SkSLTernaryExpression.cpp | 20 std::unique_ptr<Expression> ifFalse) { in Convert() 62 std::unique_ptr<Expression> ifFalse) { in Make()
|
| D | SkSLIfStatement.cpp | 40 std::unique_ptr<Statement> ifFalse) { in Convert() 58 std::unique_ptr<Statement> ifFalse) { in Make()
|
| /external/skia/src/sksl/dsl/ |
| D | DSLCore.cpp | 114 static DSLPossibleStatement If(DSLExpression test, DSLStatement ifTrue, DSLStatement ifFalse, in If() 166 DSLExpression ifFalse) { in Select() 241 DSLStatement If(DSLExpression test, DSLStatement ifTrue, DSLStatement ifFalse, PositionInfo pos) { in If() 251 DSLExpression Select(DSLExpression test, DSLExpression ifTrue, DSLExpression ifFalse, in Select() 257 DSLStatement StaticIf(DSLExpression test, DSLStatement ifTrue, DSLStatement ifFalse, in StaticIf()
|
| /external/skqp/src/sksl/ |
| D | SkSLJIT.cpp | 321 std::unique_ptr<LValue> ifFalse) in getLValue() 344 LLVMValueRef ifFalse = fIfTrue->load(builder); in getLValue() local 694 LLVMBasicBlockRef ifFalse = fCurrentBlock; in compileBinary() local 713 LLVMBasicBlockRef ifFalse = LLVMAppendBasicBlockInContext(fContext, fCurrentFunction, in compileBinary() local 1012 LLVMValueRef ifFalse = this->compileExpression(builder, *t.fIfFalse); in compileTernary() local 1091 LLVMBasicBlockRef ifFalse; in compileIf() local
|
| D | SkSLIRGenerator.cpp | 374 std::unique_ptr<Statement> ifFalse; in convertIf() local 1521 std::unique_ptr<Expression> ifFalse = this->convertExpression(*expression.fIfFalse); in convertTernaryExpression() local
|
| D | SkSLParser.cpp | 1172 std::unique_ptr<ASTStatement> ifFalse; in ifStatement() local
|
| D | SkSLSPIRVCodeGenerator.cpp | 1687 SpvId ifFalse = this->getLValue(*t.fIfFalse, out)->getPointer(); in getLValue() local 2837 SpvId ifFalse = this->nextId(); in writeIfStatement() local
|
| /external/skia/src/sksl/ |
| D | SkSLRehydrator.cpp | 393 std::unique_ptr<Statement> ifFalse = this->statement(); in statement() local 561 std::unique_ptr<Expression> ifFalse = this->expression(); in expression() local
|
| D | SkSLIRGenerator.cpp | 502 std::unique_ptr<Statement> ifFalse; in convertIf() local 1424 std::unique_ptr<Expression> ifFalse = this->convertExpression(*(iter++)); in convertTernaryExpression() local
|
| D | SkSLParser.cpp | 1206 ASTNode::ID ifFalse; in ifStatement() local
|
| /external/swiftshader/src/Reactor/ |
| D | Reactor.hpp | 3146 RValue<T> IfThenElse(RValue<Bool> condition, RValue<T> ifTrue, RValue<T> ifFalse) in IfThenElse() 3153 RValue<T> IfThenElse(RValue<Bool> condition, const T &ifTrue, RValue<T> ifFalse) in IfThenElse() 3162 RValue<T> IfThenElse(RValue<Bool> condition, RValue<T> ifTrue, const T &ifFalse) in IfThenElse() 3171 RValue<T> IfThenElse(RValue<Bool> condition, const T &ifTrue, const T &ifFalse) in IfThenElse()
|
| D | LLVMReactor.cpp | 733 void Nucleus::createCondBr(Value *cond, BasicBlock *ifTrue, BasicBlock *ifFalse) in createCondBr() 1659 Value *Nucleus::createSelect(Value *c, Value *ifTrue, Value *ifFalse) in createSelect()
|
| D | SubzeroReactor.cpp | 1191 void Nucleus::createCondBr(Value *cond, BasicBlock *ifTrue, BasicBlock *ifFalse) in createCondBr() 1932 Value *Nucleus::createSelect(Value *C, Value *ifTrue, Value *ifFalse) in createSelect()
|
| /external/skia/src/sksl/codegen/ |
| D | SkSLVMCodeGenerator.cpp | 1350 Value ifTrue, ifFalse; in writeTernaryExpression() local 1542 ScopedCondition ifFalse(this, ~i32(test)); in writeIfStatement() local
|
| D | SkSLSPIRVCodeGenerator.cpp | 3193 SpvId ifFalse = this->nextId(nullptr); in writeIfStatement() local
|