Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
Dblocklayout.cpp270 baseAlignment = getTypeBaseAlignment(type, isRowMajorMatrix); in getBlockLayoutInfo()
271 matrixStride = static_cast<int>(getTypeBaseAlignment(type, isRowMajorMatrix)); in getBlockLayoutInfo()
277 static_cast<int>(getTypeBaseAlignment(type, isRowMajorMatrix) * numRegisters); in getBlockLayoutInfo()
282 baseAlignment = static_cast<int>(getTypeBaseAlignment(type, false)); in getBlockLayoutInfo()
283 arrayStride = static_cast<int>(getTypeBaseAlignment(type, false)); in getBlockLayoutInfo()
323 size_t Std140BlockEncoder::getTypeBaseAlignment(GLenum type, bool isRowMajorMatrix) const in getTypeBaseAlignment() function in sh::Std140BlockEncoder
343 size_t Std430BlockEncoder::getTypeBaseAlignment(GLenum type, bool isRowMajorMatrix) const in getTypeBaseAlignment() function in sh::Std430BlockEncoder
Dblocklayout.h161 virtual size_t getTypeBaseAlignment(GLenum type, bool isRowMajorMatrix) const;
171 size_t getTypeBaseAlignment(GLenum type, bool isRowMajorMatrix) const override;