Home
last modified time | relevance | path

Searched defs:ifFalse (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/src/sksl/ir/
DSkSLIfStatement.h26 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
DSkSLTernaryExpression.h23 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
DSkSLTernaryExpression.cpp22 std::unique_ptr<Expression> ifFalse) { in Convert()
64 std::unique_ptr<Expression> ifFalse) { in Make()
DSkSLIfStatement.cpp41 std::unique_ptr<Statement> ifFalse) { in Convert()
66 std::unique_ptr<Statement> ifFalse) { in Make()
/third_party/skia/src/sksl/dsl/
DDSLCore.cpp210 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/
DSkSLJIT.cpp321 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
DSkSLIRGenerator.cpp407 std::unique_ptr<Statement> ifFalse; in convertIf() local
1717 std::unique_ptr<Expression> ifFalse = this->convertExpression(*(iter++)); in convertTernaryExpression() local
DSkSLParser.cpp1165 ASTNode::ID ifFalse; in ifStatement() local
DSkSLSPIRVCodeGenerator.cpp1769 SpvId ifFalse = this->getLValue(*t.fIfFalse, out)->getPointer(); in getLValue() local
2872 SpvId ifFalse = this->nextId(); in writeIfStatement() local
/third_party/skia/src/sksl/
DSkSLRehydrator.cpp355 std::unique_ptr<Statement> ifFalse = this->statement(); in statement() local
524 std::unique_ptr<Expression> ifFalse = this->expression(); in expression() local
DSkSLDSLParser.cpp928 DSLStatement ifFalse; 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
1689 ScopedCondition ifFalse(this, ~i32(test)); in writeIfStatement() local
DSkSLSPIRVCodeGenerator.cpp3211 SpvId ifFalse = this->nextId(nullptr); in writeIfStatement() local