Searched refs:query_dmabuf_modifiers (Results 1 - 25 of 33) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_resource.c119 pscreen->query_dmabuf_modifiers = nvc0_query_dmabuf_modifiers;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_screen.h401 void (*query_dmabuf_modifiers)(struct pipe_screen *screen, member in struct:pipe_screen
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_resource.c172 pscreen->query_dmabuf_modifiers = nvc0_query_dmabuf_modifiers;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_rbug/
H A Drbug_screen.c160 screen->query_dmabuf_modifiers(screen,
458 SCR_INIT(query_dmabuf_modifiers);
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_screen.h448 void (*query_dmabuf_modifiers)(struct pipe_screen *screen, member in struct:pipe_screen
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/tegra/
H A Dtegra_screen.c513 screen->gpu->query_dmabuf_modifiers(screen->gpu, format, max, modifiers,
594 screen->base.query_dmabuf_modifiers = tegra_screen_query_dmabuf_modifiers;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/tegra/
H A Dtegra_screen.c524 screen->gpu->query_dmabuf_modifiers(screen->gpu, format, max, modifiers,
629 screen->base.query_dmabuf_modifiers = tegra_screen_query_dmabuf_modifiers;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c675 oscreen->query_dmabuf_modifiers(oscreen, format, max, modifiers,
752 screen->query_dmabuf_modifiers = noop_query_dmabuf_modifiers;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_screen.c568 pscreen->query_dmabuf_modifiers = vc4_screen_query_dmabuf_modifiers;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_screen.c526 screen->base.query_dmabuf_modifiers = lima_screen_query_dmabuf_modifiers;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_screen.c604 pscreen->query_dmabuf_modifiers = vc4_screen_query_dmabuf_modifiers;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_screen.c715 pscreen->query_dmabuf_modifiers = v3d_screen_query_dmabuf_modifiers;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
H A Ddri2.c1343 if (pscreen->query_dmabuf_modifiers != NULL &&
1348 pscreen->query_dmabuf_modifiers(pscreen, format, max, modifiers,
1946 if (pscreen->query_dmabuf_modifiers) {
2023 if (pscreen->query_dmabuf_modifiers) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_screen.c730 screen->base.query_dmabuf_modifiers = lima_screen_query_dmabuf_modifiers;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_screen.c834 pscreen->query_dmabuf_modifiers = v3d_screen_query_dmabuf_modifiers;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_screen.c978 trace_dump_call_begin("pipe_screen", "query_dmabuf_modifiers");
984 screen->query_dmabuf_modifiers(screen, format, max, modifiers, external_only, count);
1161 SCR_INIT(query_dmabuf_modifiers);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_screen.c938 pscreen->query_dmabuf_modifiers = fd_screen_query_dmabuf_modifiers;
H A Dfreedreno_resource.c1016 pscreen->query_dmabuf_modifiers(pscreen, pfmt, 0, NULL, NULL, &count);
1020 pscreen->query_dmabuf_modifiers(pscreen, pfmt, count, modifiers, NULL, &count);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_screen.c1121 pscreen->query_dmabuf_modifiers = fd_screen_query_dmabuf_modifiers;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_screen.c876 screen->base.query_dmabuf_modifiers = panfrost_query_dmabuf_modifiers;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri2.c1545 if (pscreen->query_dmabuf_modifiers != NULL) {
1546 pscreen->query_dmabuf_modifiers(pscreen, format, max, modifiers,
1570 if (!pscreen->query_dmabuf_modifiers)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_screen.c1014 pscreen->query_dmabuf_modifiers = etna_screen_query_dmabuf_modifiers;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_screen.c1119 pscreen->query_dmabuf_modifiers = etna_screen_query_dmabuf_modifiers;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_resource.c1630 pscreen->query_dmabuf_modifiers = iris_query_dmabuf_modifiers;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_resource.c1984 pscreen->query_dmabuf_modifiers = crocus_query_dmabuf_modifiers;

Completed in 51 milliseconds

12