Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryBindingTests.cpp420 … VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT pageableDeviceLocalMemoryFeature = { in BaseTestInstance() local
432 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()
H A DvktMemoryAllocationTests.cpp193 VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT pageableDeviceLocalMemoryFeature = { in createTestDevice() local
198 pNext = (usePageable) ? &pageableDeviceLocalMemoryFeature : DE_NULL; in createTestDevice()
239 if (usePageable && !pageableDeviceLocalMemoryFeature.pageableDeviceLocalMemory) in createTestDevice()
242 pageableDeviceLocalMemoryFeature.pageableDeviceLocalMemory = usePageable; in createTestDevice()