/third_party/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 | 23 std::unique_ptr<Expression> ifTrue, std::unique_ptr<Expression> ifFalse) in TernaryExpression() 60 std::unique_ptr<Expression>& ifFalse() { in ifFalse() function 64 const std::unique_ptr<Expression>& ifFalse() const { in ifFalse() function
|
D | SkSLTernaryExpression.cpp | 22 std::unique_ptr<Expression> ifFalse) { in Convert() 64 std::unique_ptr<Expression> ifFalse) { in Make()
|
D | SkSLIfStatement.cpp | 41 std::unique_ptr<Statement> ifFalse) { in Convert() 66 std::unique_ptr<Statement> ifFalse) { in Make()
|
/third_party/skia/src/sksl/dsl/ |
D | DSLCore.cpp | 210 static DSLPossibleStatement If(DSLExpression test, DSLStatement ifTrue, DSLStatement ifFalse, in If() 331 DSLExpression ifFalse) { in Select() 443 DSLStatement If(DSLExpression test, DSLStatement ifTrue, DSLStatement ifFalse, PositionInfo pos) { in If() 465 DSLExpression Select(DSLExpression test, DSLExpression ifTrue, DSLExpression ifFalse, in Select() 471 DSLStatement StaticIf(DSLExpression test, DSLStatement ifTrue, DSLStatement ifFalse, in StaticIf()
|
/third_party/flutter/skia/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 | 407 std::unique_ptr<Statement> ifFalse; in convertIf() local 1717 std::unique_ptr<Expression> ifFalse = this->convertExpression(*(iter++)); in convertTernaryExpression() local
|
D | SkSLParser.cpp | 1165 ASTNode::ID ifFalse; in ifStatement() local
|
D | SkSLSPIRVCodeGenerator.cpp | 1769 SpvId ifFalse = this->getLValue(*t.fIfFalse, out)->getPointer(); in getLValue() local 2872 SpvId ifFalse = this->nextId(); in writeIfStatement() local
|
/third_party/skia/src/sksl/ |
D | SkSLRehydrator.cpp | 355 std::unique_ptr<Statement> ifFalse = this->statement(); in statement() local 524 std::unique_ptr<Expression> ifFalse = this->expression(); in expression() local
|
D | SkSLDSLParser.cpp | 928 DSLStatement ifFalse; in ifStatement() local
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | Reactor.hpp | 3149 RValue<T> IfThenElse(RValue<Bool> condition, RValue<T> ifTrue, RValue<T> ifFalse) in IfThenElse() 3156 RValue<T> IfThenElse(RValue<Bool> condition, const T &ifTrue, RValue<T> ifFalse) in IfThenElse() 3165 RValue<T> IfThenElse(RValue<Bool> condition, RValue<T> ifTrue, const T &ifFalse) in IfThenElse() 3174 RValue<T> IfThenElse(RValue<Bool> condition, const T &ifTrue, const T &ifFalse) in IfThenElse()
|
D | LLVMReactor.cpp | 753 void Nucleus::createCondBr(Value *cond, BasicBlock *ifTrue, BasicBlock *ifFalse) in createCondBr() 1679 Value *Nucleus::createSelect(Value *c, Value *ifTrue, Value *ifFalse) in createSelect()
|
D | SubzeroReactor.cpp | 1190 void Nucleus::createCondBr(Value *cond, BasicBlock *ifTrue, BasicBlock *ifFalse) in createCondBr() 1931 Value *Nucleus::createSelect(Value *C, Value *ifTrue, Value *ifFalse) in createSelect()
|
/third_party/skia/src/sksl/codegen/ |
D | SkSLVMCodeGenerator.cpp | 1485 Value ifTrue, ifFalse; in writeTernaryExpression() local 1689 ScopedCondition ifFalse(this, ~i32(test)); in writeIfStatement() local
|
D | SkSLSPIRVCodeGenerator.cpp | 3211 SpvId ifFalse = this->nextId(nullptr); in writeIfStatement() local
|