Searched refs:fbtexture (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.h231 struct pipe_sampler_view *fbtexture; member in struct:nvc0_context
H A Dnvc0_state_validate.c797 struct pipe_sampler_view *old_view = nvc0->fbtexture;
831 pipe_sampler_view_reference(&nvc0->fbtexture, NULL);
832 nvc0->fbtexture = new_view;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.h232 struct pipe_sampler_view *fbtexture; member in struct:nvc0_context
H A Dnvc0_state_validate.c806 struct pipe_sampler_view *old_view = nvc0->fbtexture;
840 pipe_sampler_view_reference(&nvc0->fbtexture, NULL);
841 nvc0->fbtexture = new_view;

Completed in 6 milliseconds