Searched refs:id_view (Results 1 – 1 of 1) sorted by relevance
119 struct identity_sampler_view *id_view; in identity_sampler_view_create() local126 id_view = CALLOC_STRUCT(identity_sampler_view); in identity_sampler_view_create()128 id_view->base = *view; in identity_sampler_view_create()129 id_view->base.reference.count = 1; in identity_sampler_view_create()130 id_view->base.texture = NULL; in identity_sampler_view_create()131 pipe_resource_reference(&id_view->base.texture, id_resource->resource); in identity_sampler_view_create()132 id_view->base.context = id_context->pipe; in identity_sampler_view_create()133 id_view->sampler_view = view; in identity_sampler_view_create()135 return &id_view->base; in identity_sampler_view_create()142 struct identity_sampler_view *id_view) in identity_sampler_view_destroy() argument[all …]