Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.cpp426 int computeInterfaceBlockMemberAlignment (const VarType& type) in computeInterfaceBlockMemberAlignment() function
446 return computeInterfaceBlockMemberAlignment(type.getElementType()); in computeInterfaceBlockMemberAlignment()
453 … maxAlignment = de::max(maxAlignment, computeInterfaceBlockMemberAlignment(memberIter->getType())); in computeInterfaceBlockMemberAlignment()
537 baseAlignment = std::max(baseAlignment, computeInterfaceBlockMemberAlignment(member.getType())); in computeInterfaceBlockAlignment()
560 int baseAlignment = computeInterfaceBlockMemberAlignment(type); in computeXfbLayout()