Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTypes.h242 size_t getInterfaceBlockFieldIndex() const { return mInterfaceBlockFieldIndex; } in getInterfaceBlockFieldIndex() function
DValidateAST.cpp582 const size_t fieldIndex = type.getInterfaceBlockFieldIndex(); in visitVariableNeedingDeclaration()
/external/angle/src/compiler/translator/tree_util/
DFindPreciseNodes.cpp92 mChain.push_back(var->getType().getInterfaceBlockFieldIndex()); in build()
/external/angle/src/compiler/translator/tree_ops/glsl/apple/
DRewriteRowMajorMatrices.cpp668 const size_t fieldIndex = variable->getType().getInterfaceBlockFieldIndex(); in convertNamelessInterfaceBlockField()
/external/angle/src/compiler/translator/spirv/
DOutputSPIRV.cpp4797 uint32_t fieldIndex = static_cast<uint32_t>(type.getInterfaceBlockFieldIndex()); in visitSymbol()