Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c632 obj->host_visible = mem_type.propertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; in resource_object_create()
1110 assert(res->obj->host_visible); in map_resource()
1214 (!res->obj->host_visible || in zink_buffer_map()
1220 if (!res->obj->host_visible || force_discard_range || in zink_buffer_map()
1247 if (!res->obj->host_visible) in zink_buffer_map()
1253 …e & PIPE_MAP_PERSISTENT) && res->base.b.usage != PIPE_USAGE_STAGING) || !res->obj->host_visible)) { in zink_buffer_map()
1255 if (!res->obj->host_visible || !(usage & PIPE_MAP_ONCE)) { in zink_buffer_map()
1348 if (res->optimal_tiling || !res->obj->host_visible) { in zink_image_map()
Dzink_resource.h86 bool host_visible; member
/third_party/vk-gl-cts/android/cts/master/vk-master-2020-03-01/
Dapi.txt29520 dEQP-VK.api.external.memory.dma_buf.suballocated.host_visible.import_twice
29521 dEQP-VK.api.external.memory.dma_buf.suballocated.host_visible.import_multiple_times
29522 dEQP-VK.api.external.memory.dma_buf.suballocated.host_visible.dup
29523 dEQP-VK.api.external.memory.dma_buf.suballocated.host_visible.dup2
29524 dEQP-VK.api.external.memory.dma_buf.suballocated.host_visible.dup3
29525 dEQP-VK.api.external.memory.dma_buf.suballocated.host_visible.send_over_socket
29526 dEQP-VK.api.external.memory.dma_buf.suballocated.host_visible.export_multiple_times
29527 dEQP-VK.api.external.memory.dma_buf.suballocated.host_visible.fd_properties
29544 dEQP-VK.api.external.memory.dma_buf.dedicated.host_visible.import_twice
29545 dEQP-VK.api.external.memory.dma_buf.dedicated.host_visible.import_multiple_times
[all …]
/third_party/vk-gl-cts/android/cts/master/vk-master-2019-03-01/
Dapi.txt87689 dEQP-VK.api.external.memory.opaque_fd.suballocated.host_visible.import_twice
87690 dEQP-VK.api.external.memory.opaque_fd.suballocated.host_visible.import_multiple_times
87691 dEQP-VK.api.external.memory.opaque_fd.suballocated.host_visible.dup
87692 dEQP-VK.api.external.memory.opaque_fd.suballocated.host_visible.dup2
87693 dEQP-VK.api.external.memory.opaque_fd.suballocated.host_visible.dup3
87694 dEQP-VK.api.external.memory.opaque_fd.suballocated.host_visible.send_over_socket
87695 dEQP-VK.api.external.memory.opaque_fd.suballocated.host_visible.export_multiple_times
87711 dEQP-VK.api.external.memory.opaque_fd.dedicated.host_visible.import_twice
87712 dEQP-VK.api.external.memory.opaque_fd.dedicated.host_visible.import_multiple_times
87713 dEQP-VK.api.external.memory.opaque_fd.dedicated.host_visible.dup
[all …]
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst4053 - zink: collapse host_visible and non-coherent alignment alloc cases