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

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_texture.h 44 struct softpipe_resource struct
84 static inline struct softpipe_resource *
85 softpipe_resource(struct pipe_resource *pt) function
87 return (struct softpipe_resource *) pt;
108 assert(softpipe_resource(pt)->dt == NULL);
109 return softpipe_resource(pt)->data;
120 softpipe_get_tex_image_offset(const struct softpipe_resource *spr,
sp_texture.c 55 struct softpipe_resource *spr,
118 struct softpipe_resource spr;
130 struct softpipe_resource *spr,
158 struct softpipe_resource *spr = CALLOC_STRUCT(softpipe_resource);
202 struct softpipe_resource *spr = softpipe_resource(pt);
225 struct softpipe_resource *spr = CALLOC_STRUCT(softpipe_resource);
260 struct softpipe_resource *spr = softpipe_resource(pt)
    [all...]
sp_buffer.c 32 const struct softpipe_resource *spr,
56 struct softpipe_resource *spr;
66 spr = softpipe_resource(bview->buffer);
114 struct softpipe_resource *spr;
124 spr = softpipe_resource(bview->buffer);
291 struct softpipe_resource *spr;
300 spr = softpipe_resource(bview->buffer);
346 struct softpipe_resource *spr;
352 spr = softpipe_resource(bview->buffer);
sp_image.c 35 get_image_offset(const struct softpipe_resource *spr,
148 const struct softpipe_resource *spr,
213 struct softpipe_resource *spr;
223 spr = (struct softpipe_resource *)iview->resource;
315 struct softpipe_resource *spr;
326 spr = (struct softpipe_resource *)iview->resource;
662 struct softpipe_resource *spr;
672 spr = (struct softpipe_resource *)iview->resource;
744 struct softpipe_resource *spr;
750 spr = (struct softpipe_resource *)iview->resource
    [all...]
sp_draw_arrays.c 119 buf = softpipe_resource(sp->so_targets[i]->target.buffer)->data;
sp_screen.c 477 struct softpipe_resource *texture = softpipe_resource(resource);
sp_state_derived.c 320 struct softpipe_resource *spt = softpipe_resource(tc->texture);
sp_state_sampler.c 189 struct softpipe_resource *sp_tex = softpipe_resource(tex);
sp_tex_sample.c     [all...]
  /external/mesa3d/src/gallium/targets/libgl-gdi/
libgl_gdi.c 150 dt = softpipe_resource(res)->dt,

Completed in 527 milliseconds