Searched refs:glhd_context (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/galahad/ |
D | glhd_objects.c | 74 galahad_surface_create(struct galahad_context *glhd_context, in galahad_surface_create() argument 104 galahad_surface_destroy(struct galahad_context *glhd_context, in galahad_surface_destroy() argument 114 galahad_sampler_view_create(struct galahad_context *glhd_context, in galahad_sampler_view_create() argument 131 glhd_view->base.context = &glhd_context->base; in galahad_sampler_view_create() 140 galahad_sampler_view_destroy(struct galahad_context *glhd_context, in galahad_sampler_view_destroy() argument 150 galahad_transfer_create(struct galahad_context *glhd_context, in galahad_transfer_create() argument 176 glhd_context->pipe->transfer_destroy(glhd_context->pipe, transfer); in galahad_transfer_create() 181 galahad_transfer_destroy(struct galahad_context *glhd_context, in galahad_transfer_destroy() argument 185 glhd_context->pipe->transfer_destroy(glhd_context->pipe, in galahad_transfer_destroy()
|
D | glhd_objects.h | 152 galahad_surface_create(struct galahad_context *glhd_context, 157 galahad_surface_destroy(struct galahad_context *glhd_context, 161 galahad_sampler_view_create(struct galahad_context *glhd_context, 166 galahad_sampler_view_destroy(struct galahad_context *glhd_context, 170 galahad_transfer_create(struct galahad_context *glhd_context, 175 galahad_transfer_destroy(struct galahad_context *glhd_context,
|
D | glhd_context.c | 803 struct galahad_context *glhd_context = galahad_context(_pipe); in galahad_context_create_sampler_view() local 805 struct pipe_context *pipe = glhd_context->pipe; in galahad_context_create_sampler_view() 814 return galahad_sampler_view_create(glhd_context, glhd_resource, result); in galahad_context_create_sampler_view() 831 struct galahad_context *glhd_context = galahad_context(_pipe); in galahad_context_create_surface() local 833 struct pipe_context *pipe = glhd_context->pipe; in galahad_context_create_surface() 842 return galahad_surface_create(glhd_context, glhd_resource, result); in galahad_context_create_surface() 863 struct galahad_context *glhd_context = galahad_context(_context); in galahad_context_get_transfer() local 865 struct pipe_context *context = glhd_context->pipe; in galahad_context_get_transfer() 876 return galahad_transfer_create(glhd_context, glhd_resource, result); in galahad_context_get_transfer() 892 struct galahad_context *glhd_context = galahad_context(_context); in galahad_context_transfer_map() local [all …]
|
D | SConscript | 8 'glhd_context.c',
|
/external/mesa3d/src/gallium/drivers/ |
D | Makefile.am | 24 galahad/glhd_context.c \
|