Home
last modified time | relevance | path

Searched refs:kSetting_Kind (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/sksl/ir/
DSkSLSetting.h22 : INHERITED(offset, kSetting_Kind, value->fType) in Setting()
DSkSLExpression.h40 kSetting_Kind, enumerator
DSkSLVariableReference.cpp80 case Expression::kSetting_Kind: { in copy_constant()
/external/skqp/src/sksl/
DSkSLCFGGenerator.cpp243 case Expression::kSetting_Kind: // fall through in tryRemoveExpression()
394 case Expression::kSetting_Kind: // fall through in addExpression()
DSkSLInterpreter.cpp449 case Expression::kSetting_Kind: in evaluate()
DSkSLGLSLCodeGenerator.cpp224 case Expression::kSetting_Kind: in writeExpression()
DSkSLMetalCodeGenerator.cpp143 case Expression::kSetting_Kind: in writeExpression()
DSkSLJIT.cpp1049 case Expression::kSetting_Kind: in compileExpression()