Home
last modified time | relevance | path

Searched refs:fbtexture (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state_validate.c717 struct pipe_sampler_view *old_view = nvc0->fbtexture; in nvc0_validate_fbread()
751 pipe_sampler_view_reference(&nvc0->fbtexture, NULL); in nvc0_validate_fbread()
752 nvc0->fbtexture = new_view; in nvc0_validate_fbread()
Dnvc0_context.h224 struct pipe_sampler_view *fbtexture; member