Searched refs:pageableDeviceLocalMemoryFeature (Results 1 – 2 of 2) sorted by relevance
420 … VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT pageableDeviceLocalMemoryFeature = { in BaseTestInstance() local432 pageableDeviceLocalMemoryFeature.pNext = &maintenance6Feature; in BaseTestInstance()439 … &pageableDeviceLocalMemoryFeature, // const void* pNext in BaseTestInstance()445 if (!pageableDeviceLocalMemoryFeature.pageableDeviceLocalMemory) in BaseTestInstance()452 pageableDeviceLocalMemoryFeature.pageableDeviceLocalMemory = VK_TRUE; in BaseTestInstance()
193 VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT pageableDeviceLocalMemoryFeature = { in createTestDevice() local198 pNext = (usePageable) ? &pageableDeviceLocalMemoryFeature : DE_NULL; in createTestDevice()239 if (usePageable && !pageableDeviceLocalMemoryFeature.pageableDeviceLocalMemory) in createTestDevice()242 pageableDeviceLocalMemoryFeature.pageableDeviceLocalMemory = usePageable; in createTestDevice()