Home
last modified time | relevance | path

Searched refs:kSwizzle_Kind (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/src/sksl/ir/
DSkSLSwizzle.h104 : INHERITED(base->fOffset, kSwizzle_Kind, get_type(context, *base, components.size())) in Swizzle()
155 : INHERITED(base->fOffset, kSwizzle_Kind, type) in Swizzle()
DSkSLExpression.h44 kSwizzle_Kind, enumerator
/third_party/flutter/skia/src/sksl/
DSkSLCFGGenerator.cpp133 case Expression::kSwizzle_Kind: in tryRemoveLValueBefore()
187 case Expression::kSwizzle_Kind: { in tryRemoveExpression()
396 case Expression::kSwizzle_Kind: in addExpression()
446 case Expression::kSwizzle_Kind: in addLValue()
DSkSLByteCodeGenerator.cpp506 case Expression::kSwizzle_Kind: { in getLocation()
1174 case Expression::kSwizzle_Kind: in writeExpression()
1323 case Expression::kSwizzle_Kind: { in getLValue()
DSkSLMetalCodeGenerator.cpp148 case Expression::kSwizzle_Kind: in writeExpression()
695 Expression::kSwizzle_Kind == b.fLeft->fKind && !b.fLeft->hasSideEffects()) { in writeBinaryExpression()
1537 case Expression::kSwizzle_Kind: in requirements()
DSkSLJIT.cpp392 case Expression::kSwizzle_Kind: { in getLValue()
1051 case Expression::kSwizzle_Kind: in compileExpression()
1404 case Expression::kSwizzle_Kind: { in getVectorLValue()
1626 case Expression::kSwizzle_Kind: in compileVectorExpression()
DSkSLCompiler.cpp275 case Expression::kSwizzle_Kind: in addDefinition()
467 case Expression::kSwizzle_Kind: in is_dead()
702 case Expression::kSwizzle_Kind: in clear_write()
DSkSLGLSLCodeGenerator.cpp223 case Expression::kSwizzle_Kind: in writeExpression()
DSkSLSPIRVCodeGenerator.cpp676 case Expression::kSwizzle_Kind: in writeExpression()
1726 case Expression::kSwizzle_Kind: { in getLValue()
DSkSLIRGenerator.cpp2490 case Expression::kSwizzle_Kind: { in setRefKind()