Searched defs:getBaseAlignment (Results 1 – 6 of 6) sorted by relevance
135 uint64_t getBaseAlignment() const { return (1u << (Flags >> MOMaxBits)) >> 1; } in getBaseAlignment() function
169 uint64_t getBaseAlignment() const { return (1u << BaseAlignLog2) >> 1; } in getBaseAlignment() function
232 uint64_t getBaseAlignment() const { return (1u << BaseAlignLog2) >> 1; } in getBaseAlignment() function
1378 int TIntermediate::getBaseAlignment(const TType& type, int& size, int& stride, TLayoutPacking layou… in getBaseAlignment() function in glslang::TIntermediate
162 uint32_t getBaseAlignment(uint32_t member_id, bool roundUp, in getBaseAlignment() function