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.java102 private static final String VK_LAYER_A = VK_LAYER_NAME_PREFIX + "A"; field in CtsRootlessGpuDebugHostTest
323 applySetting("gpu_debug_layers", VK_LAYER_A + ":" + VK_LAYER_B); in testDebugLayerLoadVulkan()
344 String searchStringA = "nullCreateInstance called in " + VK_LAYER_A; in testDebugLayerLoadVulkan()
345 …LogScanResult resultA = scanLog(TAG + "," + VK_LAYER_A + "," + VK_LAYER_B, searchStringA, appStart… in testDebugLayerLoadVulkan()
349 …LogScanResult resultB = scanLog(TAG + "," + VK_LAYER_A + "," + VK_LAYER_B, searchStringB, appStart… in testDebugLayerLoadVulkan()
359 applySetting("gpu_debug_layers", VK_LAYER_A + ":" + VK_LAYER_B); in testLayerNotLoadedVulkan()
374 assertVkLayerEnumeration(appStartTime, VK_LAYER_A, false); in testLayerNotLoadedVulkan()
405 applySetting("gpu_debug_layers", VK_LAYER_A); in testDebugNotEnabledVulkan()
420 assertVkLayerEnumeration(appStartTime, VK_LAYER_A, false); in testDebugNotEnabledVulkan()
433 applySetting("gpu_debug_layers", VK_LAYER_A); in testDebugWrongAppVulkan()
[all …]