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()66 spr = softpipe_resource(bview->buffer); in sp_tgsi_load()114 struct softpipe_resource *spr; in sp_tgsi_store()124 spr = softpipe_resource(bview->buffer); in sp_tgsi_store()291 struct softpipe_resource *spr; in sp_tgsi_op()300 spr = softpipe_resource(bview->buffer); in sp_tgsi_op()346 struct softpipe_resource *spr; in sp_tgsi_get_dims()352 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()315 struct softpipe_resource *spr; in sp_tgsi_store()326 spr = (struct softpipe_resource *)iview->resource; in sp_tgsi_store()662 struct softpipe_resource *spr; in sp_tgsi_op()672 spr = (struct softpipe_resource *)iview->resource; in sp_tgsi_op()744 struct softpipe_resource *spr; in sp_tgsi_get_dims()750 spr = (struct softpipe_resource *)iview->resource; in sp_tgsi_get_dims()
494 struct softpipe_resource *texture = softpipe_resource(resource); in softpipe_flush_frontbuffer()
189 struct softpipe_resource *sp_tex = softpipe_resource(tex); in prepare_shader_sampling()
320 struct softpipe_resource *spt = softpipe_resource(tc->texture); in update_tgsi_samplers()
116 buf = softpipe_resource(sp->so_targets[i]->target.buffer)->data; in softpipe_draw_vbo()
3461 const struct softpipe_resource *spr = (struct softpipe_resource *)resource; in softpipe_create_sampler_view()
150 dt = softpipe_resource(res)->dt, in gdi_present()