Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_objects.c130 struct rbug_sampler_view *rb_view; in rbug_sampler_view_create() local
137 rb_view = MALLOC(sizeof(struct rbug_sampler_view)); in rbug_sampler_view_create()
139 rb_view->base = *view; in rbug_sampler_view_create()
140 rb_view->base.reference.count = 1; in rbug_sampler_view_create()
141 rb_view->base.texture = NULL; in rbug_sampler_view_create()
142 pipe_resource_reference(&rb_view->base.texture, &rb_resource->base); in rbug_sampler_view_create()
143 rb_view->base.context = &rb_context->base; in rbug_sampler_view_create()
144 rb_view->sampler_view = view; in rbug_sampler_view_create()
146 return &rb_view->base; in rbug_sampler_view_create()
153 struct rbug_sampler_view *rb_view) in rbug_sampler_view_destroy() argument
[all …]