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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_rbug/
H A Drbug_objects.c44 struct rbug_resource *rb_resource; local in function:rbug_resource_create
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;
62 rbug_screen_add_to_list(rb_screen, resources, rb_resource);
64 return &rb_resource->base;
72 rbug_resource_destroy(struct rbug_resource *rb_resource) argument
85 rbug_surface_create(struct rbug_context * rb_context,struct rbug_resource * rb_resource,struct pipe_surface * surface) argument
126 rbug_sampler_view_create(struct rbug_context * rb_context,struct rbug_resource * rb_resource,struct pipe_sampler_view * view) argument
162 rbug_transfer_create(struct rbug_context * rb_context,struct rbug_resource * rb_resource,struct pipe_transfer * transfer) argument
[all...]
H A Drbug_objects.h189 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,
H A Drbug_screen.c277 struct rbug_resource *rb_resource = rbug_resource(_resource); local in function:rbug_screen_check_resource_capability
279 struct pipe_resource *resource = rb_resource->resource;
293 struct rbug_resource *rb_resource = rbug_resource(_resource); local in function:rbug_screen_resource_get_handle
295 struct pipe_resource *resource = rb_resource->resource;
314 struct rbug_resource *rb_resource = rbug_resource(_resource); local in function:rbug_screen_resource_get_param
316 struct pipe_resource *resource = rb_resource->resource;
331 struct rbug_resource *rb_resource = rbug_resource(_resource); local in function:rbug_screen_resource_get_info
333 struct pipe_resource *resource = rb_resource->resource;
343 struct rbug_resource *rb_resource = rbug_resource(_resource); local in function:rbug_screen_resource_changed
345 struct pipe_resource *resource = rb_resource
365 struct rbug_resource *rb_resource = rbug_resource(_resource); local in function:rbug_screen_flush_frontbuffer
[all...]
H A Drbug_context.c1049 struct rbug_resource *rb_resource = rbug_resource(_resource); local in function:rbug_context_create_sampler_view
1051 struct pipe_resource *resource = rb_resource->resource;
1061 return rbug_sampler_view_create(rb_pipe, rb_resource, result);
1079 struct rbug_resource *rb_resource = rbug_resource(_resource); local in function:rbug_context_create_surface
1081 struct pipe_resource *resource = rb_resource->resource;
1091 return rbug_surface_create(rb_pipe, rb_resource, result);
1119 struct rbug_resource *rb_resource = rbug_resource(_resource); local in function:rbug_context_buffer_map
1121 struct pipe_resource *resource = rb_resource->resource;
1133 *transfer = rbug_transfer_create(rb_pipe, rb_resource, result);
1146 struct rbug_resource *rb_resource local in function:rbug_context_texture_map
1224 struct rbug_resource *rb_resource = rbug_resource(_resource); local in function:rbug_context_buffer_subdata
1245 struct rbug_resource *rb_resource = rbug_resource(_resource); local in function:rbug_context_texture_subdata
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_rbug/
H A Drbug_objects.c44 struct rbug_resource *rb_resource; local in function:rbug_resource_create
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;
62 rbug_screen_add_to_list(rb_screen, resources, rb_resource);
64 return &rb_resource->base;
72 rbug_resource_destroy(struct rbug_resource *rb_resource) argument
85 rbug_surface_create(struct rbug_context * rb_context,struct rbug_resource * rb_resource,struct pipe_surface * surface) argument
126 rbug_sampler_view_create(struct rbug_context * rb_context,struct rbug_resource * rb_resource,struct pipe_sampler_view * view) argument
162 rbug_transfer_create(struct rbug_context * rb_context,struct rbug_resource * rb_resource,struct pipe_transfer * transfer) argument
[all...]
H A Drbug_objects.h189 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,
H A Drbug_screen.c194 struct rbug_resource *rb_resource = rbug_resource(_resource); local in function:rbug_screen_check_resource_capability
196 struct pipe_resource *resource = rb_resource->resource;
210 struct rbug_resource *rb_resource = rbug_resource(_resource); local in function:rbug_screen_resource_get_handle
212 struct pipe_resource *resource = rb_resource->resource;
225 struct rbug_resource *rb_resource = rbug_resource(_resource); local in function:rbug_screen_resource_get_info
227 struct pipe_resource *resource = rb_resource->resource;
237 struct rbug_resource *rb_resource = rbug_resource(_resource); local in function:rbug_screen_resource_changed
239 struct pipe_resource *resource = rb_resource->resource;
259 struct rbug_resource *rb_resource = rbug_resource(_resource); local in function:rbug_screen_flush_frontbuffer
261 struct pipe_resource *resource = rb_resource
[all...]
H A Drbug_context.c1008 struct rbug_resource *rb_resource = rbug_resource(_resource); local in function:rbug_context_create_sampler_view
1010 struct pipe_resource *resource = rb_resource->resource;
1020 return rbug_sampler_view_create(rb_pipe, rb_resource, result);
1038 struct rbug_resource *rb_resource = rbug_resource(_resource); local in function:rbug_context_create_surface
1040 struct pipe_resource *resource = rb_resource->resource;
1050 return rbug_surface_create(rb_pipe, rb_resource, result);
1078 struct rbug_resource *rb_resource = rbug_resource(_resource); local in function:rbug_context_transfer_map
1080 struct pipe_resource *resource = rb_resource->resource;
1092 *transfer = rbug_transfer_create(rb_pipe, rb_resource, result);
1139 struct rbug_resource *rb_resource local in function:rbug_context_buffer_subdata
1160 struct rbug_resource *rb_resource = rbug_resource(_resource); local in function:rbug_context_texture_subdata
[all...]

Completed in 16 milliseconds