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()
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()
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()
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()
Dsp_state_so.c75 void *buf = softpipe_resource(targets[i]->buffer)->data; in softpipe_set_so_targets()
Dsp_state_sampler.c190 struct softpipe_resource *sp_tex = softpipe_resource(tex); in prepare_shader_sampling()
Dsp_screen.c491 struct softpipe_resource *texture = softpipe_resource(resource); in softpipe_flush_frontbuffer()
Dsp_state_derived.c320 struct softpipe_resource *spt = softpipe_resource(tc->texture); in update_tgsi_samplers()
Dsp_tex_sample.c3589 const struct softpipe_resource *spr = (struct softpipe_resource *)resource; in softpipe_create_sampler_view()
/external/mesa3d/src/gallium/targets/libgl-gdi/
Dlibgl_gdi.c159 dt = softpipe_resource(res)->dt, in gdi_present()