Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_image.h92 bool imported_dmabuf; member
Dbrw_tex_image.c656 if (storage && target == GL_TEXTURE_2D && image->imported_dmabuf) { in brw_image_target_texture()
Dbrw_screen.c1323 image->imported_dmabuf = true; in brw_create_image_from_dma_bufs2()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_screen.h121 boolean imported_dmabuf; member
Ddri_screen.c453 if (img->imported_dmabuf && map) { in dri_get_egl_image()
Ddri2.c1054 img->imported_dmabuf = TRUE; in dri2_create_image_from_fd()