Searched refs:new_view (Results 1 – 3 of 3) sorted by relevance
59 boost::shared_ptr<TextView> new_view(new TextView(doc)); in create() local62 slot_type myslot(&TextView::refresh, new_view.get()); in create()63 doc.connect(myslot.track(new_view)); in create()65 return new_view; in create()86 boost::shared_ptr<HexView> new_view(new HexView(doc)); in create() local89 slot_type myslot(&HexView::refresh, new_view.get()); in create()90 doc.connect(myslot.track(new_view)); in create()92 return new_view; in create()
807 struct pipe_sampler_view *new_view = NULL; in nvc0_validate_fbread() local834 new_view = pipe->create_sampler_view(pipe, sf->texture, &tmpl); in nvc0_validate_fbread()841 nvc0->fbtexture = new_view; in nvc0_validate_fbread()843 if (new_view) { in nvc0_validate_fbread()844 struct nv50_tic_entry *tic = nv50_tic_entry(new_view); in nvc0_validate_fbread()
962 struct pipe_sampler_view *new_view = views[i]; in d3d12_set_sampler_views() local963 if (new_view) in d3d12_set_sampler_views()964 d3d12_increment_sampler_view_bind_count(pctx, shader_type, new_view); in d3d12_set_sampler_views()