Home
last modified time | relevance | path

Searched refs:getInterfaceBlockFieldIndex (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.h240 size_t getInterfaceBlockFieldIndex() const { return mInterfaceBlockFieldIndex; } in getInterfaceBlockFieldIndex() function
DValidateAST.cpp416 const size_t fieldIndex = type.getInterfaceBlockFieldIndex(); in visitVariableNeedingDeclaration()
DOutputSPIRV.cpp4811 uint32_t fieldIndex = static_cast<uint32_t>(type.getInterfaceBlockFieldIndex()); in visitSymbol()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DFindPreciseNodes.cpp91 mChain.push_back(var->getType().getInterfaceBlockFieldIndex()); in build()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
DRewriteRowMajorMatrices.cpp666 const size_t fieldIndex = variable->getType().getInterfaceBlockFieldIndex(); in convertNamelessInterfaceBlockField()