Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/rbug/
Drbug_objects.c127 struct rbug_sampler_view *rb_view; in rbug_sampler_view_create() local
134 rb_view = MALLOC(sizeof(struct rbug_sampler_view)); in rbug_sampler_view_create()
136 rb_view->base = *view; in rbug_sampler_view_create()
137 rb_view->base.reference.count = 1; in rbug_sampler_view_create()
138 rb_view->base.texture = NULL; in rbug_sampler_view_create()
139 pipe_resource_reference(&rb_view->base.texture, &rb_resource->base); in rbug_sampler_view_create()
140 rb_view->base.context = rb_context->pipe; in rbug_sampler_view_create()
141 rb_view->sampler_view = view; in rbug_sampler_view_create()
143 return &rb_view->base; in rbug_sampler_view_create()
150 struct rbug_sampler_view *rb_view) in rbug_sampler_view_destroy() argument
[all …]