Searched refs:blockLayoutFlags (Results 1 – 2 of 2) sorted by relevance
609 …const std::string& blockPrefix, int baseOffset, const BufferVar& bufVar, deUint32 blockLayoutFlags) in computeReferenceLayout() argument612 const deUint32 combinedFlags = mergeLayoutFlags(blockLayoutFlags, bufVar.getFlags()); in computeReferenceLayout()619 const bool isStd140 = (blockLayoutFlags & LAYOUT_STD140) != 0; in computeReferenceLayout()621 …const int baseAlignment = (blockLayoutFlags & LAYOUT_SCALAR) != 0 ? computeScalarBlockAlignment… in computeReferenceLayout()623 …(blockLayoutFlags & LAYOUT_RELAXED) != 0 ? computeRelaxedBlockBaseAlignment(varType, combinedFlags… in computeReferenceLayout()633 const int stride = (blockLayoutFlags & LAYOUT_SCALAR) ? getDataTypeByteSize(elemBasicType) : in computeReferenceLayout()664 const int stride = (blockLayoutFlags & LAYOUT_SCALAR) ? getDataTypeByteSize(vecType) : in computeReferenceLayout()
589 …const std::string& blockPrefix, int baseOffset, const BufferVar& bufVar, deUint32 blockLayoutFlags) in computeReferenceLayout() argument592 const deUint32 combinedFlags = mergeLayoutFlags(blockLayoutFlags, bufVar.getFlags()); in computeReferenceLayout()599 const bool isStd140 = (blockLayoutFlags & LAYOUT_STD140) != 0; in computeReferenceLayout()