Searched refs:hasProtectedMemory (Results 1 – 1 of 1) sorted by relevance
91 final boolean hasProtectedMemory = filteredDevices.stream().allMatch( in checkVulkanProtectedMemoryAndGlobalPrioritySupport()92 this::hasProtectedMemory); in checkVulkanProtectedMemoryAndGlobalPrioritySupport()95 req.setVkPhysicalDeviceProtectedMemory(hasProtectedMemory); in checkVulkanProtectedMemoryAndGlobalPrioritySupport()130 private boolean hasProtectedMemory(JSONObject device) { in hasProtectedMemory() method in VulkanTest