Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp3751 std::array<spirv::IdRef, 5> mFloatTypes; member in rx::__anon3f12047a0111::SpirvVertexAttributeAliasingTransformer
4007 ASSERT(!mFloatTypes[1].valid()); in visitTypeFloat()
4008 mFloatTypes[1] = id; in visitTypeFloat()
4020 if (componentId == mFloatTypes[1]) in visitTypeVector()
4023 ASSERT(!mFloatTypes[componentCount].valid()); in visitTypeVector()
4024 mFloatTypes[componentCount] = id; in visitTypeVector()
4038 if (columnType == mFloatTypes[columnCount]) in visitTypeMatrix()
4057 for (size_t n = 2; n < mFloatTypes.size(); ++n) in visitTypePointer()
4059 if (typeId == mFloatTypes[n]) in visitTypePointer()
4069 ASSERT(mFloatTypes.size() == mMatrixTypes.size()); in visitTypePointer()
[all …]