Searched refs:softpipe_resource (Results 1 – 8 of 8) sorted by relevance
55 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 …]
44 struct softpipe_resource struct83 static INLINE struct softpipe_resource * argument84 softpipe_resource(struct pipe_resource *pt) in softpipe_resource() function86 return (struct softpipe_resource *) pt; in softpipe_resource()
82 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()
353 struct softpipe_resource *texture = softpipe_resource(resource); in softpipe_flush_frontbuffer()
218 struct softpipe_resource *spt = softpipe_resource(tc->texture); in update_tgsi_samplers()
265 struct softpipe_resource *sp_texture = softpipe_resource(view->texture); in get_sampler_variant()
354 data = constants ? softpipe_resource(constants)->data : NULL; in softpipe_set_constant_buffer()
129 dt = softpipe_resource(res)->dt, in gdi_present()