Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp419 int computeInterfaceBlockMemberAlignment(const VarType &type) in computeInterfaceBlockMemberAlignment() function
442 return computeInterfaceBlockMemberAlignment(type.getElementType()); in computeInterfaceBlockMemberAlignment()
450 … maxAlignment = de::max(maxAlignment, computeInterfaceBlockMemberAlignment(memberIter->getType())); in computeInterfaceBlockMemberAlignment()
537 … baseAlignment = std::max(baseAlignment, computeInterfaceBlockMemberAlignment(member.getType())); in computeInterfaceBlockAlignment()
559 int baseAlignment = computeInterfaceBlockMemberAlignment(type); in computeXfbLayout()