Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.c1103 VkMemoryHostPointerPropertiesEXT memory_host_pointer_properties = {0}; in update_alloc_info_flags() local
1104 memory_host_pointer_properties.sType = VK_STRUCTURE_TYPE_MEMORY_HOST_POINTER_PROPERTIES_EXT; in update_alloc_info_flags()
1105 memory_host_pointer_properties.pNext = NULL; in update_alloc_info_flags()
1106 …terPropertiesEXT)(screen->dev, handle_type, alloc_info->user_mem, &memory_host_pointer_properties); in update_alloc_info_flags()
1111 reqs->memoryTypeBits &= memory_host_pointer_properties.memoryTypeBits; in update_alloc_info_flags()