| /external/skia/src/sksl/ir/ |
| D | SkSLIfStatement.h | 26 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
|
| D | SkSLTernaryExpression.h | 24 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
|
| D | SkSLTernaryExpression.cpp | 19 std::unique_ptr<Expression> ifTrue, in Convert() 61 std::unique_ptr<Expression> ifTrue, in Make()
|
| D | SkSLIfStatement.cpp | 39 std::unique_ptr<Statement> ifTrue, in Convert() 57 std::unique_ptr<Statement> ifTrue, in Make()
|
| /external/skia/src/sksl/dsl/ |
| D | DSLCore.cpp | 114 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/ |
| D | SkSLJIT.cpp | 320 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
|
| D | SkSLIRGenerator.cpp | 370 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
|
| D | SkSLParser.cpp | 1168 std::unique_ptr<ASTStatement> ifTrue(this->statement()); in ifStatement() local
|
| D | SkSLSPIRVCodeGenerator.cpp | 1683 SpvId ifTrue = this->getLValue(*t.fIfTrue, out)->getPointer(); in getLValue() local 2836 SpvId ifTrue = this->nextId(); in writeIfStatement() local
|
| /external/skia/src/sksl/ |
| D | SkSLRehydrator.cpp | 392 std::unique_ptr<Statement> ifTrue = this->statement(); in statement() local 560 std::unique_ptr<Expression> ifTrue = this->expression(); in expression() local
|
| D | SkSLIRGenerator.cpp | 495 std::unique_ptr<Statement> ifTrue = this->convertStatement(*(iter++)); in convertIf() local 1420 std::unique_ptr<Expression> ifTrue = this->convertExpression(*(iter++)); in convertTernaryExpression() local
|
| D | SkSLParser.cpp | 1201 ASTNode::ID ifTrue = this->statement(); in ifStatement() local
|
| /external/swiftshader/src/Reactor/ |
| D | Reactor.hpp | 3146 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()
|
| D | LLVMReactor.cpp | 733 void Nucleus::createCondBr(Value *cond, BasicBlock *ifTrue, BasicBlock *ifFalse) in createCondBr() 1659 Value *Nucleus::createSelect(Value *c, Value *ifTrue, Value *ifFalse) in createSelect()
|
| D | SubzeroReactor.cpp | 1191 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/ |
| D | SkSLVMCodeGenerator.cpp | 1350 Value ifTrue, ifFalse; in writeTernaryExpression() local 1538 ScopedCondition ifTrue(this, i32(test)); in writeIfStatement() local
|
| D | SkSLSPIRVCodeGenerator.cpp | 3192 SpvId ifTrue = this->nextId(nullptr); in writeIfStatement() local
|