Home
last modified time | relevance | path

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

/external/skqp/src/sksl/ir/
DSkSLSwizzle.h98 : INHERITED(base->fOffset, kSwizzle_Kind, get_type(context, *base, components.size())) in Swizzle()
149 : INHERITED(base->fOffset, kSwizzle_Kind, type) in Swizzle()
DSkSLExpression.h41 kSwizzle_Kind, enumerator
/external/skqp/src/sksl/
DSkSLCFGGenerator.cpp131 case Expression::kSwizzle_Kind: in tryRemoveLValueBefore()
185 case Expression::kSwizzle_Kind: { in tryRemoveExpression()
385 case Expression::kSwizzle_Kind: in addExpression()
433 case Expression::kSwizzle_Kind: in addLValue()
DSkSLInterpreter.cpp196 case Expression::kSwizzle_Kind: in getLValue()
451 case Expression::kSwizzle_Kind: in evaluate()
DSkSLMetalCodeGenerator.cpp146 case Expression::kSwizzle_Kind: in writeExpression()
543 Expression::kSwizzle_Kind == b.fLeft->fKind && !b.fLeft->hasSideEffects()) { in writeBinaryExpression()
1389 case Expression::kSwizzle_Kind: in requirements()
DSkSLCompiler.cpp264 case Expression::kSwizzle_Kind: in addDefinition()
454 case Expression::kSwizzle_Kind: in is_dead()
681 case Expression::kSwizzle_Kind: in clear_write()
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()
DSkSLGLSLCodeGenerator.cpp227 case Expression::kSwizzle_Kind: in writeExpression()
DSkSLSPIRVCodeGenerator.cpp656 case Expression::kSwizzle_Kind: in writeExpression()
1646 case Expression::kSwizzle_Kind: { in getLValue()
DSkSLIRGenerator.cpp2233 case Expression::kSwizzle_Kind: in setRefKind()