Searched refs:getTypeBaseAlignment (Results 1 – 2 of 2) sorted by relevance
306 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::Std140BlockEncoder386 size_t Std430BlockEncoder::getTypeBaseAlignment(GLenum type, bool isRowMajorMatrix) const in getTypeBaseAlignment() function in sh::Std430BlockEncoder
166 virtual size_t getTypeBaseAlignment(GLenum type, bool isRowMajorMatrix) const;176 size_t getTypeBaseAlignment(GLenum type, bool isRowMajorMatrix) const override;