Home
last modified time | relevance | path

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

/cts/hostsidetests/gputools/apps/jni/
Dandroid_gputools_cts_RootlessGpuDebug.cpp54 ALOGI("VK_EXT_debug_utils: %u", properties[i].specVersion); in initVulkan()
/cts/tests/tests/graphics/jni/
DVulkanProfiles.h88 uint32_t specVersion; member
DVulkanProfiles.cpp5474 if (pDesc->props.specVersion < pProfile->specVersion) { in vpGetInstanceProfileSupport()
5656 if (pDesc->props.specVersion < pProfile->specVersion) { in vpGetPhysicalDeviceProfileSupport()
/cts/hostsidetests/gputools/src/android/gputools/cts/
DCtsRootlessGpuDebugHostTest.java209 …private void assertVkExtension(String startTime, String extensionName, int specVersion) throws Exc… in assertVkExtension() argument
210 String searchString = extensionName + ": " + specVersion; in assertVkExtension()
212 …Assert.assertTrue(extensionName + "with spec version: " + specVersion + " was not advertised", res… in assertVkExtension()