Home
last modified time | relevance | path

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

/external/skqp/src/sksl/ir/
DSkSLConstructor.h29 : INHERITED(offset, kConstructor_Kind, type) in Constructor()
93 SkASSERT(other.fKind == Expression::kConstructor_Kind && other.fType == fType); in compareConstant()
145 SkASSERT(arg->fKind == Expression::kConstructor_Kind); in getVecComponent()
178 SkASSERT(fArguments[0]->fKind == Expression::kConstructor_Kind); in getMatComponent()
199 SkASSERT(arg->fKind == Expression::kConstructor_Kind); in getMatComponent()
DSkSLSwizzle.h106 if (fBase->fKind == Expression::kConstructor_Kind && fBase->isConstant()) { in constantPropagate()
108 SkASSERT(fBase->fKind == Expression::kConstructor_Kind); in constantPropagate()
DSkSLExpression.h31 kConstructor_Kind, enumerator
DSkSLVariableReference.cpp71 case Expression::kConstructor_Kind: { in copy_constant()
/external/skqp/src/sksl/
DSkSLCFGGenerator.cpp204 case Expression::kConstructor_Kind: { in tryRemoveExpression()
277 case Expression::kConstructor_Kind: { in tryInsertExpression()
342 case Expression::kConstructor_Kind: { in addExpression()
DSkSLInterpreter.cpp385 case Expression::kConstructor_Kind: in evaluate()
DSkSLMetalCodeGenerator.cpp122 case Expression::kConstructor_Kind: in writeExpression()
1374 case Expression::kConstructor_Kind: { in requirements()
DSkSLJIT.cpp1033 case Expression::kConstructor_Kind: in compileExpression()
1622 case Expression::kConstructor_Kind: in compileVectorExpression()
DSkSLGLSLCodeGenerator.cpp203 case Expression::kConstructor_Kind: in writeExpression()
DSkSLIRGenerator.cpp1411 SkASSERT(left.fKind == Expression::kConstructor_Kind); in constantFold()
1412 SkASSERT(right.fKind == Expression::kConstructor_Kind); in constantFold()
DSkSLCompiler.cpp523 case Expression::kConstructor_Kind: { in is_constant()
DSkSLSPIRVCodeGenerator.cpp642 case Expression::kConstructor_Kind: in writeExpression()