Searched refs:kVariableReference_Kind (Results 1 - 18 of 18) sorted by relevance

/external/skia/src/sksl/ir/
H A DSkSLExpression.h41 kVariableReference_Kind, enumerator in enum:SkSL::Expression::Kind
H A DSkSLVariableReference.h36 : INHERITED(offset, kVariableReference_Kind, variable.fType)
/external/skqp/src/sksl/ir/
H A DSkSLExpression.h41 kVariableReference_Kind, enumerator in enum:SkSL::Expression::Kind
H A DSkSLVariableReference.h36 : INHERITED(offset, kVariableReference_Kind, variable.fType)
/external/skia/src/sksl/
H A DSkSLCFGGenerator.cpp129 case Expression::kVariableReference_Kind:
244 case Expression::kVariableReference_Kind:
272 case Expression::kVariableReference_Kind: {
394 case Expression::kVariableReference_Kind:
435 case Expression::kVariableReference_Kind:
H A DSkSLCPPCodeGenerator.cpp83 if (base.fKind == Expression::kVariableReference_Kind) {
295 ASSERT(Expression::kVariableReference_Kind == c.fArguments[0]->fKind);
327 ASSERT(c.fArguments[0]->fKind == Expression::kVariableReference_Kind);
H A DSkSLMetalCodeGenerator.cpp121 case Expression::kVariableReference_Kind:
301 Expression::kVariableReference_Kind == b.fLeft->fKind &&
898 case Expression::kVariableReference_Kind: {
H A DSkSLCompiler.cpp220 case Expression::kVariableReference_Kind: {
308 case Expression::kVariableReference_Kind: {
400 case Expression::kVariableReference_Kind:
622 case Expression::kVariableReference_Kind: {
662 case Expression::kVariableReference_Kind: {
H A DSkSLGLSLCodeGenerator.cpp212 case Expression::kVariableReference_Kind:
H A DSkSLIRGenerator.cpp874 case Expression::kVariableReference_Kind: {
1473 ASSERT(arguments[0]->fKind == Expression::kVariableReference_Kind);
2075 case Expression::kVariableReference_Kind: {
H A DSkSLSPIRVCodeGenerator.cpp650 case Expression::kVariableReference_Kind:
1425 case Expression::kVariableReference_Kind: {
1572 case Expression::kVariableReference_Kind: {
/external/skqp/src/sksl/
H A DSkSLCFGGenerator.cpp129 case Expression::kVariableReference_Kind:
244 case Expression::kVariableReference_Kind:
272 case Expression::kVariableReference_Kind: {
394 case Expression::kVariableReference_Kind:
435 case Expression::kVariableReference_Kind:
H A DSkSLCPPCodeGenerator.cpp83 if (base.fKind == Expression::kVariableReference_Kind) {
295 ASSERT(Expression::kVariableReference_Kind == c.fArguments[0]->fKind);
327 ASSERT(c.fArguments[0]->fKind == Expression::kVariableReference_Kind);
H A DSkSLMetalCodeGenerator.cpp121 case Expression::kVariableReference_Kind:
301 Expression::kVariableReference_Kind == b.fLeft->fKind &&
898 case Expression::kVariableReference_Kind: {
H A DSkSLCompiler.cpp220 case Expression::kVariableReference_Kind: {
308 case Expression::kVariableReference_Kind: {
400 case Expression::kVariableReference_Kind:
622 case Expression::kVariableReference_Kind: {
662 case Expression::kVariableReference_Kind: {
H A DSkSLGLSLCodeGenerator.cpp212 case Expression::kVariableReference_Kind:
H A DSkSLIRGenerator.cpp873 case Expression::kVariableReference_Kind: {
1472 ASSERT(arguments[0]->fKind == Expression::kVariableReference_Kind);
2074 case Expression::kVariableReference_Kind: {
H A DSkSLSPIRVCodeGenerator.cpp650 case Expression::kVariableReference_Kind:
1417 case Expression::kVariableReference_Kind: {
1564 case Expression::kVariableReference_Kind: {

Completed in 325 milliseconds