Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
Dblocklayout.cpp321 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
Dblocklayout.h208 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/
DblocklayoutMetal.h80 size_t getTypeBaseAlignment(GLenum type, bool isRowMajorMatrix) const;
DblocklayoutMetal.cpp395 size_t BlockLayoutEncoderMTL::getTypeBaseAlignment(GLenum type, bool isRowMajorMatrix) const in getTypeBaseAlignment() function in rx::mtl::BlockLayoutEncoderMTL