Home
last modified time | relevance | path

Searched refs:kIndex_Kind (Results 1 – 12 of 12) sorted by relevance

/external/skqp/src/sksl/ast/
DSkSLASTIndexSuffix.h22 : INHERITED(offset, ASTSuffix::kIndex_Kind) in ASTIndexSuffix()
26 : INHERITED(expression ? expression->fOffset : -1, ASTSuffix::kIndex_Kind) in ASTIndexSuffix()
DSkSLASTSuffix.h22 kIndex_Kind, enumerator
/external/skqp/src/sksl/ir/
DSkSLIndexExpression.h55 : INHERITED(base->fOffset, kIndex_Kind, index_type(context, base->fType)) in IndexExpression()
82 : INHERITED(base->fOffset, kIndex_Kind, *type) in IndexExpression()
DSkSLExpression.h37 kIndex_Kind, enumerator
/external/skqp/src/sksl/
DSkSLCFGGenerator.cpp135 case Expression::kIndex_Kind: in tryRemoveLValueBefore()
193 case Expression::kIndex_Kind: { in tryRemoveExpression()
365 case Expression::kIndex_Kind: in addExpression()
429 case Expression::kIndex_Kind: in addLValue()
DSkSLInterpreter.cpp192 case Expression::kIndex_Kind: { in getLValue()
395 case Expression::kIndex_Kind: { in evaluate()
DSkSLCompiler.cpp275 case Expression::kIndex_Kind: in addDefinition()
458 case Expression::kIndex_Kind: { in is_dead()
684 case Expression::kIndex_Kind: in clear_write()
DSkSLMetalCodeGenerator.cpp155 case Expression::kIndex_Kind: in writeExpression()
1395 case Expression::kIndex_Kind: { in requirements()
DSkSLSPIRVCodeGenerator.cpp662 case Expression::kIndex_Kind: in writeExpression()
1479 case Expression::kIndex_Kind: in get_storage_class()
1489 case Expression::kIndex_Kind: { in getAccessChain()
1631 case Expression::kIndex_Kind: // fall through in getLValue()
DSkSLGLSLCodeGenerator.cpp236 case Expression::kIndex_Kind: in writeExpression()
DSkSLIRGenerator.cpp2111 case ASTSuffix::kIndex_Kind: { in convertSuffixExpression()
2240 case Expression::kIndex_Kind: in setRefKind()
DSkSLJIT.cpp1043 case Expression::kIndex_Kind: in compileExpression()