Searched defs:glhd_resource (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
H A Dglhd_objects.c41 struct galahad_resource *glhd_resource; local
48 glhd_resource = CALLOC_STRUCT(galahad_resource);
49 if(!glhd_resource)
52 memcpy(&glhd_resource->base, resource, sizeof(struct pipe_resource));
54 pipe_reference_init(&glhd_resource->base.reference, 1);
55 glhd_resource->base.screen = &glhd_screen->base;
56 glhd_resource->resource = resource;
58 return &glhd_resource->base;
66 galahad_resource_destroy(struct galahad_resource *glhd_resource) argument
68 pipe_resource_reference(&glhd_resource
74 galahad_surface_create(struct galahad_context *glhd_context, struct galahad_resource *glhd_resource, struct pipe_surface *surface) argument
114 galahad_sampler_view_create(struct galahad_context *glhd_context, struct galahad_resource *glhd_resource, struct pipe_sampler_view *view) argument
150 galahad_transfer_create(struct galahad_context *glhd_context, struct galahad_resource *glhd_resource, struct pipe_transfer *transfer) argument
[all...]
H A Dglhd_screen.c255 struct galahad_resource *glhd_resource = galahad_resource(_resource); local
257 struct pipe_resource *resource = glhd_resource->resource;
281 struct galahad_resource *glhd_resource = galahad_resource(_resource); local
283 struct pipe_resource *resource = glhd_resource->resource;
H A Dglhd_context.c804 struct galahad_resource *glhd_resource = galahad_resource(_resource); local
806 struct pipe_resource *resource = glhd_resource->resource;
814 return galahad_sampler_view_create(glhd_context, glhd_resource, result);
832 struct galahad_resource *glhd_resource = galahad_resource(_resource); local
834 struct pipe_resource *resource = glhd_resource->resource;
842 return galahad_surface_create(glhd_context, glhd_resource, result);
864 struct galahad_resource *glhd_resource = galahad_resource(_resource); local
866 struct pipe_resource *resource = glhd_resource->resource;
876 return galahad_transfer_create(glhd_context, glhd_resource, result);
897 struct galahad_resource *glhd_resource local
931 struct galahad_resource *glhd_resource = galahad_resource(_transfer->resource); local
956 struct galahad_resource *glhd_resource = galahad_resource(_resource); local
[all...]
/external/mesa3d/src/gallium/drivers/galahad/
H A Dglhd_objects.c41 struct galahad_resource *glhd_resource; local
48 glhd_resource = CALLOC_STRUCT(galahad_resource);
49 if(!glhd_resource)
52 memcpy(&glhd_resource->base, resource, sizeof(struct pipe_resource));
54 pipe_reference_init(&glhd_resource->base.reference, 1);
55 glhd_resource->base.screen = &glhd_screen->base;
56 glhd_resource->resource = resource;
58 return &glhd_resource->base;
66 galahad_resource_destroy(struct galahad_resource *glhd_resource) argument
68 pipe_resource_reference(&glhd_resource
74 galahad_surface_create(struct galahad_context *glhd_context, struct galahad_resource *glhd_resource, struct pipe_surface *surface) argument
114 galahad_sampler_view_create(struct galahad_context *glhd_context, struct galahad_resource *glhd_resource, struct pipe_sampler_view *view) argument
150 galahad_transfer_create(struct galahad_context *glhd_context, struct galahad_resource *glhd_resource, struct pipe_transfer *transfer) argument
[all...]
H A Dglhd_screen.c255 struct galahad_resource *glhd_resource = galahad_resource(_resource); local
257 struct pipe_resource *resource = glhd_resource->resource;
281 struct galahad_resource *glhd_resource = galahad_resource(_resource); local
283 struct pipe_resource *resource = glhd_resource->resource;
H A Dglhd_context.c804 struct galahad_resource *glhd_resource = galahad_resource(_resource); local
806 struct pipe_resource *resource = glhd_resource->resource;
814 return galahad_sampler_view_create(glhd_context, glhd_resource, result);
832 struct galahad_resource *glhd_resource = galahad_resource(_resource); local
834 struct pipe_resource *resource = glhd_resource->resource;
842 return galahad_surface_create(glhd_context, glhd_resource, result);
864 struct galahad_resource *glhd_resource = galahad_resource(_resource); local
866 struct pipe_resource *resource = glhd_resource->resource;
876 return galahad_transfer_create(glhd_context, glhd_resource, result);
897 struct galahad_resource *glhd_resource local
931 struct galahad_resource *glhd_resource = galahad_resource(_transfer->resource); local
956 struct galahad_resource *glhd_resource = galahad_resource(_resource); local
[all...]

Completed in 137 milliseconds