Searched refs:getTypeBaseAlignment (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/compiler/translator/ |
D | blocklayout.cpp | 321 baseAlignment = getTypeBaseAlignment(type, isRowMajorMatrix); in getBlockLayoutInfo() 322 matrixStride = static_cast<int>(getTypeBaseAlignment(type, isRowMajorMatrix)); in getBlockLayoutInfo() 328 static_cast<int>(getTypeBaseAlignment(type, isRowMajorMatrix) * numRegisters); in getBlockLayoutInfo() 333 baseAlignment = static_cast<int>(getTypeBaseAlignment(type, false)); in getBlockLayoutInfo() 334 arrayStride = static_cast<int>(getTypeBaseAlignment(type, false)); in getBlockLayoutInfo() 381 size_t Std140BlockEncoder::getTypeBaseAlignment(GLenum type, bool isRowMajorMatrix) const in getTypeBaseAlignment() function in sh::Std140BlockEncoder 401 size_t Std430BlockEncoder::getTypeBaseAlignment(GLenum type, bool isRowMajorMatrix) const in getTypeBaseAlignment() function in sh::Std430BlockEncoder
|
D | blocklayout.h | 208 virtual size_t getTypeBaseAlignment(GLenum type, bool isRowMajorMatrix) const; 218 size_t getTypeBaseAlignment(GLenum type, bool isRowMajorMatrix) const override;
|
/external/angle/src/libANGLE/renderer/metal/ |
D | blocklayoutMetal.h | 80 size_t getTypeBaseAlignment(GLenum type, bool isRowMajorMatrix) const;
|
D | blocklayoutMetal.cpp | 395 size_t BlockLayoutEncoderMTL::getTypeBaseAlignment(GLenum type, bool isRowMajorMatrix) const in getTypeBaseAlignment() function in rx::mtl::BlockLayoutEncoderMTL
|