Home
last modified time | relevance | path

Searched refs:ZINK_BIND_DMABUF (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.h46 #define ZINK_BIND_DMABUF (1u << 29) macro
H A Dzink_resource.c474 bind & (PIPE_BIND_LINEAR | ZINK_BIND_DMABUF) ? VK_IMAGE_TILING_LINEAR : VK_IMAGE_TILING_OPTIMAL; in create_ici()
585 bool needs_export = (templ->bind & (ZINK_BIND_VIDEO | ZINK_BIND_DMABUF)) != 0; in resource_object_create()
947 if ((templ->bind & ZINK_BIND_VIDEO) || ((templ->bind & PIPE_BIND_SHARED) && shared) || (templ->bind & ZINK_BIND_DMABUF)) { in resource_object_create()
1203 res->base.b.bind |= ZINK_BIND_DMABUF; in resource_create()
1237 if (bind & ZINK_BIND_DMABUF && !res->modifiers_count && screen->info.have_EXT_image_drm_format_modifier) { in add_resource_bind()
1414 unsigned bind = ZINK_BIND_DMABUF; in zink_resource_get_handle()

Completed in 4 milliseconds