Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c1089 VkMemoryHostPointerPropertiesEXT memory_host_pointer_properties = {0}; in update_alloc_info_flags() local
1090 memory_host_pointer_properties.sType = VK_STRUCTURE_TYPE_MEMORY_HOST_POINTER_PROPERTIES_EXT; in update_alloc_info_flags()
1091 memory_host_pointer_properties.pNext = NULL; in update_alloc_info_flags()
1092 …terPropertiesEXT)(screen->dev, handle_type, alloc_info->user_mem, &memory_host_pointer_properties); in update_alloc_info_flags()
1097 reqs->memoryTypeBits &= memory_host_pointer_properties.memoryTypeBits; in update_alloc_info_flags()