Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_objects.c129 struct rbug_sampler_view *rb_view; in rbug_sampler_view_create() local
136 rb_view = MALLOC(sizeof(struct rbug_sampler_view)); in rbug_sampler_view_create()
138 rb_view->base = *view; in rbug_sampler_view_create()
139 rb_view->base.reference.count = 1; in rbug_sampler_view_create()
140 rb_view->base.texture = NULL; in rbug_sampler_view_create()
141 pipe_resource_reference(&rb_view->base.texture, &rb_resource->base); in rbug_sampler_view_create()
142 rb_view->base.context = &rb_context->base; in rbug_sampler_view_create()
143 rb_view->sampler_view = view; in rbug_sampler_view_create()
145 return &rb_view->base; in rbug_sampler_view_create()
152 struct rbug_sampler_view *rb_view) in rbug_sampler_view_destroy()
151 rbug_sampler_view_destroy(struct rbug_context *rb_context, struct rbug_sampler_view *rb_view) rbug_sampler_view_destroy() argument
[all...]

Completed in 2 milliseconds