Searched refs:kBoolLiteral_Kind (Results 1 – 22 of 22) sorted by relevance
/external/skqp/src/sksl/ir/ |
D | SkSLBoolLiteral.h | 21 : INHERITED(offset, kBoolLiteral_Kind, *context.fBool_Type) in BoolLiteral() 51 : INHERITED(offset, kBoolLiteral_Kind, *type) in BoolLiteral()
|
D | SkSLExpression.h | 30 kBoolLiteral_Kind, enumerator
|
D | SkSLVariableReference.cpp | 67 case Expression::kBoolLiteral_Kind: in copy_constant()
|
/external/skia/src/sksl/ir/ |
D | SkSLBoolLiteral.h | 21 : INHERITED(offset, kBoolLiteral_Kind, *context.fBool_Type) in BoolLiteral() 51 : INHERITED(offset, kBoolLiteral_Kind, *type) in BoolLiteral()
|
D | SkSLExpression.h | 30 kBoolLiteral_Kind, enumerator
|
D | SkSLVariableReference.cpp | 67 case Expression::kBoolLiteral_Kind: in copy_constant()
|
/external/skqp/src/sksl/ |
D | SkSLCFGGenerator.cpp | 240 case Expression::kBoolLiteral_Kind: // fall through in tryRemoveExpression() 269 case Expression::kBoolLiteral_Kind: // fall through in tryInsertExpression() 391 case Expression::kBoolLiteral_Kind: // fall through in addExpression()
|
D | SkSLIRGenerator.cpp | 381 if (test->fKind == Expression::kBoolLiteral_Kind) { in convertIf() 1300 SkASSERT(left.fKind == Expression::kBoolLiteral_Kind); in short_circuit_boolean() 1321 if (left.fKind == Expression::kBoolLiteral_Kind && !right.isConstant()) { in constantFold() 1323 } else if (right.fKind == Expression::kBoolLiteral_Kind && !left.isConstant()) { in constantFold() 1337 if (left.fKind == Expression::kBoolLiteral_Kind && in constantFold() 1338 right.fKind == Expression::kBoolLiteral_Kind) { in constantFold() 1543 if (test->fKind == Expression::kBoolLiteral_Kind) { in convertTernaryExpression() 1857 if (base->fKind == Expression::kBoolLiteral_Kind) { in convertPrefixExpression()
|
D | SkSLInterpreter.cpp | 383 case Expression::kBoolLiteral_Kind: in evaluate()
|
D | SkSLCompiler.cpp | 729 if (t->fTest->fKind == Expression::kBoolLiteral_Kind) { in simplifyExpression() 1014 if (i.fTest->fKind == Expression::kBoolLiteral_Kind) { in simplifyStatement()
|
D | SkSLGLSLCodeGenerator.cpp | 200 case Expression::kBoolLiteral_Kind: in writeExpression()
|
D | SkSLMetalCodeGenerator.cpp | 119 case Expression::kBoolLiteral_Kind: in writeExpression()
|
D | SkSLJIT.cpp | 1031 case Expression::kBoolLiteral_Kind: in compileExpression()
|
D | SkSLSPIRVCodeGenerator.cpp | 640 case Expression::kBoolLiteral_Kind: in writeExpression()
|
/external/skia/src/sksl/ |
D | SkSLCFGGenerator.cpp | 240 case Expression::kBoolLiteral_Kind: // fall through in tryRemoveExpression() 269 case Expression::kBoolLiteral_Kind: // fall through in tryInsertExpression() 391 case Expression::kBoolLiteral_Kind: // fall through in addExpression()
|
D | SkSLIRGenerator.cpp | 387 if (test->fKind == Expression::kBoolLiteral_Kind) { in convertIf() 1350 SkASSERT(left.fKind == Expression::kBoolLiteral_Kind); in short_circuit_boolean() 1371 if (left.fKind == Expression::kBoolLiteral_Kind && !right.isConstant()) { in constantFold() 1373 } else if (right.fKind == Expression::kBoolLiteral_Kind && !left.isConstant()) { in constantFold() 1387 if (left.fKind == Expression::kBoolLiteral_Kind && in constantFold() 1388 right.fKind == Expression::kBoolLiteral_Kind) { in constantFold() 1592 if (test->fKind == Expression::kBoolLiteral_Kind) { in convertTernaryExpression() 1907 if (base->fKind == Expression::kBoolLiteral_Kind) { in convertPrefixExpression()
|
D | SkSLInterpreter.cpp | 383 case Expression::kBoolLiteral_Kind: in evaluate()
|
D | SkSLCompiler.cpp | 729 if (t->fTest->fKind == Expression::kBoolLiteral_Kind) { in simplifyExpression() 1014 if (i.fTest->fKind == Expression::kBoolLiteral_Kind) { in simplifyStatement()
|
D | SkSLGLSLCodeGenerator.cpp | 196 case Expression::kBoolLiteral_Kind: in writeExpression()
|
D | SkSLMetalCodeGenerator.cpp | 121 case Expression::kBoolLiteral_Kind: in writeExpression()
|
D | SkSLJIT.cpp | 1031 case Expression::kBoolLiteral_Kind: in compileExpression()
|
D | SkSLSPIRVCodeGenerator.cpp | 646 case Expression::kBoolLiteral_Kind: in writeExpression()
|