Searched refs:fFieldIndex (Results 1 – 14 of 14) sorted by relevance
/third_party/flutter/skia/src/sksl/ir/ |
D | SkSLFieldAccess.h | 31 , fFieldIndex(fieldIndex) 39 return std::unique_ptr<Expression>(new FieldAccess(fBase->clone(), fFieldIndex, in clone() 44 return fBase->description() + "." + fBase->fType.fields()[fFieldIndex].fName; in description() 48 const int fFieldIndex; member
|
D | SkSLField.h | 28 , fFieldIndex(fieldIndex) {} in Field() 31 return fOwner.description() + "." + fOwner.fType.fields()[fFieldIndex].fName; in description() 35 const int fFieldIndex; member
|
/third_party/skia/src/sksl/ir/ |
D | SkSLField.h | 31 , fFieldIndex(fieldIndex) {} in Field() 34 return fFieldIndex; in fieldIndex() 47 int fFieldIndex; variable
|
D | SkSLFieldAccess.h | 35 , fFieldIndex(fieldIndex) 60 return fFieldIndex; in fieldIndex() 83 int fFieldIndex;
|
D | SkSLFunctionDefinition.cpp | 57 ? Field(rtAdjust.fInterfaceBlock, rtAdjust.fFieldIndex) in append_rtadjust_fixup_to_vertex_main()
|
/third_party/skia/src/sksl/ |
D | SkSLThreadContext.h | 118 int fFieldIndex = -1; member
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLGLSLCodeGenerator.cpp | 830 return "sk_Position" == f.fBase->fType.fields()[f.fFieldIndex].fName; in writeFunctionCall() 838 switch (f.fBase->fType.fields()[f.fFieldIndex].fModifiers.fLayout.fBuiltin) { in writeFunctionCall() 843 StringFragment name = f.fBase->fType.fields()[f.fFieldIndex].fName; in writeFunctionCall() 849 this->write(f.fBase->fType.fields()[f.fFieldIndex].fName); in writeFunctionCall()
|
D | SkSLCPPCodeGenerator.cpp | 368 const Type::Field& field = fContext.fFragmentProcessor_Type->fields()[access.fFieldIndex]; in writeFieldAccess()
|
D | SkSLMetalCodeGenerator.cpp | 559 const Type::Field* field = &f.fBase->fType.fields()[f.fFieldIndex]; in writeFieldAccess()
|
D | SkSLByteCodeGenerator.cpp | 436 for (int i = 0; i < f.fFieldIndex; ++i) { in getLocation()
|
D | SkSLIRGenerator.cpp | 1219 field->fFieldIndex, in convertIdentifier()
|
D | SkSLSPIRVCodeGenerator.cpp | 1565 IntLiteral index(fContext, -1, fieldExpr.fFieldIndex); in getAccessChain()
|
/third_party/skia/src/sksl/dsl/ |
D | DSLCore.cpp | 226 rtAdjust.fFieldIndex = i; in FindRTAdjust()
|
/third_party/skia/tests/ |
D | SkSLDSLTest.cpp | 2052 REPORTER_ASSERT(r, SkSL::ThreadContext::RTAdjustState().fFieldIndex == 1); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
|