Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_bo.h47 ZINK_HEAP_DEVICE_LOCAL_VISIBLE, enumerator
147 case ZINK_HEAP_DEVICE_LOCAL_VISIBLE: in vk_domain_from_heap()
169 return ZINK_HEAP_DEVICE_LOCAL_VISIBLE; in zink_heap_from_domain_flags()
Dzink_screen.c351 ZINK_HEAP_DEVICE_LOCAL_VISIBLE, in get_smallest_buffer_heap() enumerator
2362 i == ZINK_HEAP_DEVICE_LOCAL_VISIBLE); in zink_internal_create_screen()
2371 unsigned vis_vram = screen->heap_map[ZINK_HEAP_DEVICE_LOCAL_VISIBLE]; in zink_internal_create_screen()
Dzink_bo.c598 if (heap == ZINK_HEAP_DEVICE_LOCAL_VISIBLE && !screen->resizable_bar) { in zink_bo_create()
634 if (heap == ZINK_HEAP_DEVICE_LOCAL_VISIBLE) { in zink_bo_create()
Dzink_resource.c921 case ZINK_HEAP_DEVICE_LOCAL_VISIBLE: in resource_object_create()
1011 if (heap == ZINK_HEAP_DEVICE_LOCAL_VISIBLE) { in resource_object_create()