HomeSort by relevance Sort by last modified time
    Searched refs:softpipe_resource (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_texture.h 44 struct softpipe_resource struct
83 static INLINE struct softpipe_resource *
84 softpipe_resource(struct pipe_resource *pt) function
86 return (struct softpipe_resource *) pt;
sp_draw_arrays.c 82 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;
sp_texture.c 55 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(pt)
    [all...]
sp_screen.c 353 struct softpipe_resource *texture = softpipe_resource(resource);
sp_state_derived.c 218 struct softpipe_resource *spt = softpipe_resource(tc->texture);
sp_state_sampler.c 265 struct softpipe_resource *sp_texture = softpipe_resource(view->texture);
sp_state_shader.c 354 data = constants ? softpipe_resource(constants)->data : NULL;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_texture.h 44 struct softpipe_resource struct
83 static INLINE struct softpipe_resource *
84 softpipe_resource(struct pipe_resource *pt) function
86 return (struct softpipe_resource *) pt;
sp_draw_arrays.c 82 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;
sp_texture.c 55 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(pt)
    [all...]
sp_screen.c 353 struct softpipe_resource *texture = softpipe_resource(resource);
sp_state_derived.c 218 struct softpipe_resource *spt = softpipe_resource(tc->texture);
sp_state_sampler.c 265 struct softpipe_resource *sp_texture = softpipe_resource(view->texture);
sp_state_shader.c 354 data = constants ? softpipe_resource(constants)->data : NULL;
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-gdi/
libgl_gdi.c 129 dt = softpipe_resource(res)->dt,
  /external/mesa3d/src/gallium/targets/libgl-gdi/
libgl_gdi.c 129 dt = softpipe_resource(res)->dt,

Completed in 70 milliseconds