Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp3789 std::vector<spirv::IdRef> mExpandedMatrixFirstVectorIdById; member in rx::__anona7c16db40111::SpirvVertexAttributeAliasingTransformer
3839 mExpandedMatrixFirstVectorIdById.resize(indexBound); in preprocessAliasingAttributes()
3875 mExpandedMatrixFirstVectorIdById[matrixId] = attributeId; in preprocessAliasingAttributes()
3878 ASSERT(attributeId == mExpandedMatrixFirstVectorIdById[matrixId] + offset); in preprocessAliasingAttributes()
4047 return mExpandedMatrixFirstVectorIdById[id].valid(); in isMatrixAttribute()
4158 if (!mExpandedMatrixFirstVectorIdById[matrixId].valid()) in transformEntryPoint()
4167 const spirv::IdRef vec0Id(mExpandedMatrixFirstVectorIdById[matrixId]); in transformEntryPoint()
4252 const spirv::IdRef vec0Id(mExpandedMatrixFirstVectorIdById[id]); in transformDecorate()
4504 matrixIdIndex < mExpandedMatrixFirstVectorIdById.size(); ++matrixIdIndex) in declareExpandedMatrixVectors()
4508 if (!mExpandedMatrixFirstVectorIdById[matrixId].valid()) in declareExpandedMatrixVectors()
[all …]