Home
last modified time | relevance | path

Searched defs:ifTrue (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()
58 std::unique_ptr<Statement>& ifTrue() { in ifTrue() function
62 const std::unique_ptr<Statement>& ifTrue() const { in ifTrue() function
DSkSLTernaryExpression.h24 std::unique_ptr<Expression> ifTrue, std::unique_ptr<Expression> ifFalse) in TernaryExpression()
53 std::unique_ptr<Expression>& ifTrue() { in ifTrue() function
57 const std::unique_ptr<Expression>& ifTrue() const { in ifTrue() function
DSkSLTernaryExpression.cpp19 std::unique_ptr<Expression> ifTrue, in Convert()
61 std::unique_ptr<Expression> ifTrue, in Make()
DSkSLIfStatement.cpp39 std::unique_ptr<Statement> ifTrue, in Convert()
57 std::unique_ptr<Statement> ifTrue, in Make()
/external/skia/src/sksl/dsl/
DDSLCore.cpp114 static DSLPossibleStatement If(DSLExpression test, DSLStatement ifTrue, DSLStatement ifFalse, in If()
165 static DSLPossibleExpression Select(DSLExpression test, DSLExpression ifTrue, 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.cpp320 TernaryLValue(JIT* jit, LLVMValueRef test, std::unique_ptr<LValue> ifTrue, in getLValue()
341 LLVMValueRef ifTrue = fIfTrue->load(builder); in getLValue() local
695 LLVMBasicBlockRef ifTrue = LLVMAppendBasicBlockInContext(fContext, fCurrentFunction, in compileBinary() local
712 LLVMBasicBlockRef ifTrue = fCurrentBlock; in compileBinary() local
1008 LLVMValueRef ifTrue = this->compileExpression(builder, *t.fIfTrue); in compileTernary() local
1088 LLVMBasicBlockRef ifTrue = LLVMAppendBasicBlockInContext(fContext, fCurrentFunction, "if true"); in compileIf() local
DSkSLIRGenerator.cpp370 std::unique_ptr<Statement> ifTrue = this->convertStatement(*s.fIfTrue); in convertIf() local
1517 std::unique_ptr<Expression> ifTrue = this->convertExpression(*expression.fIfTrue); in convertTernaryExpression() local
DSkSLParser.cpp1168 std::unique_ptr<ASTStatement> ifTrue(this->statement()); in ifStatement() local
DSkSLSPIRVCodeGenerator.cpp1683 SpvId ifTrue = this->getLValue(*t.fIfTrue, out)->getPointer(); in getLValue() local
2836 SpvId ifTrue = this->nextId(); in writeIfStatement() local
/external/skia/src/sksl/
DSkSLRehydrator.cpp392 std::unique_ptr<Statement> ifTrue = this->statement(); in statement() local
560 std::unique_ptr<Expression> ifTrue = this->expression(); in expression() local
DSkSLIRGenerator.cpp495 std::unique_ptr<Statement> ifTrue = this->convertStatement(*(iter++)); in convertIf() local
1420 std::unique_ptr<Expression> ifTrue = this->convertExpression(*(iter++)); in convertTernaryExpression() local
DSkSLParser.cpp1201 ASTNode::ID ifTrue = this->statement(); 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
1538 ScopedCondition ifTrue(this, i32(test)); in writeIfStatement() local
DSkSLSPIRVCodeGenerator.cpp3192 SpvId ifTrue = this->nextId(nullptr); in writeIfStatement() local