Home
last modified time | relevance | path

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

/cts/hostsidetests/gputools/src/android/gputools/cts/
DCtsRootlessGpuDebugHostTest.java103 private static final String VK_LAYER_A = VK_LAYER_NAME_PREFIX + "A"; field in CtsRootlessGpuDebugHostTest
338 applySetting("gpu_debug_layers", VK_LAYER_A + ":" + VK_LAYER_B); in testDebugLayerLoadVulkan()
357 String searchStringA = "nullCreateInstance called in " + VK_LAYER_A; in testDebugLayerLoadVulkan()
358 …LogScanResult resultA = scanLog(TAG + "," + VK_LAYER_A + "," + VK_LAYER_B, searchStringA, appStart… in testDebugLayerLoadVulkan()
362 …LogScanResult resultB = scanLog(TAG + "," + VK_LAYER_A + "," + VK_LAYER_B, searchStringB, appStart… in testDebugLayerLoadVulkan()
373 applySetting("gpu_debug_layers", VK_LAYER_A + ":" + VK_LAYER_B); in testLayerNotLoadedVulkan()
388 assertVkLayerEnumeration(appStartTime, VK_LAYER_A, false); in testLayerNotLoadedVulkan()
419 applySetting("gpu_debug_layers", VK_LAYER_A); in testDebugNotEnabledVulkan()
434 assertVkLayerEnumeration(appStartTime, VK_LAYER_A, false); in testDebugNotEnabledVulkan()
447 applySetting("gpu_debug_layers", VK_LAYER_A); in testDebugWrongAppVulkan()
[all …]