Searched refs:queryDmaBufModifiers (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/docs/relnotes/ |
D | 18.2.2.rst | 98 - st/dri: don't set queryDmaBufFormats/queryDmaBufModifiers if the
|
D | 18.1.9.rst | 133 - st/dri: don't set queryDmaBufFormats/queryDmaBufModifiers if the
|
D | 20.1.0.rst | 3294 - gbm/dri: Propagate queryDmaBufModifiers return value
|
/third_party/mesa3d/src/loader/ |
D | loader_dri3_helper.c | 1317 if (!draw->ext->image->queryDmaBufModifiers(draw->dri_screen, in has_supported_modifier() 1327 draw->ext->image->queryDmaBufModifiers(draw->dri_screen, format, in has_supported_modifier() 1393 draw->ext->image->queryDmaBufModifiers && in dri3_alloc_render_buffer()
|
/third_party/mesa3d/src/gbm/backends/dri/ |
D | gbm_dri.c | 645 if (dri->image->base.version <= 15 || !dri->image->queryDmaBufModifiers) { in gbm_dri_is_format_supported() 657 if (!dri->image->queryDmaBufModifiers(dri->screen, format, 0, NULL, NULL, in gbm_dri_is_format_supported()
|
/third_party/mesa3d/include/GL/internal/ |
D | dri_interface.h | 1659 unsigned char (*queryDmaBufModifiers)(__DRIscreen *screen, int fourcc, member
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri2.c | 1801 .queryDmaBufModifiers = NULL, 2289 screen->image_extension.queryDmaBufModifiers = in dri2_init_screen_extensions()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 2809 dri2_dpy->image->queryDmaBufModifiers == NULL) in dri2_query_dma_buf_modifiers() 2812 if (dri2_dpy->image->queryDmaBufModifiers(dri2_dpy->dri_screen, format, in dri2_query_dma_buf_modifiers()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_screen.c | 1547 .queryDmaBufModifiers = brw_query_dma_buf_modifiers,
|