/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/ |
rbug_objects.c | 44 struct rbug_resource *rb_resource; local 51 rb_resource = CALLOC_STRUCT(rbug_resource); 52 if(!rb_resource) 55 memcpy(&rb_resource->base, resource, sizeof(struct pipe_resource)); 57 pipe_reference_init(&rb_resource->base.reference, 1); 58 rb_resource->base.screen = &rb_screen->base; 59 rb_resource->resource = resource; 61 rbug_screen_add_to_list(rb_screen, resources, rb_resource); 63 return &rb_resource->base; 71 rbug_resource_destroy(struct rbug_resource *rb_resource) [all...] |
rbug_objects.h | 189 rbug_resource_destroy(struct rbug_resource *rb_resource); 193 struct rbug_resource *rb_resource, 202 struct rbug_resource *rb_resource, 211 struct rbug_resource *rb_resource,
|
rbug_screen.c | 173 struct rbug_resource *rb_resource = rbug_resource(_resource); local 175 struct pipe_resource *resource = rb_resource->resource; 196 struct rbug_resource *rb_resource = rbug_resource(_resource); local 198 struct pipe_resource *resource = rb_resource->resource;
|
rbug_context.c | 961 struct rbug_resource *rb_resource = rbug_resource(_resource); local 963 struct pipe_resource *resource = rb_resource->resource; 973 return rbug_sampler_view_create(rb_pipe, rb_resource, result); 991 struct rbug_resource *rb_resource = rbug_resource(_resource); local 993 struct pipe_resource *resource = rb_resource->resource; 1003 return rbug_surface_create(rb_pipe, rb_resource, result); 1030 struct rbug_resource *rb_resource = rbug_resource(_resource); local 1032 struct pipe_resource *resource = rb_resource->resource; 1126 struct rbug_resource *rb_resource = rbug_resource(_resource); local [all...] |
/external/mesa3d/src/gallium/drivers/rbug/ |
rbug_objects.c | 44 struct rbug_resource *rb_resource; local 51 rb_resource = CALLOC_STRUCT(rbug_resource); 52 if(!rb_resource) 55 memcpy(&rb_resource->base, resource, sizeof(struct pipe_resource)); 57 pipe_reference_init(&rb_resource->base.reference, 1); 58 rb_resource->base.screen = &rb_screen->base; 59 rb_resource->resource = resource; 61 rbug_screen_add_to_list(rb_screen, resources, rb_resource); 63 return &rb_resource->base; 71 rbug_resource_destroy(struct rbug_resource *rb_resource) [all...] |
rbug_objects.h | 189 rbug_resource_destroy(struct rbug_resource *rb_resource); 193 struct rbug_resource *rb_resource, 202 struct rbug_resource *rb_resource, 211 struct rbug_resource *rb_resource,
|
rbug_screen.c | 173 struct rbug_resource *rb_resource = rbug_resource(_resource); local 175 struct pipe_resource *resource = rb_resource->resource; 196 struct rbug_resource *rb_resource = rbug_resource(_resource); local 198 struct pipe_resource *resource = rb_resource->resource;
|
rbug_context.c | 961 struct rbug_resource *rb_resource = rbug_resource(_resource); local 963 struct pipe_resource *resource = rb_resource->resource; 973 return rbug_sampler_view_create(rb_pipe, rb_resource, result); 991 struct rbug_resource *rb_resource = rbug_resource(_resource); local 993 struct pipe_resource *resource = rb_resource->resource; 1003 return rbug_surface_create(rb_pipe, rb_resource, result); 1030 struct rbug_resource *rb_resource = rbug_resource(_resource); local 1032 struct pipe_resource *resource = rb_resource->resource; 1126 struct rbug_resource *rb_resource = rbug_resource(_resource); local [all...] |