Lines Matching refs:result
425 VkBool32 result = 0;
427 VK_CHECK(vki.getPhysicalDeviceSurfaceSupportKHR(physicalDevice, queueFamilyIndex, surface, &result));
429 return result;
665 tcu::UVec2 result = fallbackSize;
675 result.x() = deUint32(screen->width);
676 result.y() = deUint32(screen->height);
686 // result.x() = deUint32(screen->width_in_pixels);
687 // result.y() = deUint32(screen->height_in_pixels);
712 result.x() = deUint32(abs(monitorInfo.rcMonitor.right - monitorInfo.rcMonitor.left));
713 result.y() = deUint32(abs(monitorInfo.rcMonitor.top - monitorInfo.rcMonitor.bottom));
736 return result;