Home
last modified time | relevance | path

Searched refs:fFieldIndex (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/src/sksl/ir/
DSkSLFieldAccess.h31 , 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
DSkSLField.h28 , 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/
DSkSLField.h31 , fFieldIndex(fieldIndex) {} in Field()
34 return fFieldIndex; in fieldIndex()
47 int fFieldIndex; variable
DSkSLFieldAccess.h35 , fFieldIndex(fieldIndex)
60 return fFieldIndex; in fieldIndex()
83 int fFieldIndex;
DSkSLFunctionDefinition.cpp57 ? Field(rtAdjust.fInterfaceBlock, rtAdjust.fFieldIndex) in append_rtadjust_fixup_to_vertex_main()
/third_party/skia/src/sksl/
DSkSLThreadContext.h118 int fFieldIndex = -1; member
/third_party/flutter/skia/src/sksl/
DSkSLGLSLCodeGenerator.cpp830 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()
DSkSLCPPCodeGenerator.cpp368 const Type::Field& field = fContext.fFragmentProcessor_Type->fields()[access.fFieldIndex]; in writeFieldAccess()
DSkSLMetalCodeGenerator.cpp559 const Type::Field* field = &f.fBase->fType.fields()[f.fFieldIndex]; in writeFieldAccess()
DSkSLByteCodeGenerator.cpp436 for (int i = 0; i < f.fFieldIndex; ++i) { in getLocation()
DSkSLIRGenerator.cpp1219 field->fFieldIndex, in convertIdentifier()
DSkSLSPIRVCodeGenerator.cpp1565 IntLiteral index(fContext, -1, fieldExpr.fFieldIndex); in getAccessChain()
/third_party/skia/src/sksl/dsl/
DDSLCore.cpp226 rtAdjust.fFieldIndex = i; in FindRTAdjust()
/third_party/skia/tests/
DSkSLDSLTest.cpp2052 REPORTER_ASSERT(r, SkSL::ThreadContext::RTAdjustState().fFieldIndex == 1); in DEF_GPUTEST_FOR_MOCK_CONTEXT()