/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/ |
id_objects.c | 41 struct identity_resource *id_resource; local 48 id_resource = CALLOC_STRUCT(identity_resource); 49 if(!id_resource) 52 memcpy(&id_resource->base, resource, sizeof(struct pipe_resource)); 54 pipe_reference_init(&id_resource->base.reference, 1); 55 id_resource->base.screen = &id_screen->base; 56 id_resource->resource = resource; 58 return &id_resource->base; 66 identity_resource_destroy(struct identity_resource *id_resource) 68 pipe_resource_reference(&id_resource->resource, NULL) [all...] |
id_objects.h | 147 identity_resource_destroy(struct identity_resource *id_resource); 151 struct identity_resource *id_resource, 160 struct identity_resource *id_resource, 169 struct identity_resource *id_resource,
|
id_screen.c | 172 struct identity_resource *id_resource = identity_resource(_resource); local 174 struct pipe_resource *resource = id_resource->resource; 198 struct identity_resource *id_resource = identity_resource(_resource); local 200 struct pipe_resource *resource = id_resource->resource;
|
id_context.c | 715 struct identity_resource *id_resource = identity_resource(_resource); local 717 struct pipe_resource *resource = id_resource->resource; 725 return identity_sampler_view_create(id_context, id_resource, result); 743 struct identity_resource *id_resource = identity_resource(_resource); local 745 struct pipe_resource *resource = id_resource->resource; 753 return identity_surface_create(id_context, id_resource, result); 773 struct identity_resource *id_resource = identity_resource(_resource); local 775 struct pipe_resource *resource = id_resource->resource; 785 return identity_transfer_create(id_context, id_resource, result); 853 struct identity_resource *id_resource = identity_resource(_resource) local [all...] |
/external/mesa3d/src/gallium/drivers/identity/ |
id_objects.c | 41 struct identity_resource *id_resource; local 48 id_resource = CALLOC_STRUCT(identity_resource); 49 if(!id_resource) 52 memcpy(&id_resource->base, resource, sizeof(struct pipe_resource)); 54 pipe_reference_init(&id_resource->base.reference, 1); 55 id_resource->base.screen = &id_screen->base; 56 id_resource->resource = resource; 58 return &id_resource->base; 66 identity_resource_destroy(struct identity_resource *id_resource) 68 pipe_resource_reference(&id_resource->resource, NULL) [all...] |
id_objects.h | 147 identity_resource_destroy(struct identity_resource *id_resource); 151 struct identity_resource *id_resource, 160 struct identity_resource *id_resource, 169 struct identity_resource *id_resource,
|
id_screen.c | 172 struct identity_resource *id_resource = identity_resource(_resource); local 174 struct pipe_resource *resource = id_resource->resource; 198 struct identity_resource *id_resource = identity_resource(_resource); local 200 struct pipe_resource *resource = id_resource->resource;
|
id_context.c | 715 struct identity_resource *id_resource = identity_resource(_resource); local 717 struct pipe_resource *resource = id_resource->resource; 725 return identity_sampler_view_create(id_context, id_resource, result); 743 struct identity_resource *id_resource = identity_resource(_resource); local 745 struct pipe_resource *resource = id_resource->resource; 753 return identity_surface_create(id_context, id_resource, result); 773 struct identity_resource *id_resource = identity_resource(_resource); local 775 struct pipe_resource *resource = id_resource->resource; 785 return identity_transfer_create(id_context, id_resource, result); 853 struct identity_resource *id_resource = identity_resource(_resource) local [all...] |