Home
last modified time | relevance | path

Searched refs:softpipe_resource (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_texture.c55 struct softpipe_resource *spr) in softpipe_resource_layout()
97 struct softpipe_resource *spr) in softpipe_displaytarget_layout()
122 struct softpipe_resource *spr = CALLOC_STRUCT(softpipe_resource); in softpipe_resource_create()
160 struct softpipe_resource *spr = softpipe_resource(pt); in softpipe_resource_destroy()
182 struct softpipe_resource *spr = CALLOC_STRUCT(softpipe_resource); in softpipe_resource_from_handle()
215 struct softpipe_resource *spr = softpipe_resource(pt); in softpipe_resource_get_handle()
230 sp_get_tex_image_offset(const struct softpipe_resource *spr, in sp_get_tex_image_offset()
318 struct softpipe_resource *spr = softpipe_resource(resource); in softpipe_get_transfer()
410 struct softpipe_resource *spr = softpipe_resource(transfer->resource); in softpipe_transfer_map()
437 struct softpipe_resource *spr; in softpipe_transfer_unmap()
[all …]
Dsp_texture.h44 struct softpipe_resource struct
83 static INLINE struct softpipe_resource * argument
84 softpipe_resource(struct pipe_resource *pt) in softpipe_resource() function
86 return (struct softpipe_resource *) pt; in softpipe_resource()
Dsp_draw_arrays.c82 buf = softpipe_resource(sp->vertex_buffer[i].buffer)->data; in softpipe_draw_vbo()
90 mapped_indices = softpipe_resource(sp->index_buffer.buffer)->data; in softpipe_draw_vbo()
99 void *buf = softpipe_resource(sp->so_targets[i]->target.buffer)->data; in softpipe_draw_vbo()
Dsp_screen.c353 struct softpipe_resource *texture = softpipe_resource(resource); in softpipe_flush_frontbuffer()
Dsp_state_derived.c218 struct softpipe_resource *spt = softpipe_resource(tc->texture); in update_tgsi_samplers()
Dsp_state_sampler.c265 struct softpipe_resource *sp_texture = softpipe_resource(view->texture); in get_sampler_variant()
Dsp_state_shader.c354 data = constants ? softpipe_resource(constants)->data : NULL; in softpipe_set_constant_buffer()
/external/mesa3d/src/gallium/targets/libgl-gdi/
Dlibgl_gdi.c129 dt = softpipe_resource(res)->dt, in gdi_present()