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

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

Completed in 3 milliseconds