Searched refs:softpipe_resource (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_texture.h44 struct softpipe_resource struct
83 static INLINE struct softpipe_resource *
84 softpipe_resource(struct pipe_resource *pt) function
86 return (struct softpipe_resource *) pt;
H A Dsp_draw_arrays.c82 buf = softpipe_resource(sp->vertex_buffer[i].buffer)->data;
90 mapped_indices = softpipe_resource(sp->index_buffer.buffer)->data;
99 void *buf = softpipe_resource(sp->so_targets[i]->target.buffer)->data;
H A Dsp_texture.c55 struct softpipe_resource *spr)
97 struct softpipe_resource *spr)
122 struct softpipe_resource *spr = CALLOC_STRUCT(softpipe_resource);
160 struct softpipe_resource *spr = softpipe_resource(pt);
182 struct softpipe_resource *spr = CALLOC_STRUCT(softpipe_resource);
215 struct softpipe_resource *spr = softpipe_resource(p
[all...]
H A Dsp_screen.c353 struct softpipe_resource *texture = softpipe_resource(resource);
H A Dsp_state_derived.c218 struct softpipe_resource *spt = softpipe_resource(tc->texture);
H A Dsp_state_sampler.c265 struct softpipe_resource *sp_texture = softpipe_resource(view->texture);
H A Dsp_state_shader.c354 data = constants ? softpipe_resource(constants)->data : NULL;
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_texture.h44 struct softpipe_resource struct
83 static INLINE struct softpipe_resource *
84 softpipe_resource(struct pipe_resource *pt) function
86 return (struct softpipe_resource *) pt;
H A Dsp_draw_arrays.c82 buf = softpipe_resource(sp->vertex_buffer[i].buffer)->data;
90 mapped_indices = softpipe_resource(sp->index_buffer.buffer)->data;
99 void *buf = softpipe_resource(sp->so_targets[i]->target.buffer)->data;
H A Dsp_texture.c55 struct softpipe_resource *spr)
97 struct softpipe_resource *spr)
122 struct softpipe_resource *spr = CALLOC_STRUCT(softpipe_resource);
160 struct softpipe_resource *spr = softpipe_resource(pt);
182 struct softpipe_resource *spr = CALLOC_STRUCT(softpipe_resource);
215 struct softpipe_resource *spr = softpipe_resource(p
[all...]
H A Dsp_screen.c353 struct softpipe_resource *texture = softpipe_resource(resource);
H A Dsp_state_derived.c218 struct softpipe_resource *spt = softpipe_resource(tc->texture);
H A Dsp_state_sampler.c265 struct softpipe_resource *sp_texture = softpipe_resource(view->texture);
H A Dsp_state_shader.c354 data = constants ? softpipe_resource(constants)->data : NULL;
/external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-gdi/
H A Dlibgl_gdi.c129 dt = softpipe_resource(res)->dt,
/external/mesa3d/src/gallium/targets/libgl-gdi/
H A Dlibgl_gdi.c129 dt = softpipe_resource(res)->dt,

Completed in 4005 milliseconds