Home
last modified time | relevance | path

Searched refs:VULKAN_1_1_API_VERSION (Results 1 – 1 of 1) sorted by relevance

/test/vts/tests/gpu_test/src/com/android/gpu/vts/
DVulkanTest.java44 private static final int VULKAN_1_1_API_VERSION = 0x401000; field in VulkanTest
122 bestApiVersion >= VULKAN_1_1_API_VERSION); in checkVulkan1_1Requirements()
268 if (device.getJSONObject("properties").getInt("apiVersion") < VULKAN_1_1_API_VERSION) { in checkVulkanDeviceMemoryReportSupport()