Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp890 return mVariableInfoById; in getVariableInfoByIdMap()
929 std::vector<const ShaderInterfaceVariableInfo *> mVariableInfoById; member in rx::__anon9e0b8ba10111::SpirvTransformerBase
2914 mVariableInfoById.resize(indexBound, nullptr); in resolveVariableIds()
3106 mXfbCodeGenerator.writePendingDeclarations(mVariableInfoById, mIds, mSpirvBlobOut); in writePendingDeclarations()
3112 mVaryingPrecisionFixer.writeInputPreamble(mVariableInfoById, mOptions.shaderType, in writeInputPreamble()
3120 mVaryingPrecisionFixer.writeOutputPrologue(mVariableInfoById, mOptions.shaderType, in writeOutputPrologue()
3181 mVariableInfoById[id] = &info; in visitDecorate()
3280 ASSERT(id < mVariableInfoById.size()); in visitVariable()
3281 ASSERT(mVariableInfoById[id] == nullptr); in visitVariable()
3288 mVariableInfoById[id] = &mBuiltinVariableInfo; in visitVariable()
[all …]