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.java105 private static final String VK_LAYER_A = VK_LAYER_NAME_PREFIX + "A"; field in CtsRootlessGpuDebugHostTest
341 applySetting("gpu_debug_layers", VK_LAYER_A + ":" + VK_LAYER_B); in testDebugLayerLoadVulkan()
360 String searchStringA = "nullCreateInstance called in " + VK_LAYER_A; in testDebugLayerLoadVulkan()
361 …LogScanResult resultA = scanLog(TAG + "," + VK_LAYER_A + "," + VK_LAYER_B, searchStringA, appStart… in testDebugLayerLoadVulkan()
365 …LogScanResult resultB = scanLog(TAG + "," + VK_LAYER_A + "," + VK_LAYER_B, searchStringB, appStart… in testDebugLayerLoadVulkan()
376 applySetting("gpu_debug_layers", VK_LAYER_A + ":" + VK_LAYER_B); in testLayerNotLoadedVulkan()
391 assertVkLayerEnumeration(appStartTime, VK_LAYER_A, false); in testLayerNotLoadedVulkan()
425 applySetting("gpu_debug_layers", VK_LAYER_A); in testDebugNotEnabledVulkan()
440 assertVkLayerEnumeration(appStartTime, VK_LAYER_A, false); in testDebugNotEnabledVulkan()
454 applySetting("gpu_debug_layers", VK_LAYER_A); in testDebugWrongAppVulkan()
[all …]