Searched refs:filteredDevices (Results 1 – 1 of 1) sorted by relevance
87 var filteredDevices = mVulkanDevices.stream().filter(this::notCpuDevice).toList(); in checkVulkanProtectedMemoryAndGlobalPrioritySupport() local88 final boolean extGlobalPriority = filteredDevices.stream().allMatch( in checkVulkanProtectedMemoryAndGlobalPrioritySupport()91 final boolean hasProtectedMemory = filteredDevices.stream().allMatch( in checkVulkanProtectedMemoryAndGlobalPrioritySupport()94 req.setVkNonCpuDeviceCount(filteredDevices.size()); in checkVulkanProtectedMemoryAndGlobalPrioritySupport()