Home
last modified time | relevance | path

Searched defs:ifTrue (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/src/sksl/ir/
DSkSLIfStatement.h26 std::unique_ptr<Statement> ifTrue, std::unique_ptr<Statement> ifFalse) in IfStatement()
58 std::unique_ptr<Statement>& ifTrue() { in ifTrue() function
62 const std::unique_ptr<Statement>& ifTrue() const { in ifTrue() function
DSkSLTernaryExpression.h23 std::unique_ptr<Expression> ifTrue, std::unique_ptr<Expression> ifFalse) in TernaryExpression()
52 std::unique_ptr<Expression>& ifTrue() { in ifTrue() function
56 const std::unique_ptr<Expression>& ifTrue() const { in ifTrue() function
DSkSLTernaryExpression.cpp21 std::unique_ptr<Expression> ifTrue, in Convert()
63 std::unique_ptr<Expression> ifTrue, in Make()
DSkSLIfStatement.cpp40 std::unique_ptr<Statement> ifTrue, in Convert()
65 std::unique_ptr<Statement> ifTrue, in Make()
/third_party/skia/src/sksl/dsl/
DDSLCore.cpp210 static DSLPossibleStatement If(DSLExpression test, DSLStatement ifTrue, DSLStatement ifFalse, in If()
330 static DSLPossibleExpression Select(DSLExpression test, DSLExpression ifTrue, 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/skia/src/sksl/
DSkSLRehydrator.cpp354 std::unique_ptr<Statement> ifTrue = this->statement(); in statement() local
523 std::unique_ptr<Expression> ifTrue = this->expression(); in expression() local
DSkSLDSLParser.cpp924 DSLStatement ifTrue = this->statement(); in ifStatement() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.hpp3149 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()
DLLVMReactor.cpp753 void Nucleus::createCondBr(Value *cond, BasicBlock *ifTrue, BasicBlock *ifFalse) in createCondBr()
1679 Value *Nucleus::createSelect(Value *c, Value *ifTrue, Value *ifFalse) in createSelect()
DSubzeroReactor.cpp1190 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/
DSkSLVMCodeGenerator.cpp1485 Value ifTrue, ifFalse; in writeTernaryExpression() local
1685 ScopedCondition ifTrue(this, i32(test)); in writeIfStatement() local
DSkSLSPIRVCodeGenerator.cpp3210 SpvId ifTrue = this->nextId(nullptr); in writeIfStatement() local