Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_others.cpp4624 VkMemoryAllocateInfo as_memory_alloc_bad_alignment = as_memory_alloc; in TEST_F() local
4625 as_memory_alloc_bad_alignment.allocationSize += 1; in TEST_F()
4628 …ASSERT_VK_SUCCESS(vkAllocateMemory(device(), &as_memory_alloc_bad_alignment, NULL, &as_memory_bad_… in TEST_F()