Searched refs:new_view (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state_validate.c798 struct pipe_sampler_view *new_view = NULL; local in function:nvc0_validate_fbread
825 new_view = pipe->create_sampler_view(pipe, sf->texture, &tmpl);
832 nvc0->fbtexture = new_view;
834 if (new_view) {
835 struct nv50_tic_entry *tic = nv50_tic_entry(new_view);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state_validate.c807 struct pipe_sampler_view *new_view = NULL; local in function:nvc0_validate_fbread
834 new_view = pipe->create_sampler_view(pipe, sf->texture, &tmpl);
841 nvc0->fbtexture = new_view;
843 if (new_view) {
844 struct nv50_tic_entry *tic = nv50_tic_entry(new_view);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_context.cpp962 struct pipe_sampler_view *new_view = views[i]; local in function:d3d12_set_sampler_views
963 if (new_view)
964 d3d12_increment_sampler_view_bind_count(pctx, shader_type, new_view);

Completed in 7 milliseconds