Searched refs:presentRectangles (Results 1 – 1 of 1) sorted by relevance
995 VkRect2D* presentRectangles; in queryDevGroupSurfacePresentModesTest() local1079 presentRectangles = reinterpret_cast<VkRect2D*>(rectanglesBuffer.data()); in queryDevGroupSurfacePresentModesTest()1082 …viceGroupProps[devGroupIdx].physicalDevices[physDevIdx], *surface, &rectCount, presentRectangles)); in queryDevGroupSurfacePresentModesTest()1101 deUint32 rectATop = presentRectangles[rectIdx1].offset.y; in queryDevGroupSurfacePresentModesTest()1102 deUint32 rectALeft = presentRectangles[rectIdx1].offset.x; in queryDevGroupSurfacePresentModesTest()1103 …deUint32 rectABottom = presentRectangles[rectIdx1].offset.y + presentRectangles[rectIdx1].extent.h… in queryDevGroupSurfacePresentModesTest()1104 …deUint32 rectARight = presentRectangles[rectIdx1].offset.x + presentRectangles[rectIdx1].extent.w… in queryDevGroupSurfacePresentModesTest()1106 deUint32 rectBTop = presentRectangles[rectIdx2].offset.y; in queryDevGroupSurfacePresentModesTest()1107 deUint32 rectBLeft = presentRectangles[rectIdx2].offset.x; in queryDevGroupSurfacePresentModesTest()1108 …deUint32 rectBBottom = presentRectangles[rectIdx2].offset.y + presentRectangles[rectIdx2].extent.h… in queryDevGroupSurfacePresentModesTest()[all …]