Home
last modified time | relevance | path

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

/external/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.h24 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
DSkSLTernaryExpression.cpp20 std::unique_ptr<Expression> ifFalse) { in Convert()
62 std::unique_ptr<Expression> ifFalse) { in Make()
DSkSLIfStatement.cpp40 std::unique_ptr<Statement> ifFalse) { in Convert()
58 std::unique_ptr<Statement> ifFalse) { in Make()
/external/skia/src/sksl/dsl/
DDSLCore.cpp114 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/
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.cpp374 std::unique_ptr<Statement> ifFalse; in convertIf() local
1521 std::unique_ptr<Expression> ifFalse = this->convertExpression(*expression.fIfFalse); in convertTernaryExpression() local
DSkSLParser.cpp1172 std::unique_ptr<ASTStatement> ifFalse; in ifStatement() local
DSkSLSPIRVCodeGenerator.cpp1687 SpvId ifFalse = this->getLValue(*t.fIfFalse, out)->getPointer(); in getLValue() local
2837 SpvId ifFalse = this->nextId(); in writeIfStatement() local
/external/skia/src/sksl/
DSkSLRehydrator.cpp393 std::unique_ptr<Statement> ifFalse = this->statement(); in statement() local
561 std::unique_ptr<Expression> ifFalse = this->expression(); in expression() local
DSkSLIRGenerator.cpp502 std::unique_ptr<Statement> ifFalse; in convertIf() local
1424 std::unique_ptr<Expression> ifFalse = this->convertExpression(*(iter++)); in convertTernaryExpression() local
DSkSLParser.cpp1206 ASTNode::ID ifFalse; in ifStatement() local
/external/swiftshader/src/Reactor/
DReactor.hpp3146 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()
DLLVMReactor.cpp733 void Nucleus::createCondBr(Value *cond, BasicBlock *ifTrue, BasicBlock *ifFalse) in createCondBr()
1659 Value *Nucleus::createSelect(Value *c, Value *ifTrue, Value *ifFalse) in createSelect()
DSubzeroReactor.cpp1191 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/
DSkSLVMCodeGenerator.cpp1350 Value ifTrue, ifFalse; in writeTernaryExpression() local
1542 ScopedCondition ifFalse(this, ~i32(test)); in writeIfStatement() local
DSkSLSPIRVCodeGenerator.cpp3193 SpvId ifFalse = this->nextId(nullptr); in writeIfStatement() local