Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_texture.h44 struct softpipe_resource struct
84 static inline struct softpipe_resource * argument
85 softpipe_resource(struct pipe_resource *pt) in softpipe_resource() function
87 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,
Dsp_texture.c56 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 …]
Dsp_buffer.c32 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()
Dsp_image.c35 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()
Dsp_screen.c494 struct softpipe_resource *texture = softpipe_resource(resource); in softpipe_flush_frontbuffer()
Dsp_state_sampler.c189 struct softpipe_resource *sp_tex = softpipe_resource(tex); in prepare_shader_sampling()
Dsp_state_derived.c320 struct softpipe_resource *spt = softpipe_resource(tc->texture); in update_tgsi_samplers()
Dsp_draw_arrays.c116 buf = softpipe_resource(sp->so_targets[i]->target.buffer)->data; in softpipe_draw_vbo()
Dsp_tex_sample.c3461 const struct softpipe_resource *spr = (struct softpipe_resource *)resource; in softpipe_create_sampler_view()
/external/mesa3d/src/gallium/targets/libgl-gdi/
Dlibgl_gdi.c150 dt = softpipe_resource(res)->dt, in gdi_present()