Searched refs:specVersion (Results 1 – 4 of 4) sorted by relevance
54 ALOGI("VK_EXT_debug_utils: %u", properties[i].specVersion); in initVulkan()
88 uint32_t specVersion; member
5474 if (pDesc->props.specVersion < pProfile->specVersion) { in vpGetInstanceProfileSupport()5656 if (pDesc->props.specVersion < pProfile->specVersion) { in vpGetPhysicalDeviceProfileSupport()
209 …private void assertVkExtension(String startTime, String extensionName, int specVersion) throws Exc… in assertVkExtension() argument210 String searchString = extensionName + ": " + specVersion; in assertVkExtension()212 …Assert.assertTrue(extensionName + "with spec version: " + specVersion + " was not advertised", res… in assertVkExtension()