Searched refs:softpipe_resource (Results 1 – 10 of 10) sorted by relevance
44 struct softpipe_resource struct84 static inline struct softpipe_resource * argument85 softpipe_resource(struct pipe_resource *pt) in softpipe_resource() function87 return (struct softpipe_resource *) pt; in softpipe_resource()108 assert(softpipe_resource(pt)->dt == NULL); in softpipe_resource_data()109 return softpipe_resource(pt)->data; in softpipe_resource_data()120 softpipe_get_tex_image_offset(const struct softpipe_resource *spr,
56 struct softpipe_resource *spr, in softpipe_resource_layout()119 struct softpipe_resource spr; in softpipe_can_create_resource()131 struct softpipe_resource *spr, in softpipe_displaytarget_layout()159 struct softpipe_resource *spr = CALLOC_STRUCT(softpipe_resource); in softpipe_resource_create_front()203 struct softpipe_resource *spr = softpipe_resource(pt); in softpipe_resource_destroy()226 struct softpipe_resource *spr = CALLOC_STRUCT(softpipe_resource); in softpipe_resource_from_handle()261 struct softpipe_resource *spr = softpipe_resource(pt); in softpipe_resource_get_handle()276 softpipe_get_tex_image_offset(const struct softpipe_resource *spr, in softpipe_get_tex_image_offset()363 struct softpipe_resource *spr = softpipe_resource(resource); in softpipe_transfer_map()460 struct softpipe_resource *spr; in softpipe_transfer_unmap()[all …]
32 const struct softpipe_resource *spr, in get_dimensions()56 struct softpipe_resource *spr; in sp_tgsi_load()64 spr = softpipe_resource(bview->buffer); in sp_tgsi_load()110 struct softpipe_resource *spr; in sp_tgsi_store()118 spr = softpipe_resource(bview->buffer); in sp_tgsi_store()265 struct softpipe_resource *spr; in sp_tgsi_op()274 spr = softpipe_resource(bview->buffer); in sp_tgsi_op()320 struct softpipe_resource *spr; in sp_tgsi_get_dims()326 spr = softpipe_resource(bview->buffer); in sp_tgsi_get_dims()
35 get_image_offset(const struct softpipe_resource *spr, in get_image_offset()148 const struct softpipe_resource *spr, in get_dimensions()213 struct softpipe_resource *spr; in sp_tgsi_load()223 spr = (struct softpipe_resource *)iview->resource; in sp_tgsi_load()296 struct softpipe_resource *spr; in sp_tgsi_store()307 spr = (struct softpipe_resource *)iview->resource; in sp_tgsi_store()629 struct softpipe_resource *spr; in sp_tgsi_op()639 spr = (struct softpipe_resource *)iview->resource; in sp_tgsi_op()711 struct softpipe_resource *spr; in sp_tgsi_get_dims()717 spr = (struct softpipe_resource *)iview->resource; in sp_tgsi_get_dims()
75 void *buf = softpipe_resource(targets[i]->buffer)->data; in softpipe_set_so_targets()
190 struct softpipe_resource *sp_tex = softpipe_resource(tex); in prepare_shader_sampling()
491 struct softpipe_resource *texture = softpipe_resource(resource); in softpipe_flush_frontbuffer()
320 struct softpipe_resource *spt = softpipe_resource(tc->texture); in update_tgsi_samplers()
3589 const struct softpipe_resource *spr = (struct softpipe_resource *)resource; in softpipe_create_sampler_view()
159 dt = softpipe_resource(res)->dt, in gdi_present()