Searched refs:get_stencil (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_transfer_helper.h98 struct pipe_resource *(*get_stencil)(struct pipe_resource *prsc); member in struct:u_transfer_vtbl
H A Du_transfer_helper.c140 if (helper->vtbl->get_stencil) {
141 struct pipe_resource *stencil = helper->vtbl->get_stencil(prsc);
272 struct pipe_resource *stencil = helper->vtbl->get_stencil(prsc);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_transfer_helper.h98 struct pipe_resource *(*get_stencil)(struct pipe_resource *prsc); member in struct:u_transfer_vtbl
H A Du_transfer_helper.c140 if (helper->vtbl->get_stencil) {
141 struct pipe_resource *stencil = helper->vtbl->get_stencil(prsc);
272 struct pipe_resource *stencil = helper->vtbl->get_stencil(prsc);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_resource.c638 .get_stencil = panfrost_resource_get_stencil,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_resource.c1092 .get_stencil = v3d_resource_get_stencil,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_resource.c1169 .get_stencil = v3d_resource_get_stencil,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c1191 .get_stencil = fd_resource_get_stencil,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_resource.c1624 .get_stencil = iris_resource_get_separate_stencil,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_resource.c1892 .get_stencil = crocus_resource_get_separate_stencil,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c1514 .get_stencil = fd_resource_get_stencil,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_resource.c1340 .get_stencil = panfrost_resource_get_stencil,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_resource.c2607 .get_stencil = iris_resource_get_separate_stencil,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_resource.c1722 .get_stencil = zink_resource_get_separate_stencil,

Completed in 26 milliseconds