Home
last modified time | relevance | path

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

/external/skia/src/sksl/ast/
DSkSLASTIndexSuffix.h22 : INHERITED(position, ASTSuffix::kIndex_Kind) in ASTIndexSuffix()
26 : INHERITED(expression ? expression->fPosition : Position(), ASTSuffix::kIndex_Kind) in ASTIndexSuffix()
DSkSLASTSuffix.h22 kIndex_Kind, enumerator
/external/skia/src/sksl/ir/
DSkSLExpression.h36 kIndex_Kind, enumerator
DSkSLIndexExpression.h48 : INHERITED(base->fPosition, kIndex_Kind, index_type(context, base->fType)) in IndexExpression()
/external/skia/src/sksl/
DSkSLCFGGenerator.cpp135 case Expression::kIndex_Kind: in tryRemoveLValueBefore()
184 case Expression::kIndex_Kind: { in tryRemoveExpression()
356 case Expression::kIndex_Kind: in addExpression()
419 case Expression::kIndex_Kind: in addLValue()
DSkSLCompiler.cpp202 case Expression::kIndex_Kind: in addDefinition()
359 case Expression::kIndex_Kind: { in is_dead()
579 case Expression::kIndex_Kind: in clear_write()
DSkSLGLSLCodeGenerator.cpp123 case Expression::kIndex_Kind: in writeExpression()
DSkSLSPIRVCodeGenerator.cpp1230 case Expression::kIndex_Kind: in writeExpression()
1704 case Expression::kIndex_Kind: in get_storage_class()
1714 case Expression::kIndex_Kind: { in getAccessChain()
1847 case Expression::kIndex_Kind: // fall through in getLValue()
DSkSLIRGenerator.cpp1798 case ASTSuffix::kIndex_Kind: { in convertSuffixExpression()
1922 case Expression::kIndex_Kind: in markWrittenTo()