Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dblocklayout.cpp306 baseAlignment = getTypeBaseAlignment(type, isRowMajorMatrix); in getBlockLayoutInfo()
307 matrixStride = static_cast<int>(getTypeBaseAlignment(type, isRowMajorMatrix)); in getBlockLayoutInfo()
313 static_cast<int>(getTypeBaseAlignment(type, isRowMajorMatrix) * numRegisters); in getBlockLayoutInfo()
318 baseAlignment = static_cast<int>(getTypeBaseAlignment(type, false)); in getBlockLayoutInfo()
319 arrayStride = static_cast<int>(getTypeBaseAlignment(type, false)); in getBlockLayoutInfo()
366 size_t Std140BlockEncoder::getTypeBaseAlignment(GLenum type, bool isRowMajorMatrix) const in getTypeBaseAlignment() function in sh::Std140BlockEncoder
386 size_t Std430BlockEncoder::getTypeBaseAlignment(GLenum type, bool isRowMajorMatrix) const in getTypeBaseAlignment() function in sh::Std430BlockEncoder
Dblocklayout.h166 virtual size_t getTypeBaseAlignment(GLenum type, bool isRowMajorMatrix) const;
176 size_t getTypeBaseAlignment(GLenum type, bool isRowMajorMatrix) const override;