Searched refs:curLocation (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackFuzzLayoutCase.cpp | 556 void computeXfbLayout (InterfaceLayout& layout, int& curOffset, int& curLocation, int curBlockNdx, … in computeXfbLayout() argument 604 entry.locationNdx = curLocation; in computeXfbLayout() 607 curLocation += deDivRoundUp32(fieldSizeForLocation, locationAlignSize); in computeXfbLayout() 632 entry.locationNdx = curLocation; in computeXfbLayout() 636 curLocation += deDivRoundUp32(fieldSizeForLocation, locationAlignSize); in computeXfbLayout() 660 entry.locationNdx = curLocation; in computeXfbLayout() 664 curLocation += deDivRoundUp32(fieldSizeForLocation, locationAlignSize); in computeXfbLayout() 673 …computeXfbLayout(layout, curOffset, curLocation, curBlockNdx, curPrefix + "[" + de::toString(elemN… in computeXfbLayout() 681 …computeXfbLayout(layout, curOffset, curLocation, curBlockNdx, curPrefix + "." + memberIter->getNam… in computeXfbLayout() 690 int curLocation = 0; in computeXfbLayout() local [all …]
|